Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 644 Bytes

File metadata and controls

11 lines (11 loc) · 644 Bytes

Bash-script-for-all-kali-linux-configuration-commands

This script will automate all the linux configuration commands so there,s no need of cramming every little thing

NB Still a work in progress :)

Screenshot

Screenshot from 2022-03-29 16-16-32)

How to use

  • Give the .sh file permission by using "chmod +x linuxconfig.sh"
  • Run it using "./linuxconfig.sh"

Or

  • Save the .sh file in "usr/local/sbin"
  • This will allow you to run it from anywhere without having to navigate to the exact repository by typing "linuxconfig"