Skip to content

Instantly share code, notes, and snippets.

@martynhaigh
Last active December 20, 2015 23:19
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 martynhaigh/6211570 to your computer and use it in GitHub Desktop.
Save martynhaigh/6211570 to your computer and use it in GitHub Desktop.
A better way to get Kubuntu setup
Install /opt and /home on separate partitions
If coming from old installation make sure to run this before re-installing:
dpkg --get-selections > ~/Dropbox/installed-programs.txt
On reinstall run
dpkg --set-selections < ~/Dropbox/installed-programs.txt
You may have to run this too
sudo apt-get install dselect
sudo dselect update
sudo dselect install
You may have to run the install command a few times.
sudo apt-get install vim yakuake
sudo add-apt-repository ppa:kilian/f.lux
sudo apt-get update
sudo apt-get install fluxgui
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i ./google-chrome*.deb
sudo apt-get -f install
wget https://download.01.org/gfx/ubuntu/13.04/main/pool/13.04/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.2-0intel3_amd64.deb
sudo apt-get install ttf-ancient-fonts
sudo dpkg -i ./intel-linux-graphics-installer*.deb
sudo apt-get -f install
sh installJavaAndIntelliJ.sh
setup samba properly for wins sharing - http://www.youtube.com/watch?v=gDUTZNisgJY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment