-
Notifications
You must be signed in to change notification settings - Fork 13
/
bash_history
52 lines (52 loc) · 974 Bytes
/
bash_history
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
mkdir uniwitten
ls
cd uniwitten/
clear
ls
R
tmux
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
R
sqlite3 ~/Downloads/chinook.db
sudo apt-get install sqlite
cd ~/Downloads/
unzip chinook.zip
sqlite3 chinook.db
sudo apt-get update
sudo apt-get install r-base
R
sqlite3 chinook.db
ls
git init
git status
git add tidy1.Rhistory
git status
git commit -m "first Rhistory added"
vim tidy1.Rhistory
git status
git add tidy1.Rhistory
vim README
git status
git add README
git status
git commit -m "cleaned history, added README"
git log
git diff 000d 4b71
git remote add origin [email protected]:Quiri/uniwitten.git
git push
git push origin master
cd ..
git clone [email protected]:Quiri/uniwitten.git uw2
cd uw2
ls
cd ../uniwitten/
cp ../takomat/datascience/chinook.R .
ls
git add chinook.R
git commit -m "chinook sample analysis"
git push
git push --set-upstream origin master
ssh-keygen
cd ~/.ssh/
cat id_rsa
cat id_rsa.pub