Skip to content

Instantly share code, notes, and snippets.

@jorisroovers
Created October 24, 2013 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorisroovers/7134487 to your computer and use it in GitHub Desktop.
Save jorisroovers/7134487 to your computer and use it in GitHub Desktop.
Linux Commands
#Installing old gnome
sudo apt-get install gnome-session-fallback
#(might need a sudo-apt get update first)
#Login to commandline
#To Commandline: CTRL+ALT+F1
#Back to Login: CTRL+ALT+F7
#Release info
lsb_release -a
Initial ubuntu install
sudo apt-get install gnome-session-fallback chromium-browser vim
Apt-get is locked
sudo rm /var/lib/apt/lists/lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment