this post was submitted on 07 Apr 2026
26 points (100.0% liked)
linux4noobs
4061 readers
57 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here are some useful programs I use:
console utilities/programs:
zoxide: memorizes which directories you cd into, so you can later type shorthands for them
procs: modern replacement for the ps command. basically lists your processes
neofetch/fastfetch: displays your system info in a fancy way. 99% Linux users use that
inxi: displays detailed system info but in a less fancy way. people usually attach the output of
inxi -Fxzto a forum post where they need help troubleshootingasciinema: cool program that records your terminal sessions as text files
agg: converts asciinema recordings to gif
yt-dlp: insanely powerful youtube downloader (remember to only download things you are permitted to!)
sl: ragebait when you misspell ls
yazi: fancy file manager with image previews! minimal or no configuration required
cava: audio visualizer. when you press f it cycles colors!
htop/btop: you already mentioned. task managers basically
ncdu: interactively shows disk usage per file
GUI apps:
qalculate: very powerful calculator (has both qt and gtk frontends)
gparted: probably the best gui disk management tool so far
localsend: send files locally over wifi direct
blueman: gui bluetooth manager
freetube: awesome youtube client (NOTE: against youtube terms of use!)
baobab: gui disk usage analyzer
cheese: photo taking app with funny effects
taking some advantage from this thread, does any of you know a tool like baobab, but for android?
there's DiskUsage on F-Droid
Great list! And just to add a bit:
yt-dlpis indeed insanely powerful, and works for way more than just YouTube, for both audio(music) and video. Supported sitesLocalSendis supported on all platforms, and is perfect for situations where you traditionally use a USB to move files.Some recommendations:
baobab->QDirStatqalculate->speedcrunchncdu->gdu("I am you, but faster")I prefer
lsdtolsoreza/exa(RIP exa).thanks for suggestions. but a couple of controversial things:
i have no problems with qdirstat or gdu, so i'll give them a try. i'll maybe try speedcrunch as well