Note: If in need of a lightweight Linux distro, consider Xubuntu. An online Fedora 33 bash emulator can also be found at bellard.org/jslinux.
Script | Purpose |
---|---|
croncommand.sh | Will schedule a user-specified command to run at a user-specified time interval. |
diskconfig.sh | Lists out mounted filesystems, partition config, and LVM config. |
dnsinfo.sh | Displays IP Address, Gateway Address, and DNS Server Address. |
ipassignwait.sh | Checks if an IP address has been assigned to an interface, and waits (if necessary) until one has been. |
openports.sh | Lists out open ports on a host device. |
passgen.sh | Generates a random 16-character password using numbers, letters (case-sensitive), and special characters. |
reseaters.sh | Used for resource monitoring: displays the top 10 CPU-consuming and memory-consuming processes presently running on a system. |
serverinfo.sh | Lists out date/time, uptime information, a brief memory overview, and network device identifying information. |
useractivity.sh | Lists out user activity, including last login, home directory modifications, and sudo command requests. |
See also: bash commands Overview Guide