Tools, cheat sheets and other useful resources

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

Wow. I need to install glances!! It looks so nice!

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?

Thanks! I really hope so.

This is a wiki post, so Level 1 and above members can edit the first post directly.

Also see:

.

A post was split to a new topic: Octopussy - Open Source Log Management

Updated original post: Feel free to add your fav tools/resources.
image

@tmick Thanks for editing and adding the list. :handshake:

1 Like

Updated with come of my favorite free monitoring tools. Feel free to edit this wiki post and add your fav tools.

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

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

Nice! Both are great tools. Matomo used to be Piwik or something like that. I’m still enslaved to Google Analytics lol :confused:

1 Like

Making some additions.

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

And bookmarked, thanks

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

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.

2 Likes

Funny that people alias “clear” – I always thought it was just ctrl-L … :smiley:

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”? :smiley:

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

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