Created
January 19, 2017 14:04
-
-
Save Ham5ter/dd15d6101827a77b2d66833c59d6b53b to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Cloud preperations
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
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