Spider89

joined 1 year ago
[–] Spider89@lemmy.world 2 points 2 months ago (1 children)

I use Android 12 and I've experenced no issues.

[–] Spider89@lemmy.world 3 points 2 months ago* (last edited 2 months ago) (3 children)
[–] Spider89@lemmy.world 3 points 2 months ago (5 children)
[–] Spider89@lemmy.world 18 points 2 months ago* (last edited 2 months ago)

sudo apt install /path/to/your/package.deb

[–] Spider89@lemmy.world 1 points 3 months ago

Have you tried Debian live?

(For testing reasons, not trying to make you switch.)

[–] Spider89@lemmy.world 2 points 3 months ago

Try running Debian live then.

[–] Spider89@lemmy.world 2 points 3 months ago (4 children)

Reseat your GPU port.

Soumds like a hardware issue.

[–] Spider89@lemmy.world 28 points 4 months ago (7 children)
[–] Spider89@lemmy.world 6 points 5 months ago

Just opended Jerboa.

Am happy.

[–] Spider89@lemmy.world 18 points 5 months ago (1 children)

What are you thinking?

[–] Spider89@lemmy.world 86 points 6 months ago

Winner looking at his electricity bill:

[–] Spider89@lemmy.world 14 points 6 months ago

Seems like he forged his own name.

23
submitted 1 year ago* (last edited 1 year ago) by Spider89@lemmy.world to c/linux@lemmy.ml
 

This was manually solved, I didn't check any other comment till the issue was fixed.

Take a look at my comment.

Thank you all for helping!


Hello.

I have wireguard set but the second it runs, services like ssh (22) and smb (455/445?) stop working.

nmap thinks my system is down.

Here is my config, I followed debian's guide since my server is Deb12:

[Interface]
Address = 192.168.1.120/24
SaveConfig = true
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -t nat -A POSTROUTING -o wlp1s0 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -t nat -D POSTROUTING -o wlp1s0 -j MASQUERADE
ListenPort = 51820
PrivateKey = XXX

[Peer]
PublicKey = xxx
AllowedIPs = 192.168.1.230/32
Endpoint = 192.168.1.230:50104

No extra config was made.

view more: next ›