Created
August 1, 2015 22:24
-
-
Save joeljacobson/1b20a001297b7bb42ed0 to your computer and use it in GitHub Desktop.
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 characters
1 cd Downloads/ | |
2 chmod +x NVIDIA-Linux-x86_64-352.30.run | |
3 sudo ./NVIDIA-Linux-x86_64-352.30.run | |
4 cd | |
5 cat /var/log/nvidia-installer.log | |
6 sudo add-apt-repository ppa:ubuntu-x-swat/x-updates | |
7 sudo apt-get update | |
8 sudo apt-get install nvidia-current | |
9 cd Downloads/ | |
10 sudo ./NVIDIA-Linux-x86_64-352.30.run --no-x-check | |
11 cd Downloads/ | |
12 ls | |
13 sudo ./NVIDIA-Linux-x86_64-352.30.run | |
14 sudo reboot | |
15 cd Downloads/ | |
16 sudo ./NVIDIA-Linux-x86_64-352.30.run | |
17 sudo service lightdm stop | |
18 sudo ./NVIDIA-Linux-x86_64-352.30.run | |
19 sudo service lightdm stop | |
20 sudo ./NVIDIA-Linux-x86_64-352.30.run | |
21 ls | |
22 rn examples.desktop | |
23 rm examples.desktop | |
24 ls | |
25 clear | |
26 mkdir Code | |
27 sudo apt-get install python-software-properties | |
28 sudo add-apt-repository ppa:webupd8team/java | |
29 sudo apt-get update | |
30 sudo apt-get install oracle-java7-installer | |
31 ls /dev/sd* | |
32 fdisk -l | |
33 fsdisk | |
34 sudo fdisk -l | |
35 sudo grub-install /dev/sdb | |
36 sudo reboot | |
37 history | |
38 history > file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment