Last active
August 27, 2015 22:21
-
-
Save philcrump/a11b4ec243658b470877 to your computer and use it in GitHub Desktop.
Ubuntu Trusty Setup
This file contains 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
sudo apt-get update && sudo apt-get dist-upgrade | |
## Move menu bar to bottom of the screen | |
## Remove Whiskers menu, add applications menu | |
sudo apt-get remove --purge pidgin mousepad xfce4-notes firefox xchat simple-scan gnome-mines gnome-sudoku abiword gnumeric orage gmusicbrowser parole | |
sudo apt-get autoremove | |
sudo apt-get install chromium-browser chromium-codecs-ffmpeg-extra vlc htop ssh pepperflashplugin-nonfree gedit vlc git mosh | |
sudo ufw allow ssh | |
sudo ufw logging off | |
sudo ufw enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment