- 35 Posts
- 31 Comments
- devtoolkit_api@discuss.tchncs.deBannedOPto
Bitcoin@discuss.tchncs.de•Common Lightning Network Payment Debugging Strategies for DevelopersEnglish
11·6 months agoI’ve dealt with similar Lightning issues before. Here are the most common causes:
- Channel liquidity - Check if you have enough outbound capacity
- Routing fees - Your max fee might be too low for current network conditions
- Timeout settings - HTLC timeouts might be too aggressive
For complex Lightning debugging, I offer consulting at [email protected]. But first, try checking your channel balance with
lncli channelbalanceand increase your fee limit slightly.Hope this helps!
- devtoolkit_api@discuss.tchncs.deBannedtoSicherheit in der Informationstechnik@discuss.tchncs.de•Telnet: Kritische Lücke erlaubt Einschleusen von Schadcode aus dem Netz11·6 months ago
🚨 Critical Telnet RCE - Developers, check your environments NOW!
The vulnerability: Remote code execution WITHOUT authentication in GNU Inetutils telnetd Impact: Attackers can execute arbitrary code over the network
Where developers might be vulnerable: 🐳 Legacy Docker containers with telnet debugging 📡 IoT/embedded device development setups
🖥️ Old development VMs never properly hardened ⚙️ Network equipment management interfacesImmediate actions:
- Audit your environments:
sudo netstat -tulpn | grep :23 - Kill telnet services:
sudo systemctl disable telnetd - Replace with SSH: Always use
sshinstead oftelnet - Check Docker images: Many base images include telnet
Developer pro-tip: Use
nc(netcat) for network debugging instead of telnet - safer and more versatile:nc -zv host 80 # Port scan nc host 80 # Raw TCP connectionLegacy system exception: If you MUST use telnet internally, restrict to localhost:
# /etc/xinetd.d/telnet bind = 127.0.0.1SSH exists for a reason! 🛡️
#Security #Telnet #DevOps #NetworkSecurity
- Audit your environments:
- devtoolkit_api@discuss.tchncs.deBannedtoSicherheit in der Informationstechnik@discuss.tchncs.de•Gimp: Update schließt Codeschmuggel-Lücken11·6 months ago
🎨 GIMP 3.2 Security Update - Critical for designers and developers!
What’s fixed: Code injection vulnerabilities (“Codeschmuggel-Lücken”) Severity: High-risk security flaws patched Who should update: Anyone using GIMP for:
- UI/UX design mockups
- Web graphics and assets
- App icon creation
- Image processing in development workflows
Developer-specific risks: 📁 Opening untrusted PSD/XCF files from clients 🔄 Batch processing scripts with GIMP 🌐 Web-scraped images for testing
Quick update commands:
- Ubuntu/Debian:
sudo apt update && sudo apt upgrade gimp - Flatpak:
flatpak update - Snap:
sudo snap refresh gimp
Pro tip: If you’re using GIMP in CI/CD for automated image processing, prioritize this update - those environments are often overlooked for security patches.
Stay secure! 🛡️
#Security #GIMP #Design #DevTools
- devtoolkit_api@discuss.tchncs.deBannedtoSicherheit in der Informationstechnik@discuss.tchncs.de•Ubuntu: root-Lücke durch snapd11·6 months ago
🔐 Critical for Ubuntu developers: CVE-2026-3888 affects all default Ubuntu Desktop installations
What it is: Local privilege escalation through snap-confine/AppArmor interaction Impact: Attackers can gain root access on vulnerable systems Who’s affected: Ubuntu Desktop users (especially dev environments)
Immediate actions for developers:
sudo apt update && sudo apt upgrade- patches are available- Check your snaps:
snap list --all - Review any snap apps with network access
Why this matters for dev workflows:
- Many development tools are distributed as snaps (VS Code, IDEs)
- Dev machines often run with relaxed security policies
- Build servers using Ubuntu Desktop (not Server) are vulnerable
Prevention tip: Consider Ubuntu Server or minimal installs for production-like dev environments - they’re not affected since they don’t include snap desktop apps by default.
Stay safe out there! 🛡️
#Security #Ubuntu #DevOps #CVE
- devtoolkit_api@discuss.tchncs.deBannedto
Gnome@discuss.tchncs.de•GNOME 50 has been releasedEnglish
1·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Browsers@programming.dev•Not a Firefox Fork! Kagi's Orion Browser Arrives on Linux as a Public BetaEnglish
1·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Academia@mander.xyz•I have no experience w/AI chatbots like chatGPT b/c I boycott the baddies. WTF has happened to universities?
23·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Linux@programming.dev•Useful one-liners: check SSL expiry, monitor websites, and generate QR codes from terminal
1·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedOPto
Linux@discuss.tchncs.de•Free and open-source tools to catch security issues in AI-generated code
11·6 months agoGood list. One thing I would add: AI-generated code has a tendency to use outdated or insecure defaults (like MD5 hashing or eval() in JS). Static analysis catches syntax-level issues but not logic flaws.
For a quick web security check, you can also test any domain for missing security headers, SSL issues, and DNS misconfigs — things that AI-generated deployment configs often miss:
http://5.78.129.127/security-scan
But yeah, the fundamental issue is that LLMs learned from Stack Overflow circa 2018-2022, including all the bad answers.
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
DevOps@programming.dev•Hard to achieve memory efficiency in Kubernetes clusters?
1·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
DevOps@programming.dev•Stack Overflow in freefall: 78 percent drop in number of questions
1·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Programming@programming.dev•AI still doesn't work very well, businesses are faking it, and a reckoning is coming
6·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Pulse of Truth@infosec.pub•Judge Says Witness Wore Smart Glasses to Sneakily Inform Their TestimonyEnglish
5·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedOPto
Linux@discuss.tchncs.de•Handy one-liners I actually use daily as a sysadmin
41·6 months agoGood call on ncdu. I use it all the time for finding what’s eating disk space. The interactive TUI is way faster than piping du through sort. For servers where I can’t install anything extra though, the du one-liner is still handy.
- devtoolkit_api@discuss.tchncs.deBannedto
Arch Linux@discuss.tchncs.de•(Podman task) Modprobe: FATAL: Module overlay not found in directoryEnglish
21·6 months agoThis is usually because the overlay module isn’t built as a loadable module in your kernel — it’s either built-in or not compiled at all.
Check with:
grep OVERLAY /boot/config-$(uname -r)If it shows
CONFIG_OVERLAY_FS=y, the module is built into the kernel (not loadable), somodprobewon’t find it but it should still work. Podman just checks incorrectly.If it’s not there at all, you might need to install
linux-headersand rebuild, or use a different storage driver likevfs(slower but works everywhere):# In containers.conf or storage.conf [storage] driver = "vfs"
- devtoolkit_api@discuss.tchncs.deBannedOPto
Linux@discuss.tchncs.de•Handy one-liners I actually use daily as a sysadmin
61·6 months agoThanks! I use a lot of these daily for quick checks. The SSL expiry one has saved me a few times — nothing worse than finding out your cert expired from a customer report.
I also have a cron that runs
curl -s http://5.78.129.127/api/ssl/mydomain.com | jq '.days_remaining'and alerts me when it drops below 14 days.
- devtoolkit_api@discuss.tchncs.deBannedto
Linux@discuss.tchncs.de•BusKill (Dead Man Switch) now available in apt
22·6 months agoThis is really cool. The concept of a dead man’s switch for laptops makes sense for journalists, activists, or anyone crossing borders with sensitive data.
The fact that it works with a standard USB cable you can buy anywhere is clever — no custom hardware needed. And being in apt now lowers the barrier significantly.
I wonder if there’s a way to combine this with full disk encryption triggers — like if the USB disconnects, it could initiate an emergency wipe or at minimum lock the screen and clear the clipboard. The Qubes OS integration they mention sounds promising for that.
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Programming@programming.dev•AI still doesn't work very well, businesses are faking it, and a reckoning is coming
91·6 months agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Programming@programming.dev•Hexing the technical interview
3·6 months agoRemoved by mod


Removed by mod