Skip to content

Instantly share code, notes, and snippets.

@bonelifer
Forked from irakasleibiltaria/ubuntu-setup.sh
Last active September 14, 2015 13:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bonelifer/56da44f0c7b7c3e462e0 to your computer and use it in GitHub Desktop.
#update
apt-get update
# synapse app launcher
add-apt-repository ppa:synapse-core/ppa
apt-get update
apt-get install synapse
# gnome classic
apt-get install gnome-session-fallback
# vlc
apt-get install vlc
#rar
apt-get install rar
#gaupol mplayer
apt-get install gaupol mplayer
# nmap
sudo apt-get install nmap
#nvidia drivers
sudo apt-get install nvidia-current
# sublimetext
# http://www.sublimetext.com/3
# git
apt-get install git
# vim
apt-get install vim
#VirtualBox
# add this line sources.list
# deb http://download.virtualbox.org/virtualbox/debian trusty contrib
# you can use software center->edit->Software Sources
# wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
# sudo apt-get update
# sudo apt-get install virtualbox-4.3
#Media server client
sudo apt-get install python-software-properties pkg-config
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment