Created
June 1, 2014 20:51
-
-
Save dijux/72deb5bf6e87b6c4f2d8 to your computer and use it in GitHub Desktop.
Revisions
-
Mike Krüger revised this gist
Dec 1, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -122,7 +122,6 @@ wget https://launchpad.net/ubuntu/+archive/primary/+files/linux-firmware_1.117_a wget https://launchpad.net/ubuntu/+archive/primary/+files/nic-firmware_1.117_all.udeb sudo dpkg -i *.deb cd .. rm -rf firmware -
Mike Krüger revised this gist
Dec 1, 2013 . 1 changed file with 20 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -114,6 +114,26 @@ cd .. rm -rf kernel #Reboot! #Install fresh firmware mkdir firmware cd firmware wget https://launchpad.net/ubuntu/+archive/primary/+files/linux-firmware_1.117_all.deb wget https://launchpad.net/ubuntu/+archive/primary/+files/nic-firmware_1.117_all.udeb sudo dpkg -i *.deb sudo dpkg -i *.udeb cd .. rm -rf firmware #update initramfs sudo update-initramfs -k all -u #Reboot! #Install Broadcom STA Driver (if you need) mkdir wlan cd wlan -
Mike Krüger revised this gist
Nov 29, 2013 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -98,15 +98,15 @@ sudo apt-get install dkms mkdir kernel cd kernel #Install Kernel 3.12.2 on 64 Bit wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.2-trusty/linux-headers-3.12.2-031202-generic_3.12.2-031202.201311291538_amd64.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.2-trusty/linux-headers-3.12.2-031202_3.12.2-031202.201311291538_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.2-trusty/linux-image-3.12.2-031202-generic_3.12.2-031202.201311291538_amd64.deb #Install Kernel 3.12.2 on 32 Bit wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.2-trusty/linux-headers-3.12.2-031202-generic_3.12.2-031202.201311291538_i386.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.2-trusty/linux-headers-3.12.2-031202_3.12.2-031202.201311291538_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.2-trusty/linux-image-3.12.2-031202-generic_3.12.2-031202.201311291538_i386.deb sudo dpkg -i *.deb -
Mike Krüger revised this gist
Nov 29, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -43,6 +43,9 @@ sudo mv screenfetch-dev /usr/bin/screenfetch cd .. rm -rf screenfetch #make it readable and executable sudo chmod +rx /usr/bin/screenfetch ##setup .bashrc for auto screenfetch gedit ~/.bashrc ###put this on the last line -
Mike Krüger revised this gist
Nov 28, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sudo apt-get purge scratch-text-editor sudo apt-get purge bluez sudo apt-get purge modemmanager sudo apt-get autoremove sudo apt-get autoclean #Remove some Switchboard Plug's sudo rm -rf /usr/lib/plugs/GnomeCC/gnomecc-bluetooth.plug -
Mike Krüger revised this gist
Nov 28, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,7 @@ sudo apt-get purge noise sudo apt-get purge software-center sudo apt-get purge scratch-text-editor sudo apt-get purge bluez sudo apt-get purge modemmanager sudo apt-get autoremove #Remove some Switchboard Plug's -
Mike Krüger revised this gist
Nov 27, 2013 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -17,8 +17,13 @@ sudo apt-get purge midori-granite sudo apt-get purge noise sudo apt-get purge software-center sudo apt-get purge scratch-text-editor sudo apt-get purge bluez sudo apt-get autoremove #Remove some Switchboard Plug's sudo rm -rf /usr/lib/plugs/GnomeCC/gnomecc-bluetooth.plug sudo rm -rf /usr/lib/plugs/GnomeCC/gnomecc-wacom.plug #Install gedit (Text Editor) sudo apt-get install gedit gedit-plugins @@ -66,9 +71,6 @@ sudo /usr/share/doc/libdvdread4/install-css.sh #Install a Firewall Application sudo apt-get install gufw #Install Gimp sudo add-apt-repository ppa:otto-kesselgulasch/gimp sudo apt-get update -
Mike Krüger revised this gist
Nov 27, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -71,7 +71,8 @@ sudo apt-get install ia32-libs #Install Gimp sudo add-apt-repository ppa:otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras #Install Elementary OS extras sudo apt-add-repository ppa:versable/elementary-update -
Mike Krüger revised this gist
Nov 27, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,7 @@ sudo apt-get autoremove sudo apt-get install gedit gedit-plugins #Install File Compression Libs sudo apt-get install unace unrar zip unzip xz-utils p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller #Install Guake Terminal sudo apt-get install guake -
Mike Krüger revised this gist
Nov 26, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,9 @@ sudo apt-get autoremove #Install gedit (Text Editor) sudo apt-get install gedit gedit-plugins #Install File Compression Libs sudo apt-get install p7zip-full zip xz-utils #Install Guake Terminal sudo apt-get install guake -
Mike Krüger revised this gist
Nov 26, 2013 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -106,9 +106,7 @@ rm -rf kernel #Install Broadcom STA Driver (if you need) mkdir wlan cd wlan wget https://launchpad.net/ubuntu/+archive/primary/+files/broadcom-sta-dkms_6.30.223.141-1_all.deb sudo dpkg -i *.deb cd .. -
Mike Krüger revised this gist
Nov 26, 2013 . 1 changed file with 13 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -101,6 +101,19 @@ sudo dpkg -i *.deb cd .. rm -rf kernel #Reboot! #Install Broadcom STA Driver (if you need) mkdir wlan cd wlan wget https://launchpad.net/ubuntu/+archive/primary/+files/broadcom-sta-common_6.30.223.141-1_all.deb wget https://launchpad.net/ubuntu/+archive/primary/+files/broadcom-sta-dkms_6.30.223.141-1_all.deb wget https://launchpad.net/ubuntu/+archive/primary/+files/broadcom-sta-source_6.30.223.141-1_all.deb sudo dpkg -i *.deb cd .. rm -rf wlan #Reboot! #Install Apparmor 2.8 sudo add-apt-repository ppa:apparmor-upload/apparmor-2.8 -
Mike Krüger revised this gist
Nov 25, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -152,7 +152,7 @@ sudo apt-get update sudo apt-get install virtualbox-4.3 #Install Thunderbird #if you want install Thunderbird instead of Geary Mail #first remove Geary Mail sudo apt-get purge geary -
Mike Krüger revised this gist
Nov 24, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -151,11 +151,11 @@ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian precise c sudo apt-get update sudo apt-get install virtualbox-4.3 #Install Thunderbird #if you want't install Thunderbird instead of Geary Mail #first remove Geary Mail sudo apt-get purge geary sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa sudo apt-get update sudo apt-get install thunderbird -
Mike Krüger revised this gist
Nov 24, 2013 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -151,4 +151,12 @@ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian precise c sudo apt-get update sudo apt-get install virtualbox-4.3 #if you want't install Thunderbird instead of Geary Mail #first remove Geary Mail sudo apt-get purge geary #Install Thunderbird sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa sudo apt-get update sudo apt-get install thunderbird -
Mike Krüger revised this gist
Nov 23, 2013 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -139,6 +139,12 @@ sudo add-apt-repository ppa:me-davidsansome/clementine sudo apt-get update sudo apt-get install clementine #Install the latest git Version sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install git #Install the latest Version of VirtualBox wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian precise contrib" >> /etc/apt/sources.list.d/virtualbox.list' -
Mike Krüger revised this gist
Nov 23, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,6 @@ sudo apt-get install gedit gedit-plugins sudo apt-get install guake #Install screenfetch (my elementary-OS special Version) mkdir screenfetch cd screenfetch wget https://raw.github.com/memoryleakx/screenFetch/master/screenfetch-dev -
Mike Krüger revised this gist
Nov 23, 2013 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -25,6 +25,20 @@ sudo apt-get install gedit gedit-plugins #Install Guake Terminal sudo apt-get install guake #Install screenfetch (my elementary-OS special Version) mkdir screenfetch cd screenfetch wget https://raw.github.com/memoryleakx/screenFetch/master/screenfetch-dev sudo mv screenfetch-dev /usr/bin/screenfetch cd .. rm -rf screenfetch ##setup .bashrc for auto screenfetch gedit ~/.bashrc ###put this on the last line screenfetch -D "Elementary" #For fresh Nvidia Drivers sudo add-apt-repository ppa:xorg-edgers/ppa sudo apt-get update && sudo apt-get dist-upgrade -
Mike Krüger revised this gist
Nov 23, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,9 @@ sudo apt-get autoremove #Install gedit (Text Editor) sudo apt-get install gedit gedit-plugins #Install Guake Terminal sudo apt-get install guake #For fresh Nvidia Drivers sudo add-apt-repository ppa:xorg-edgers/ppa sudo apt-get update && sudo apt-get dist-upgrade -
Mike Krüger revised this gist
Nov 23, 2013 . 1 changed file with 8 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,14 @@ #First you update your system sudo apt-get update && sudo apt-get dist-upgrade #Install Google Chrome wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' sudo apt-get update sudo apt-get install google-chrome-stable #Clean-up System sudo apt-get purge midori-granite sudo apt-get purge noise @@ -82,11 +90,6 @@ rm -rf kernel sudo add-apt-repository ppa:apparmor-upload/apparmor-2.8 sudo apt-get update && sudo apt-get dist-upgrade #Install Java 7 sudo add-apt-repository ppa:webupd8team/java -
Mike Krüger revised this gist
Nov 23, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -56,6 +56,9 @@ sudo apt-get install elementary-elfaenza-icons elementary-nitrux-icons sudo apt-get install elementary-plank-themes sudo apt-get install wingpanel-slim indicator-synapse #if not installed #Install the Dynamic Kernel Module Support Framework sudo apt-get install dkms mkdir kernel cd kernel -
Mike Krüger revised this gist
Nov 22, 2013 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -117,6 +117,10 @@ sudo add-apt-repository ppa:me-davidsansome/clementine sudo apt-get update sudo apt-get install clementine #Install the latest Version of VirtualBox wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian precise contrib" >> /etc/apt/sources.list.d/virtualbox.list' sudo apt-get update sudo apt-get install virtualbox-4.3 -
Mike Krüger revised this gist
Nov 22, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -70,7 +70,7 @@ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.1 wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_i386.deb sudo dpkg -i *.deb cd .. rm -rf kernel -
Mike Krüger revised this gist
Nov 22, 2013 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -96,6 +96,13 @@ sudo sh -c 'echo "deb http://repo.steampowered.com/steam/ precise steam" >> /etc sudo apt-get update sudo apt-get install steam #Install PlayonLinux #Run Windows Applications and Games on Linux wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add - sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list sudo apt-get update sudo apt-get install playonlinux #Install Skype sudo apt-add-repository "deb http://archive.canonical.com/ubuntu/ precise partner" sudo apt-get update && sudo apt-get install skype -
Mike Krüger revised this gist
Nov 22, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,7 @@ sudo apt-get update && sudo apt-get dist-upgrade #Clean-up System sudo apt-get purge midori-granite sudo apt-get purge noise sudo apt-get purge software-center sudo apt-get purge scratch-text-editor -
Mike Krüger revised this gist
Nov 21, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -65,7 +65,6 @@ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.1 wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_amd64.deb #Install Kernel 3.12 on 32 Bit wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200-generic_3.12.0-031200.201311031935_i386.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_i386.deb -
Mike Krüger revised this gist
Nov 21, 2013 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -55,15 +55,21 @@ sudo apt-get install elementary-elfaenza-icons elementary-nitrux-icons sudo apt-get install elementary-plank-themes sudo apt-get install wingpanel-slim indicator-synapse mkdir kernel cd kernel #Install Kernel 3.12 on 64 Bit wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200-generic_3.12.0-031200.201311031935_amd64.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_amd64.deb #Install Kernel 3.12 on 32 Bit wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200-generic_3.12.0-031200.201311031935_i386.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_i386.deb dpkg -i *.deb cd .. -
Mike Krüger revised this gist
Nov 21, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,9 @@ #Download Elementary OS from here: #http://sourceforge.net/projects/elementaryos/files/stable/ #First you update your system sudo apt-get update && sudo apt-get dist-upgrade #Clean-up System sudo apt-get purge noise sudo apt-get purge software-center @@ -10,9 +13,6 @@ sudo apt-get autoremove #Install gedit (Text Editor) sudo apt-get install gedit gedit-plugins #For fresh Nvidia Drivers sudo add-apt-repository ppa:xorg-edgers/ppa sudo apt-get update && sudo apt-get dist-upgrade -
Mike Krüger revised this gist
Nov 21, 2013 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,15 @@ #Download Elementary OS from here: #http://sourceforge.net/projects/elementaryos/files/stable/ #Clean-up System sudo apt-get purge noise sudo apt-get purge software-center sudo apt-get purge scratch-text-editor sudo apt-get autoremove #Install gedit (Text Editor) sudo apt-get install gedit gedit-plugins #First you update your system sudo apt-get update && sudo apt-get dist-upgrade -
Mike Krüger revised this gist
Nov 21, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -90,6 +90,11 @@ sudo add-apt-repository ppa:libreoffice/libreoffice-4-0 sudo apt-get update sudo apt-get install libreoffice #Install the Clementine Music Player sudo add-apt-repository ppa:me-davidsansome/clementine sudo apt-get update sudo apt-get install clementine
NewerOlder