this post was submitted on 07 Apr 2026
30 points (100.0% liked)
linux4noobs
4061 readers
62 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
Some applications I've not seen yet:
Terminal
https://ntorga.com/gzip-bzip2-xz-zstd-7z-brotli-or-lz4/
lz4- fastest compression/decompression (several GB/s); compression is good, but not amazing; very little CPU usagezstd- very fast compression, fast decompression (few GB/s compression; ~600MB/s for decompression; better or equal compression compared to zip, depending on level)cloc <folder>- gets lines of code for a project/foldergdu <optional location>- likencdu, but faster (written in go) - think TreeSize/WinDirStat for the terminalstat <file>- built-in application to show the modified, created, etc stats for a file.hyperfine- benchmark for binaries - run this in front of a command to have it run multiple times, and show some statistics.jpegli- great to recompress JPEG files into smaller filesizes, with only very few/minor visual effects.just- used with aJustfilein a project so I can runjustto see the commands, or runjust test,just clean,just ...to run project-specific commands.msedit- ye oldeedit.com, reborn! Feels a little bit cursed to use an MS text editor on the terminal, but it's better for beginners than nano or micro or whatever.oxipng- lossless png compressionpngquant- lossy png compression (it forces the file to use a palette of n colors, which reduces the colors used, so it will affect your files, unlikeoxipng.upx- compress binary filesvisidata- analyses csv files, and shows some stats. Like Data Wrangler for the terminaloxfmt- think "oxidized prettier" (file formatter for programmers)GUIs
Whatpulse- I've been tracking my keypresses since 2005. not a terminal application, unlike the rest.fsearch- Linux alternative to Everything by Voidtools. It will be a little bit different, but it does the job.mlocatepackage, with thesudo updatedbandlocatecommands, if you prefer the terminalkeepassxc- password managerspeedcrunch- best GUI calculator, IMO. Just a bar for input, and a bunch of stored results above it. Use theansvariable to use the previous answer in the current calculation, likeans*2to multiply the previous answer. Or use variables, likex=5,y=2,x+y:7.