hydn
April 25, 2022, 3:26pm
1
This is a Wiki post ; a wiki post is a special type of post that any member of our community can edit!
Join me in editing and populating this Wiki post by sharing tools, scripts, cheat sheets, etc., that you frequently refer to or have saved to your bookmarks.
Config provisioning & management
Ansible - open-source software provisioning, config management, and app-deployment tool.
Backups
Timeshift - System restore tool for Linux.
HashBackup - encrypted, deduplicated, compressed backups.
DejaDup - Simple backup tool.
Benchmarking
Bench-scripts - A compilation of Linux server benchmarking scripts.
YABS - a simple bash script to estimate Linux server performance.
Data removal
Cloning & Imaging
Rescuezilla - open-source disk imaging app that’s fully compatible with Clonezilla
Ventoy - facilitates having multiple, bootable ISO/images on a single flash drive
Clonezilla - Free and open-source software for disk Imaging and cloning.
Security
rootkit hunter - Checks for root kits and removes them.
fail2ban - Daemon to ban hosts that cause multiple authentication errors.
ConfigServer Firewall - free firewall and login failure detection for multiple Linux distros.
System health
atop - System and process monitor for Linux.
btop - A monitor of resources.
Cockpit - Cockpit is a web-based graphical interface for servers.
Glances - A top/htop alternative for Linux, BSD, Mac and Windows.
Monitoring
Cacti - Web-based network monitoring and graphing tool.
check_mk - Collection of extensions for Nagios.
Monit - Small Open Source utility for managing and monitoring Unix systems.
Munin - Networked resource monitoring tool.
Nagios - Computer system, network and infrastructure monitoring software application.
Zabbix - Enterprise-class software for monitoring of networks and applications.
Text Editors
micro - A modern and intuitive terminal-based text editor.
Useful resources
VPN
Web analytics
Goaccess - real-time web log analyzer and interactive viewer via web browser.
Matomo - free, open source alternative to Google Analytics.
Feel free to jump in and edit this Wiki-post . Simply edit to add listing(s) then add your @uersname to the ‘Editors’
I think with all of us “putting heads together” as it were, we will be able to discover even more great tools, solutions and resources!
5 Likes
Ben
April 25, 2022, 4:52pm
2
Wow. I need to install glances!! It looks so nice!
Cache
April 25, 2022, 11:17pm
3
Fantastic idea. Compiling a lot of resources in one place will be super useful to both experts and newbies.
Should we post these in the thread itself?
hydn
April 25, 2022, 11:25pm
4
Thanks! I really hope so.
This is a wiki post, so Level 1 and above members can edit the first post directly.
Also see:
The user trust level system is a fundamental cornerstone of our forums. Trust levels are a way of…
Sandboxing new users in your community so that they cannot accidentally hurt themselves, or other users while they are learning what to do.
Granting experienced users more rights over time, so that they can help everyone maintain and moderate the community they generously contribute so much of their time to.
Here are details about our trust levels, their benefits and promotion requirements:
Tru…
.
hydn
Split this topic
April 26, 2022, 5:29pm
5
hydn
April 28, 2022, 4:23pm
7
Updated original post: Feel free to add your fav tools/resources.
hydn
May 1, 2022, 8:45pm
8
@tmick Thanks for editing and adding the list.
1 Like
hydn
July 1, 2022, 7:08pm
9
Updated with come of my favorite free monitoring tools. Feel free to edit this wiki post and add your fav tools.
hydn
November 12, 2022, 1:32pm
10
Open call to our new (and old) members to add their favorite tools, cheat sheets and other resources by editing the above WiKi post.
1 Like
MadMatt
November 13, 2022, 10:57pm
11
Nice. I didn’t know this thread was a thing. Added a few things to the list.
Matomo and ConfigServer Firewall.
If I think of some more, I will be back.
1 Like
hydn
November 14, 2022, 12:59am
12
Nice! Both are great tools. Matomo used to be Piwik or something like that. I’m still enslaved to Google Analytics lol
1 Like
IronRod
February 10, 2025, 10:47pm
14
I just stumbled upon this and think it could be helpful to others. I’m going through it now and it seems pretty competent.
Linux Internals
2 Likes
hydn
February 11, 2025, 8:59am
16
This is pretty cool. Looks to be a book that’s a work in progress. Somewhere in the forums we also have a link to Awesome llinks which is a similar project. We can probably connect these two threads. Will try to font it late.
Here’s more about this project:
https://0xax.gitbooks.io/linux-insides/content/index.html
1 Like
Ben
July 2, 2022, 3:10am
17
I was wondering if there was a common bash alias addon that Linux users commonly utilize?
I found this on git, but I was wondering if there’s something a little more formal, that’s common/mainstream among other Linux users.
A curated list of awesome Bash aliases.
2 Likes
Funny that people alias “clear” – I always thought it was just ctrl-L …
To be fair, I did alias “cls” to “clear” way back in the day, when I first switched from DOS.
Also, isn’t “exit” just “ctrl-D”?
The first 4 under “system state” are not ones that I ever alias. In fact, I never “sudo” those commands – I always sudo to a root shell and then run the command. Reason: I often use ! for command replay, and I specifically do not want a poweroff/reboot/halt/shutdown in my command history.
Funny that he aliases “myip” – a while back I wrote a portable script that determines a system’s primary IP address (among other things), no matter how many addresses are on the system, and it works on BSD, Linux, and macOS.
1 Like
hydn
February 11, 2025, 3:31pm
19
I found the original topic. It’s a Wiki post so we all can edit. I will add Linux Internals to it now as well. Thanks!!
1 Like