I don't get it.
I use Android 12 and I've experenced no issues.
Best to worst:
- English (Native)
- Spanish (Moderate)
- Japanese (Too low, needs severe work.)
Permanently Deleted
sudo apt install /path/to/your/package.deb
What about ODT?
Oops.. Fixed!
(Damm small samsung keyboard..)
Pringle-like "Super Stack : Chili and lime" chips from Dollar Tree
Debian 12 (Backports)
SPACE bar

Julia Burch
subscriptions
deleted by creator
OrangePI


LibreOffice Base export
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...)

Anyone here Garden?
I am tidying and fixing up flaws in my model that informs plant maintenance.
Before I destroy 2-3 hours, does anyone here own a plant and would like an Arduino powered box that helps you keep your plant healthy?

Here is the old design (Top off) with flaws. I am currently going through my docs to see what went wrong.
Model name is GHG/GX-E38: GHG is project name (GreenHouseGas) GX-E38 is HEXA encoded model name.
Cheers!

E-Lock is finished.


This is a lock designed link your device to a fixed point (A lock).
I have made some changes for CNC frendly fabrication, so it took a while uploading.
I also changed the name to E-Lock, since Kensington will start sideeyeing me.
(Yes, I know what I said. I'll take this down if nobody wants to see it...)

Host 3D parts?


Printables won. I will upload my files and link them here. I shouldn't create another post since nobody likes spam. (sigh... What am I doing with my life?)
I'll leave the original body here. Thanks for your help. /-- Hello.
I have a handfull of 3D parts designed when I was in high school. These range from a custom computer anchor K-Lock (Shown here) to a plant monitor.
Unfortunetly, I graduated and don't have a 3D printer anymore, as I use and test on my old school's printer.
Fortunetly, I still have all of my work and I want to share it in a way that anyone can use, under a CC-BY-SA license.
What is a good way to share my work? Github, Drive, Gitlab, here?
I still like 3D printing, so I plan on getting one soon (albeit, it will take years..).
Thanks!

Wireguard blocks ssh/smb :(
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:
undefined
[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.