Skip to content

Instantly share code, notes, and snippets.

@huglester
Last active January 16, 2019 00:34
Show Gist options
  • Save huglester/fa5d096cf39e7d0085438a1113504244 to your computer and use it in GitHub Desktop.
Save huglester/fa5d096cf39e7d0085438a1113504244 to your computer and use it in GitHub Desktop.
ubutnu18 cleanup
echo 'datasource_list: [ None ]' | sudo -s tee /etc/cloud/cloud.cfg.d/90_dpkg.cfg
sudo apt-get purge cloud-init -y
sudo rm -rf /etc/cloud/; sudo rm -rf /var/lib/cloud/
sudo sh -c 'echo "rig2" > /etc/motd'
sudo rm /etc/update-motd.d/*
rig2 ALL=(ALL) NOPASSWD:ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment