Releases: abdulriiyaz/bashing
Releases · abdulriiyaz/bashing
v1.0.0
This is the initial release of the "Bashing" Git repository. It includes a collection of helpful and utility bash scripts for performing various tasks in the Linux environment. The repository is designed to be a lightweight and efficient resource for Linux users and system administrators.
Included Scripts
password_generator.sh
: A script to generate random passwords of a specified length and estimate the time it would take to crack them.sysinfo.sh
: A script to display basic system information such as terminal, shell, kernel version, OS, distribution, and the number of installed packages (for Arch Linux).add_user.sh
: A script to interactively add a new user to the system and optionally add them to the 'wheel' group for sudo privileges (for Arch Linux).remove_unused_packages_arch.sh
: A script to remove unused packages (orphaned packages) on Arch Linux systems.
Full Changelog: https://github.com/abdulriiyaz/bashing/commits/v1.0.0