Skip to content

Instantly share code, notes, and snippets.

@Ham5ter
Created January 19, 2017 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ham5ter/dd15d6101827a77b2d66833c59d6b53b to your computer and use it in GitHub Desktop.
Save Ham5ter/dd15d6101827a77b2d66833c59d6b53b to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Cloud preperations
apt update && apt upgrade -y && apt remove unattended-upgrades -y && apt autoremove -y
apt-get clean
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo rmmod floppy
sudo update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment