Skip to main content
RootBadger RootBadger
Home Interests Linux

Interest

Linux

Related public groups and posts. Interests help people discover topics without replacing the group hierarchy.

Related posts

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...

rb.comp.os.linux Lucas

still like fixing stuff myself

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...

rb.alt.test yodabytz

testing extended markdown

# 💡 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...

rb.comp.os.linux DudeWheresMyPenguin

window managers worth learning first?

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...

Nmap Hidden Gem: ssl-cert

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...

rb.comp.security Ghostline

postinstall scripts deserve a look

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...

rb.comp.os.linux Lucas

little linux win today

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...

rb.comp.os.linux DudeWheresMyPenguin

ubuntu newb looking at other distros

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...

rb.comp.programs yodabytz

Still Team tmux

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...

rb.comp.os.linux TheViciousOne

What's your favorite VIM command?

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...