Ubuntu terminal colors】的更多相关文章

Today I run ubuntu docker image on powershell and find the directory color is blue, so I want to change it. Step 1: set ubuntu proxy: export http_proxy=http://xx:80 not http_proxy=xx:80 otherwise it will give error export https_proxy=https://xx:80 St…
ubuntu的terminal 1.调出方法 windows键+T 2.终端显示内容 3. 查看当前所在目录的绝对路径--pwd命令 eg1: eg2: linux严格区分大小写 4. 更改/进入目录--cd命令 (1)cd /:进入根目录 (2)cd 目录名:进入指定目录 (3)cd(或者:cd ~):进入当前用户的主目录 注:常见目录表示方法 /:根目录 .:当前目录或者本目录 ..:当前目录的上级目录 /目录名1:根目录下的目录名1 /目录名1//目录名2:根目录下的目录名1下的目录名2…
Python出问题了,卸载Python后,terminal竟然消失了.. Ctrl + Alt + T出现的是XTerm 解决办法: 在XTerm中输入命令: # sudo apt-get install gnome-terminal 又回来了.…
Not all of the shortcuts are useful.Only remeber the most useful. 移动类Ctrl + a  - Jump to the start of the line  //跳到行首Ctrl + e  - Jump to the end of the line    //跳到行尾Alt  + b  - Move backward                  //向前移动(一个单词)Alt  + f  - Move forward    …
copy: ctrl + insert paste: shift + insert…
nautilus /~ 以窗口形式打开一个文件夹 sudo cp /~ /~ 拷贝文件到指定路径 rm ~ 删除文件 sudo apt-get install –f 依赖 sudo apt-get update 更新 dpkg -l 列出当前系统中所有的包 apt-get remove --purge * 移除应用及配置 apt-get autoremove 移除没用的包…
通常情况下,在本地新建一个仓库之后,需要在远端网页端也新建一个空的同名仓库,然后将两者进行关联才能推送. 那有没有办法直接在命令行就完成从新建到推送的过程而不需要中间在网页端也操作一番呢?办法当然是有的. 下面以一个示例来说明一下. 1. 准备测试文件 首先做一些文件的准备,作为此次实验新建的本地仓库 gittest 以及新建本地文件 README.md 并向此文件写入 # git test 的内容,当前文件夹目录结构为 tree 指令结果所示. $ mkdir gittest $ cd git…
http://evadeflow.com/2010/06/sane-terminal-colors/ Sane Terminal Colors June 26, 2010 I recently created a new Ubuntu VM and once again found myself not liking the default terminal colors when I aliased ‘ls’ to ‘ls –color=auto’. I must’ve looked up h…
There is some notes while I am learning Ubuntu Operate System! (Ask Ubuntu) 1-- Hard link : ln command have different parm. Hard link means that the two files is connect together for backup the original files.If you edit any of the two files , it wil…
Linux Terminal命令 1.Ctrl + a 回到命令行の「行首/head」. 2.Ctrl + e 回到命令行の「行尾/tail」, ctrl + end. 3.Ctrl + w 後向/backward 刪除一個單詞, ctrl + word. 4.Ctrl + u cut from the head to current cursor 5.Ctrl + k kill from current cursor to the tail 6.Ctrl + y yank a copy fro…