Linux CMD

Linux CMD

  1. Check the version of Python:
    python -V

  2. Path of Python:
    python -c "import sys; print sys.executable"

  3. Version of Numpy (can be used on other packages):
    python -c "import numpy; print numpy.__version__"

  4. Path of Numpy (can be used on other packages):
    python -c "import numpy; print numpy.__file__"

  5. Show all the packages with python:
    pip list

  6. pip install --upgrade <package name>
    using pip to upgrade python packages

  7. pip -V
    version of pip

  8. free -m
    check memory usage

$sudo swapon swapfile

  1. ctrl + alt + t
    open terminal

  2. nvidia-smi
    check GPU memory

  3. kill -9 <process id>
    kill the process

  4. sudo build/tools/caffe train -solver models/landmark_detection/solver.prototxt --gpu=0,1,2,3 --log_dir=models/landmark_detection/

  5. sudo python /data/caffe/python/draw_net.py ./train_val.prototxt ./net.png --rankdir=BT
    draw Caffe model

  6. sudo build/tools/caffe train -solver models/landmark_detection/solver_new.prototxt --gpu=0,1,2,3 -snapshot models/landmark_detection/_iter_150000.solverstate (train from a previous state)

  7. mkdir <folder name>
    make a new folder

  8. pwd
    show current path

  9. ls -a
    list all the files and floders

18.cat <filename>
check the content of a file

  1. rm -rf <directory>

  2. xdg-open (equals to double click on a file)

  3. g++ file.c -o filename (how to compile and run c++ code)
    ./filename

  4. sudo swapon swapfile (activate memory swap file)

  5. ifconfig

  6. chmod +x /path/to/yourscript.sh
    make the script executable

  7. cd
    cd /root/Docements # 切换到目录/root/Docements
    cd ./path # 切换到当前目录下的path目录中,“.”表示当前目录
    cd ../path # 切换到上层目录中的path目录中,“..”表示上一层目录

  8. ls
    -l :列出长数据串,包含文件的属性与权限数据等
    -a :列出全部的文件,连同隐藏文件(开头为.的文件)一起列出来(常用)
    -d :仅列出目录本身,而不是列出目录的文件数据
    -h :将文件容量以较易读的方式(GB,kB等)列出来
    -R :连同子目录的内容一起列出(递归列出),等于该目录下的所有文件都会显示出来

  9. mkdir

  10. ~ (home directory)
    ls ~
    ls ~/path

  11. cp (copy)
    cp /path/file . (copy the file to current path)

  12. mv (move)
    -rf (remove a directory with files in it)

  13. rm (remove)

  14. rmdir (remove directory)
    make sure it is empty before remove. otherwise cannnot be removed

  15. clear (clear screen)

  16. cat (display the contents of a file)

  17. less (display a file onto the screen a page at a time)
    /keyword

  18. grep <keyword> <file>
    -i : ignore upper/lower case
    'keyword' : search for a phrase
    -v : display lines that are not match
    -n : precede each matching line with the line number
    -c : print only the total count of matched lines

  19. wc <file> (word count)
    -w : word count
    -l : line count

  20. cat > file (make a new file with some words)
    ^D : ctrl + D, exit

  21. cat >> file (append standard output to a file)

  22. cat file1 file2 > file3 (concatenate file1 file2 to a new file3)

  23. sort < file (output the sorted file content)

  24. sort < file1 > file2 (redirect the sorted content of file1 to file2)

  25. who (list users currently logged in)
    who > names.txt

  26. who | sort
    command1 | command 2 (pipe the output of command1 to the input of command2)
    equals to:
    who > name.txt
    sort < name.txt
    delete name.txt

    • (wildcard)
      The character * is called a wildcard, and will match against none or more character(s) in a file (or directory) name.
      ls list*
  27. ? (wildcard)
    The character ? will match exactly one character. So ?ouse will match files like house and mouse, but not grouse.

  28. In naming files, characters with special meanings such as / * & % , should be avoided. Also, avoid using spaces within names. The safest way to name a file is to use only alphanumeric characters, that is, letters and numbers, together with _ (underscore) and . (dot).

  29. man <command> (online help)

  30. whatis <command> (one line description of the command)

  31. apropos <keyword> (match commands with keyword in their man pages)

. echo " "
-e : enable 转义字符
\a 警告 (bell)
\b 退格
\c 禁用拖尾换行(与 -n 选项作用相同)
\f 换页(在视频显示中清空屏幕)
\n 换行
\r 回车
\t 水平制表符

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 194,670评论 5 460
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 81,928评论 2 371
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 141,926评论 0 320
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 52,238评论 1 263
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 61,112评论 4 356
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 46,138评论 1 272
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 36,545评论 3 381
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 35,232评论 0 253
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 39,496评论 1 290
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 34,596评论 2 310
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 36,369评论 1 326
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 32,226评论 3 313
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 37,600评论 3 299
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 28,906评论 0 17
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 30,185评论 1 250
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 41,516评论 2 341
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 40,721评论 2 335

推荐阅读更多精彩内容