0 Followers
0 Following
1 Posts

LibreOffice Base export

https://lemmy.world/post/16272749

LibreOffice Base export - Lemmy.World

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? - Lemmy.world

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? [https://lemmy.world/pictrs/image/89144cb8-717f-4440-b334-ca9378742c23.png] Here is the old design (Top off) with flaws. I am currently going through my docs and see what was wrong. Model name is GHG/GX-E38: GHG is project name (GreenHouseGas) GX-E38 is HEXA encoded model name. Cheers!

E-Lock is finished. - Lemmy.world

This is a lock designed to be 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…) Enjoy!

Host 3D parts? - Lemmy.world

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!

Solved:

I realized the wg0 cannot share the same ip.

I fixed some routing tables

IP Table Server : 192.168.1.120 / wg0 : 10.0.0.1 Client : 192.168.1.230 / wg0 :10.0.0.2

[Interface] Address = 10.0.0.1/24 SaveConfig = true PostUp = iptables -t nat -I POSTROUTING -o wlp1s0 -j MASQUERADE PostUp = ip rule add table 200 from 192.168.1.230 PostUp = ip route add table 200 default via 192.168.1.1 PreDown = iptables -t nat -D POSTROUTING -o wlp1s0 -j MASQUERADE PreDown = ip rule delete table 200 from 192.168.1.230 PreDown = ip route delete table 200 default via 192.168.1.1 ListenPort = 51820 PrivateKey = XXX [Peer] PublicKey = xxx AllowedIPs = 0.0.0.0/0

Wireguard blocks ssh/smb :(

https://lemmy.world/post/4353701

Wireguard blocks ssh/smb :( - Lemmy.world

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 = qEKy9m0n4zqBh/Cw1xzBPA13/+Qc/LewRwVwUFRI4H0= [Peer] PublicKey = wjBActPSU0QyUGMQBeATuzPyuPTiQE+ojb0JVhD6tnA= AllowedIPs = 192.168.1.230/32 Endpoint = 192.168.1.230:50104 No extra config was made.

Twisted Metal FOSS? - Lemmy.world

Hello peeps. Since I noticed no FOSS/Proprietary games like Twisted Metal exists, I want to make a FOSS version. I don’t have a name set, but “Twisted Steel” sound right. Should I create this? (I’m considering using Godot as I’m no advanced programmer.)

What's big and round? - Lemmy.world

Nexus 5 ported to Mobian

https://lemmy.world/post/975027

Nexus 5 ported to Mobian - Lemmy.world

Since Jan 11, 2022, I have worked on getting the Nexus 5 over on Mobian. Here’s a year of progress. [https://lemmy.world/pictrs/image/1595a6b8-8a49-4f73-b89d-d065e49fd1a5.jpeg] [https://lemmy.world/pictrs/image/f44fde1f-710b-486d-abd9-340e95cea64e.jpeg] I will update my repo soon.