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 do I sync files privately?
Are you tired of relying on big tech clouds for your personal data? In my latest video, I walk you through a complete, self-hosted solution for file synchronization that keeps your data private and under your control. This tutorial is designed for beginners but covers everything you need to know to sync files across Ubuntu, Windows, and Android devices seamlessly. 🎥 What You’ll Learn in This Video We break down the entire setup process into clear, manageable steps: - Getting Started: How to download and prepare a bootable Ubuntu flash drive. - Ubuntu Setup: A step-by-step guide to installing Ubuntu and configuring Syncthing for file syncing. - Windows Integration: Installing and setting up Syncthing on Windows to sync with your Linux machine. - Mobile Sync: An overview of mobile Syncthing clients and a specific configuration guide for Android. - Network Security: How to use Netbird to securely connect your Ubuntu and Android devices over the internet without exposing them publicly. - Live Testing: Real-time folder sharing and synchronization tests to prove it all works. 🛠️ The Tech Stack - OS: Ubuntu & Windows - Sync Tool: Syncthing (Open-source, decentralized) - Network Tool: Netbird (For secure, private connections) Whether you want to replace Google Drive, back up your Android photos to your PC, or simply learn how to manage your own data infrastructure, this video has you covered. You can find the video in the classroom section. Have fun ;)
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)
Jul 7 • 
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
1-30 of 41
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