4. Linux 常用命令积累
1.从服务器上拷贝文件:
2. Check GPU and CPU status:
$ watch nvidia-smi
$ top
3.(1) update code in github:
1>update
git pull https://UniLau@bitbucket.org/UniLau/mot_scripts.git master
git commit -a -m "message 1"
2> add(new)
git add file-a file-b
git commit -m "message 2"
git push origin master
rsync -avze 'ssh' uni@roboticvision1.cs.adelaide.edu.au:/home/robotvision1/Datasets/nyu_depth_v2_labled.mat /home/uni/Datasets/
2. Check GPU and CPU status:
$ watch nvidia-smi
$ top
3.(1) update code in github:
1>update
git pull https://UniLau@bitbucket.org/UniLau/mot_scripts.git master
git commit -a -m "message 1"
2> add(new)
git add file-a file-b
git commit -m "message 2"
git push origin master
git status
4. watch the process:
$ top | grep python3
4. watch the process:
$ top | grep python3
$ top | grep python3.5
watch the history process:
$htop
5. transfer files:
watch the history process:
$htop
5. transfer files:
rsync -avze 'ssh' GTsegmask_coco_2014_train a1711327@phoenix.adelaide.edu.au:/fast/users/a1711327/dataset/MSCOCO/ --progress
Comments
Post a Comment