其實我們可以改變 BASH 中的 LS_COLORS 環境變數,這樣無論使用什麼軟體也會有相同顯示效果。</p> | |
首先,登入後修改 ~/.bashrc 檔,加入或修改 ls, LS_COLOR 變數,如下: | |
LS_COLORS='di=1:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35:*.rpm=90'<br /> | |
export LS_COLORS | |
LS_COLORS 參數有: | |
di = directory | |
fi = file | |
ln = symbolic link | |
pi = fifo file | |
so = socket file | |
bd = block (buffered) special file | |
cd = character (unbuffered) special file | |
or = symbolic link pointing to a non-existent file (orphan) | |
mi = non-existent file pointed to by a symbolic link (visible when you type ls -l) | |
ex = file which is executable (ie. has 'x' set in permissions) | |
顏色方面,代碼如下: | |
0 = default colour | |
1 = bold | |
4 = underlined | |
5 = flashing text | |
7 = reverse field | |
31 = red | |
32 = green | |
33 = orange | |
34 = blue | |
35 = purple | |
36 = cyan | |
37 = grey | |
40 = black background | |
41 = red background | |
42 = green background | |
43 = orange background | |
44 = blue background | |
45 = purple background | |
46 = cyan background | |
47 = grey background | |
90 = dark grey | |
91 = light red | |
92 = light green | |
93 = yellow | |
94 = light blue | |
95 = light purple | |
96 = turquoise | |
100 = dark grey background | |
101 = light red background | |
102 = light green background | |
103 = yellow background | |
104 = light blue background | |
105 = light purple background | |
106 = turquoise background | |
http://linux-sxs.org/housekeeping/lscolors.html | |
http://linux.about.com/od/bgb_guide/a/gdebgb29t00.htm |
2016年1月31日 星期日
LS_COLOR 的參數意義
2014年10月31日 星期五
建立 自己的server
如果說沒有固定IP
請使用 DDNS 的系統
然後 會需要 DDNS server
不斷 去 update 自己的 IP 給 自己的 DDNS
可以選擇使用軟體
或是 用 AP
都可
這裡有說明如何使用 software 去 作的方式
https://help.ubuntu.com/community/DynamicDNS
最常用的就是 ddclient
請使用 DDNS 的系統
然後 會需要 DDNS server
不斷 去 update 自己的 IP 給 自己的 DDNS
可以選擇使用軟體
或是 用 AP
都可
這裡有說明如何使用 software 去 作的方式
https://help.ubuntu.com/community/DynamicDNS
最常用的就是 ddclient
2014年10月17日 星期五
install ubuntu
for GPU driver
sudo apt-get updata ;
sudo apt-get install upgrades
很神奇 我的險卡 driver 舊貌似安裝好了
另外
要用 terminal 連進去 請先 apt-get install ssh
ubuntu 內建是沒有這樣的 軟體低
相關網指
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1266807
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=47692
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=268062
http://blog.xuite.net/chingwei/blog/25250116-%E3%80%90%EF%BC%AC%E3%80%91Ubuntu+%3A+%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%9D%E9%A1%AF%E7%A4%BA%E5%8D%A1%E9%A9%85%E5%8B%95%E7%A8%8B%E5%BC%8F+-+EnvyNG
http://tfeng.org/?p=4171
http://www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/
https://sites.google.com/site/linuxcooltea/home/ubuntu-she-dingssh-yuan-duan-lian-xian-gong-neng
http://askubuntu.com/questions/336302/gpu-accelerated-chromium
sudo apt-get updata ;
sudo apt-get install upgrades
很神奇 我的險卡 driver 舊貌似安裝好了
另外
要用 terminal 連進去 請先 apt-get install ssh
ubuntu 內建是沒有這樣的 軟體低
相關網指
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1266807
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=47692
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=268062
http://blog.xuite.net/chingwei/blog/25250116-%E3%80%90%EF%BC%AC%E3%80%91Ubuntu+%3A+%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%9D%E9%A1%AF%E7%A4%BA%E5%8D%A1%E9%A9%85%E5%8B%95%E7%A8%8B%E5%BC%8F+-+EnvyNG
http://tfeng.org/?p=4171
http://www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/
https://sites.google.com/site/linuxcooltea/home/ubuntu-she-dingssh-yuan-duan-lian-xian-gong-neng
http://askubuntu.com/questions/336302/gpu-accelerated-chromium
2014年10月14日 星期二
2014年8月4日 星期一
使用 opengrok 在 ubuntu 13.04 上面
使用 opengrok 去 找 source code
基本上 以這一分 為主
http://blog.csdn.net/weihan1314/article/details/8944291
要注意的事情是 第一 如果用 ubuntu 13.0.4 版本
則 首先 要去安裝 sudo apt-get install exuberant-ctags
第二件事 :
我自己測試的經驗和 結果 不要去更改 web.xml 裡面的東西
接下需要更改/data_2/tools/apache-tomcat-7.0.40/webapps/source/WEB-INF目录下的web.xml配置文件
下面這一段 不用去改動他
最後 就是 有一些寫在 Opengrok 裡面的 環境變數 要注意 有些要自己設定 寫在 ~~/.bashrc
例如
export OPENGROK_TOMCAT_BASE=/home/CODE/tool/apache-tomcat-7.0.55 // ( 安裝 tomcat 的地方 )
以及 export JAVA_HOME=/home/andy_li/tools/jdk_1.6.0. // (安裝 java 的地方)
最後 附上我的版本
opengrok 0.11.1
tomecat 7.0.55
java SE 1.6
補充資料
這個外國人寫的教學也相當的好
可供參考
http://bytesthink.com/blog/?p=184
2014年6月10日 星期二
2014年6月9日 星期一
訂閱:
文章 (Atom)