Bash script that installs core applications and sets up base configuration for a new CentOS system
- I created this script to automatically setup all the core features I use when creating a new CentOS VM for testing.
- To be extra-safe the script will give you the option to double-check any changes you make to configuration files.
- Pull down this script onto your CentOS machine
- Change the write permissions for the script:
chmod +x jl_installer.sh
- Run the script with sudo:
sudo ./jl_installer.sh
I'm planning to update the script in the future and I have some ideas about what new features I'd like to add.
- Prompt user for additional "Useful Packages"
- Add installation and configuration section for SNMP
- Add more configuration options for SSH
- Allow user to quickly configure firewall rules? (maybe)
- Add ability for the script to work with Ubuntu