Spider89

joined 1 year ago
[–] [email protected] 2 points 1 month ago (1 children)

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

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (3 children)
[–] [email protected] 3 points 1 month ago (5 children)
[–] [email protected] 3 points 1 month ago

Best to worst:

  • English (Native)
  • Spanish (Moderate)
  • Japanese (Too low, needs severe work.)
[–] [email protected] 18 points 1 month ago* (last edited 1 month ago)

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

[–] [email protected] 59 points 1 month ago (2 children)
[–] [email protected] 6 points 1 month ago (1 children)

What about ODT?

[–] [email protected] 5 points 1 month ago

Oops.. Fixed!

(Damm small samsung keyboard..)

[–] [email protected] 6 points 1 month ago* (last edited 1 month ago) (2 children)

Pringle-like "Super Stack : Chili and lime" chips from Dollar Tree

[–] [email protected] 15 points 2 months ago (6 children)
[–] [email protected] 6 points 2 months ago

Julia Burch

[–] [email protected] 5 points 2 months ago (1 children)

subscriptions

 

I have created a database usimg HSQLDB and I am having trouble exporting this to a * .db for python.

Does anyone know what I am doing wrong? (The file>export buton is disabled...)

27
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

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 ›