Some basic, dirty scripts to help in system administration. Good for novice users but shouldn't really be relied on as you advance in your career.
Most of these need to be run using sudo/root.
A quick way to check the top 5 IPs hitting a domain's access logs. Mainly designed for servers using Plesk or cPanel, but it will try to do it on other types. -- Written by me (dfuentes87)
Convert MySQL/MariaDB files to a .sql file -- Written by ???
Rudimentary scan for malware. -- Written by ???
Quick output of the top domains and IPs of a tcpdump. Run on local machine or NS. -- Written by me (dfuentes87)
Check Postfix/Qmail for spam. -- Written by ???
List of applications that are consuming most of the RAM on the system. -- https://github.com/pixelb/ps_mem
Calculate the average load and memory usage of the past 7 days. Uses sar/sysstat, must be preinstalled. -- Written by me (dfuentes87)
Help analyze web traffic. -- Written by ???
Tune Apache/Nginx/PHP-FPM based on server resources. -- Written by me (dfuentes87)
Calculate ipv4 and ipv6 subnets. -- https://github.com/kjokjo/ipcalc