Let’s September This Place
I just learned what the old Usenet term "Eternal September" meant. For those who don't know, every September a new batch of college kids got access to Usenet and came flooding in. Then AOL opened the...
Interest
Related public groups and posts. Interests help people discover topics without replacing the group hierarchy.
I just learned what the old Usenet term "Eternal September" meant. For those who don't know, every September a new batch of college kids got access to Usenet and came flooding in. Then AOL opened the...
One thing I still like about Linux is when something is acting weird, I can usually poke around and figure it out. Not always fast. Sometimes I break it worse first. But at least it feels like the ma...
TechCrunch: OpenAI launches ChatGPT desktop app for Linux Link: https://techcrunch.com/2026/08/11/openai-launches-chatgpt-desktop-app-for-linux/
Linux users are known for having strong opinions, so let's hear them. What's your favorite Linux distribution and what keeps you using it? Is it stability, simplicity, package management, performanc...
# 💡 Markdown Tip: Tables Make Your Posts Easier to Read A lot of people don't realize that RootBadger supports **extended Markdown**, including **tables**. They're perfect for comparing software, ha...
I have been using the regular desktop stuff long enough that I am starting to notice what I like and what just gets in the way. Now I keep seeing people talk about window managers like i3, sway, open...
Most people use Nmap to find open ports and stop there, but some of the NSE scripts are worth digging into. One of my favorites is: ```bash nmap --script ssl-cert -p443 ``` Instead of just confirm...
When I first started with Linux, I bought a Red Hat CD and even had to call support for help. I learned quickly, though, and before long I moved over to Slackware. Slackware was where Linux really st...
Every time I install a new Linux system, I end up reaching for the same handful of tools before I do anything else. For me it's usually: neovim tmux git htop fastfetch After that, everything else d...
One thing I check more often now: package install scripts. Not because every package is suspicious. Most are fine. But `postinstall`, `preinstall`, maintainer scripts, setup hooks, extension installe...
I've wondered this for years. Horseclans has everything modern fantasy audiences seem to love: massive battles, political intrigue, unforgettable heroes and villains, giant hunting cats, telepaths, Wi...
small dumb win today: fixed a laptop that kept dropping wifi after suspend. nothing dramatic. not a kernel deep dive. just checked logs, saw the card waking up weird, poked the power save setting, re...
One of my favorite all-around Nmap commands is: ```bash sudo nmap -Pn -sS -sV -O -A --script=vuln --reason --traceroute -p- -T4 192.168.1.10 ``` It skips host discovery (`-Pn`), performs a SYN scan...
hey linux people, another dumb question from me. im still on ubuntu and its been mostly fine, but now im wondering if i should try something else before i get too used to it. i keep seeing people say...
RootBadger is built around communities, and every new group starts with someone saying, "Why doesn't this exist yet?" Creating a group is easy: • Click Propose Group from the menu. • Enter the group...
I am working on making it better but right now it is pretty stellar.
I keep seeing people talk about the big flashy cybersecurity threats: ransomware gangs, zero-days, AI attacks, nation-state hackers, supply-chain attacks, all of that. And yeah, that stuff matters....
I've tried both tmux and Zellij, and I always end up back on tmux. Zellij looks nice and it's easy to get started with, but tmux has years of polish behind it. It's on just about every Linux server, w...
I am an old school vi user, before there was vim or nvim.. long before. One of the things I first learned was that !wq was a waste of time. shift VV does the same and is very fast. That little, most...
Science fiction has been predicting the future for generations—sometimes getting it spectacularly wrong and sometimes getting it uncomfortably right. Which novel, series, or author do you think came...
Android app
RootBadger is preparing the Android app for Play Store testing. If you would like to help test it, enter the Gmail address you use for Google Play and we will add you to the tester list.
You will receive a Play Store link. Keep it handy for updates. If you do not wish to participate, the APK is still available on the site.