Connecting to 42.192.49.166:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-118-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Tue Jan 12 21:18:22 CST 2021
System load: 0.0 Processes: 91
Usage of /: 11.5% of 49.15GB Users logged in: 1
Memory usage: 13% IP address for eth0: 172.17.0.6
Swap usage: 0%
* Introducing self-healing high availability clusters in MicroK8s.
Simple, hardened, Kubernetes for production, from RaspberryPi to DC.
https://microk8s.io/high-availability
* Canonical Livepatch is available for installation.
- Reduce system reboots and improve kernel security. Activate at:
https://ubuntu.com/livepatch
New release '20.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
/usr/bin/xauth: file /home/bio02/.Xauthority does not exist
bio02@VM-0-6-ubuntu:~$ pwd
/home/bio02
bio02@VM-0-6-ubuntu:~$ mkdir bioinformatics01 #bioinformatics slides
bio02@VM-0-6-ubuntu:~$ mkdir bioinformatics02 #bioinformatics projects
bio02@VM-0-6-ubuntu:~$ mkdir tmp #乱八七糟
bio02@VM-0-6-ubuntu:~$ mkdir src #存放源代码
bio02@VM-0-6-ubuntu:~$ ls
bioinformatics01 bioinformatics02 src tmp
bio02@VM-0-6-ubuntu:~$ rmdir bioinformatics01
bio02@VM-0-6-ubuntu:~$ ls
bioinformatics02 src tmp
bio02@VM-0-6-ubuntu:~$ cd tmp
bio02@VM-0-6-ubuntu:~/tmp$ touch test01.txt
bio02@VM-0-6-ubuntu:~/tmp$ vi test02.txt
bio02@VM-0-6-ubuntu:~/tmp$ cat test02.txt
t02.txt
rm test02.txt
ciik d i want to go skiing withfriends
啊我的妈耶这个好难
#
:x
bio02@VM-0-6-ubuntu:~/tmp$ cd~
Command 'cd~' not found, did you mean:
command 'cde' from deb cde
command 'cdb' from deb tinycdb
command 'cdw' from deb cdw
command 'cdv' from deb codeville
command 'cd5' from deb cd5
command 'cdp' from deb irpas
command 'cdi' from deb cdo
command 'cdo' from deb cdo
Try: apt install <deb name>
bio02@VM-0-6-ubuntu:~/tmp$ cd bioinformatics01
-bash: cd: bioinformatics01: No such file or directory
bio02@VM-0-6-ubuntu:~/tmp$ cd bioinformatics02
-bash: cd: bioinformatics02: No such file or directory
bio02@VM-0-6-ubuntu:~/tmp$ ls
test01.txt test02.txt
bio02@VM-0-6-ubuntu:~/tmp$ cd ~
bio02@VM-0-6-ubuntu:~$ cd tmp
bio02@VM-0-6-ubuntu:~/tmp$ cp test02.txt newtest1.txt
bio02@VM-0-6-ubuntu:~/tmp$ cat newtest1.txt
t02.txt
rm test02.txt
ciik d i want to go skiing withfriends
啊我的妈耶这个好难
#
:x
bio02@VM-0-6-ubuntu:~/tmp$ mv test02.txt bioinformatic02
bio02@VM-0-6-ubuntu:~/tmp$ cd ~
bio02@VM-0-6-ubuntu:~$ cd bioinformatics02
bio02@VM-0-6-ubuntu:~/bioinformatics02$ ls
bio02@VM-0-6-ubuntu:~/bioinformatics02$ cd ~
bio02@VM-0-6-ubuntu:~$ cd tmp
bio02@VM-0-6-ubuntu:~/tmp$ ls
bioinformatic02 newtest1.txt test01.txt
bio02@VM-0-6-ubuntu:~/tmp$ cd bioinformatics02
-bash: cd: bioinformatics02: No such file or directory
bio02@VM-0-6-ubuntu:~/tmp$ mv newtest1.txt ~
bio02@VM-0-6-ubuntu:~/tmp$ cd ~
bio02@VM-0-6-ubuntu:~$ ls
bioinformatics02 newtest1.txt src tmp
bio02@VM-0-6-ubuntu:~$ ^C
bio02@VM-0-6-ubuntu:~$
今天就这样吧需要适应一下系统,其他的思考题明天再说好惹