Skip to content

Instantly share code, notes, and snippets.

@bradkrane
Created November 6, 2019 12:36
Show Gist options
  • Save bradkrane/7849426917c5e35a0c376803ca6fc3c1 to your computer and use it in GitHub Desktop.
Save bradkrane/7849426917c5e35a0c376803ca6fc3c1 to your computer and use it in GitHub Desktop.
Quick DevEnv Debian 9.8 CAC-Deploy
#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 brad@krane.ca
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