Created
November 6, 2019 12:36
-
-
Save bradkrane/7849426917c5e35a0c376803ca6fc3c1 to your computer and use it in GitHub Desktop.
Quick DevEnv Debian 9.8 CAC-Deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Roll then connect to VM | |
passwd # always change root | |
apt update | |
apt install aptitude | |
aptitude # install security updates | |
apt install fail2ban firehol unattended-upgrades apt-listchanges sudo | |
apt install postgres ruby git emacs | |
adduser brad | |
sudo -i -u brad | |
git config --global user.name "Brad Krane" | |
git config --global user.email [email protected] | |
git config --global core.editor emacs | |
git clone..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment