2013年12月5日 星期四

程式上色

請參考這一篇 文章

http://yodalee.blogspot.tw/2012_09_01_archive.html


以下兩段 codpe


    cout<<"\033[2;31;47m hello \033[m"<<endl;
    printf("\033[0;31;40m hello \033[m \n"   );


執行結果如下



2013年11月25日 星期一

PCIe 找法

http://pjack1981.blogspot.tw/2012/05/how-to-know-pci-express-speed-on-server.html


width
有 x1 x4 x8 x16  一般來說  server 一端 就只有兩個 x8
 有看 width  如果 width =16 就是 x16

在補充 就是 5GT/s  是指 gG transfer/sec


另外一個網站
http://www.techpository.com/?page_id=1335

是使用
dmidecod  去做

雖然不是很懂  他怎麼用的 !!!

http://fcamel-life.blogspot.tw/2010/06/ubuntu.html


2013年11月21日 星期四

如何 在 terminal 上看到 自己的 OS 版本



只要下這個指令

lsb_release -a


LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description:    CentOS release 6.4 (Final)
Release:        6.4
Codename:       Final


參考網頁
http://murray.cn/index.php/2011/03/chakan-linux-centos-var/

如何使用 qemune


這篇 有參考價值 :
http://www.ptt.cc/bbs/b97902HW/M.1287699530.A.966.html