https://github.com/jonfairbanks/first10seconds
Automating the first 10 minutes on a Linux server
https://github.com/jonfairbanks/first10seconds
Last synced: 4 months ago
JSON representation
Automating the first 10 minutes on a Linux server
- Host: GitHub
- URL: https://github.com/jonfairbanks/first10seconds
- Owner: jonfairbanks
- Created: 2019-08-21T00:01:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T22:01:08.000Z (about 6 years ago)
- Last Synced: 2025-05-20T13:55:45.724Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# first10seconds
Automating the first 10 minutes on a Linux server
Ideally you would use Chef/Puppet, but short of that, you can use this script to:
- Run Updates, Upgrades and Clean Up
- Install Common Packages
- Python, git, nmap, fail2ban, unattended-upgrades, curl, ufw, docker, nvm, kubeadm
- Create default aliases and directories
- Configure the Firewall
- Setup unattended-upgrades
- Set the Timezone to PST`curl -sSL https://raw.githubusercontent.com/jonfairbanks/first10seconds/master/first10seconds.sh | sh`