-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimportant_ubuntu_commands
145 lines (54 loc) · 1.86 KB
/
important_ubuntu_commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
How to change the time for OS selection menu in GRUB?
sudo apt install gksu
gksu gedit /etc/default/grub
# then edit GRUB_TIMEOUT=10
sudo update-grub
Downloading udemy courses on ubuntu
https://www.youtube.com/watch?v=ednAnYlpU4s
Download Udemy Videos on Linux - Udeler
After downloading the udeler, run the following commands
cd Downloads/
chmod u+x Udeler-1.8.0-linux-x86_x64.AppImage
./Udeler-1.8.0-linux-x86_x64.AppImage
select skip attachments in settings
sudo apt install snapd
sudo apt update
sudo snap install snap-store
git --version
sudo apt-get install git
sudo apt-get install git-core
sudo apt-get install git-gui git gui
how to install jupyter notebook in visual studio code
https://www.youtube.com/watch?v=FSdIoJdSniga
creating new jupyter notebook in visual studio
Cntrl+Shift+P
then type create new jupyter notebook
for dkpg errors:
$ sudo rm /var/lib/apt/lists/lock
$ sudo rm /var/lib/dpkg/lock
$ sudo dpkg --configure -a
$ sudo apt install -f
install pip on ubuntu
sudo apt install python3-pip
install jupyter notebook and jupyter lab
pip3 install notebook
pip3 install jupyterlab
pip install jupyter
installing python 3.7 on ubuntu
https://www.digitalocean.com/community/questions/unable-to-install-pyhton-3-7-version-on-ubuntu-16-04-error-couldn-t-find-any-package-by-regex-python3-7
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.7
python3.7 --version
when there is no left bar in ubuntu
Cntrl+Alt+F2
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo reboot
Java Installation on Ubuntu 16.04 for eclipse to use for ROS
https://tecadmin.net/install-oracle-java-8-ubuntu-via-ppa/
sudo apt update
sudo apt install openjdk-8-jdk openjdk-8-jre