Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@abdulriiyaz abdulriiyaz released this 22 Jul 08:54

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

  1. password_generator.sh: A script to generate random passwords of a specified length and estimate the time it would take to crack them.
  2. 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).
  3. 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).
  4. 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