User
Write something
Pinned
Welcome - read this first
This is a space for anyone interested in programming, Linux, self-hosting, networking, and IT in general. Whether you're just starting out or already experienced, you're very welcome here. The idea is simple: learn together, share what you know, help others, and show what you're building along the way. Feel free to ask questions at any level. If you're working on something—home lab setups, ESPHome, Node-RED, Proxmox, scripts, or anything else—don’t hesitate to share it. Even small projects or experiments are worth posting. I’ll also be sharing my own learning journey, especially around Proxmox, networking, and IoT. Expect real setups, things that worked, and things that didn’t. Introduce yourself To get started, say hello in the comments: - What are you learning right now? - What are you building or experimenting with? - What would you like to improve or achieve next? Looking forward to seeing what you’re working on.
4
0
Welcome - read this first
Pinned
On Self-Promotion and Hiring Posts
One small rule to keep things valuable for everyone: this isn’t a place just for advertising. If someone joins only to promote themselves or post offers without contributing, they may be removed. That said, if you want to let people know you’re available for work or that you're looking someone for hire, that’s totally fine - just do it in a helpful way: - Show something you’ve built or a problem you solved - Share a bit of how you approached it - And then, if you want, mention that you're open to opportunities or that you're hiring This way others can actually see what you can do.
2
0
How I Installed ComfyUI (Generative AI) on Omarchy (Arch Linux)
I’m preparing my first YouTube video. Naturally, I decided to overcomplicate things by creating the thumbnail using only local tools. After some research, I found that ComfyUI is the best tool for this job. What is ComfyUI? - It allows users to visually connect components to build complex image-processing pipelines. - It supports different AI models through a node-based interface, enabling custom generative workflows without writing code. - It’s free and open source. If you’re on macOS or Windows, installation is straightforward, you just need to download the appropriate client. On Linux (like me), you’ll need to install it manually. There are a few ways to do this. The easiest method is using a Python virtual environment along with comfy-cli. Step-by-step installation, here’s the process I followed: 1. Create an empty directory and open it. 2. Open a terminal window. 3. Create a Python virtual environment: 'python -m venv venv' 4. Install the CLI: 'pip install comfy-cli' 5. Install shell completion: 'comfy --install-completion' 6. Run the setup wizard: 'comfy setup' 7. Complete the initial configuration. 8. Install ComfyUI: 'comfy install' 9. Launch ComfyUI: 'comfy launch' And now I can spend the next three months learning how to make a thumbnail. 😊
2
0
How I Installed ComfyUI (Generative AI) on Omarchy (Arch Linux)
How I added QEMU/KVM netowrk Bridge on Omarchy Linux
I recently switched my Omarchy Linux setup to give QEMU/KVM VMs direct LAN access using a native bridge (br0) and systemd-networkd. Here is the exact config I used to get it running without sudo. I dropped three files into /etc/systemd/network/ to define the bridge and attach my interface (eno1). - /etc/systemd/network/10-br0.netdev [NetDev] Name=br0 Kind=bridge - 20-eno1.network [Match] Name=eno1 [Network] Bridge=br0 - /etc/systemd/network/20-br0.network [Match] Name=eno1 [Network] Bridge=br0 - /etc/systemd/network/20-br0.network [Match] Name=br0 [Network] DHCP=yes Then I just ran sudo systemctl restart systemd-networkd.service To let my VMs use this bridge without root, I updated two config files. - /etc/qemu/bridge.conf allow br0 - /etc/libvirt/qemu-bridge-helper.conf allow br0 After a sudo systemctl restart libvirtd, my VMs connect directly to the network via br0 instantly. Clean, native, and no sudo needed for launch.
2
0
Jun 18 • 
Linux
Syncthing setup - configuration options I use
Hello Engineers, I'm currently testing a self-hosted file-sharing solution, Syncthing. Below is a list of options that help achieve a reasonably secure configuration. I haven't described these options in detail, all of them can be found in the documentation. Settings -> General -> Device name -> Fill in the device name Settings -> General -> Anonymous Usage Reporting -> Disable Settings -> GUI -> Start Browser -> Disable Advanced -> GUI -> Address -> Fill in the local network interface ip address Advanced -> GUI -> Enabled -> Leave Enabled Advanced -> GUI -> Password -> Fill in (password to log in to the GUI) Advanced -> GUI -> Use TLS -> Enable Advanced -> GUI -> User -> Fill in a user name (user to log in to the GUI) Advanced -> Options -> Always Local Nets -> Fill in a local network interface Advanced -> Options -> Announce LAN Address -> Disable Advanced -> Options -> Crash reporting Enabled -> Disable Advanced -> Options -> Global Announce Enabled -> Disable Advanced -> Options -> Nat Enabled -> Disable Advanced -> Options -> Relays Enabled -> Disable Advanced -> Options -> Local Announce enabled -> Enabled by default, should be enabled only if local address explicitly specified by the option "Always Local Nets" Advanced -> Options -> Overwrite Remote Device Names On -> Enable Advanced -> Options -> Listen Address -> Left default
3
0
1-30 of 40
powered by
EngineeringTech
skool.com/szykulatech-3240
We focus on JS/TS, React, Next.js, Supabase, shadcn/ui, Tailwind CSS, and deployments on Netlify. We focus on fast learning.
Build your own community
Bring people together around your passion and get paid.
Powered by