https://github.com/potts99/linux-post-install
Scripts to Automate Linux Post Install's
https://github.com/potts99/linux-post-install
automation bash bash-scripting linux post-installation
Last synced: 5 months ago
JSON representation
Scripts to Automate Linux Post Install's
- Host: GitHub
- URL: https://github.com/potts99/linux-post-install
- Owner: potts99
- License: mit
- Created: 2020-02-05T23:35:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T04:31:26.000Z (over 5 years ago)
- Last Synced: 2025-04-03T11:36:25.597Z (6 months ago)
- Topics: automation, bash, bash-scripting, linux, post-installation
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 48
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux-Automation
Scripts to Automate Ubuntu / Debian Post Install# Why
- If you're like me and break stuff all the time, saving time by not having type out all the commands to set yout machine up post install.- Simplicity / Save time after your install, wget the script raw and let it run.
# Time
- Post installs can take time, especially if you're trying to balance multiple things at once, run the script do something else, reply to that email and finish when its done.# Whats on each script?
Ubuntu / Debian post install script
```
wget https://raw.githubusercontent.com/jwandrews99/Linux-Post-Install/master/post-install.sh && bash post-install.sh
```
- Sys updates
- OpenSSH install
- Ufw config
- speedtest-cli
- Fail2Ban config
- Automatic security updates
- SSH disable root login
- SFTP server config
- Optional install of Wireguard VPN server - credit to https://github.com/l-n-s/wireguard-install
- Optional install for docker
- A message of the day system stats
- System Clean up after the installIn order to use speedtest just use "speedtest" as the command in the cli.[ Click for more info.](https://github.com/sivel/speedtest-cli)
# To Do
Auto recongise the Os and choose the correct script to run