Thursday, 13 November, 2025
[kevshaw@451]$ history
1 top
2 ls
3 cd sp
4 ls
5 cd ..
6 mkdir ps7
7 ls
8 cd ps7
9 wget https://biochemistry.prof/451/ps/ps07/6y3ca.tar.gz
10 ls
11 tar zvxf 6y3ca.tar.gz
12 less 6Y3CA.pdbqt
13 wget https://biochemistry.prof/451/ps/ps07/pscrp.gz
14 ls
15 gzip -d pscrp.gz
16 ls
17 less pscrp
18 chmod x pscrp
19 ls
20 wget https://biochemistry.prof/451/ps/ps07/268415.tar.gz
21 ls
22 tar xzvf 268415.tar.gz
23 ls
24 ./pscrp
25 ls
26 ./pscrp
27 nohup ./pscrp | xargs -l vina > /dev/null &
28 top
29 ps -u christensonma
30 ls
31 ps
32 top
33 man top
34 top -b
35 top -b | grep christensonma
36 ps
37 ps
38 w
39 ls
40 ls | less
41 cd 000000039717
42 ls
43 cd
44 cd ps7
45 ./pscrp
46 cd 000000039717
47 echo "Hi" > file
48 ls
49 cat file
50 mv file ..
51 ls
52 cd ..
53 ls
54 cat file
55 cp file file2
56 ls
57 nano file2
58 mv file2 file
59 cat file
60 cd
61 ps
62 rm -rf ps7
63 w
64 cd blast
65 wget https://biochemistry.prof/451/data/ex3
66 cat ex3
67 blastp -db pdbaa -query ex3 | less
68 blastp -db pdbaa -query ex3 -word_size 2 -comp_based_stats 0 -matrix PAM30
69 wget https://biochemistry.prof/451/data/ex4
70 cd /u
71 ls
72 cd blastdb/
73 ls
74 ls -l nr.128*
[kevshaw@451]$