顯示具有 linux software 標籤的文章。 顯示所有文章
顯示具有 linux software 標籤的文章。 顯示所有文章

2008年8月15日 星期五

global code browser

install:
http://www.gnu.org/software/global/global.html

run:
1. go to directory of source code
2. gtags
3. htags  ./codeTrace/
the generated html is in ./codeTrace/

2008年8月7日 星期四

rpm for red hat and cent os

Because red hat & cent os are related , we can get rpm for ret hat from rpm for cent os 

2008年7月28日 星期一

linux kernel version

red hat enterprise linux 4 update 4
core_2.6.9-42.EL_i686  &  core_2.6.9-42.ELsmp_i686,  core_2.6.9-42.ELsmp_x86_64,  core_2.6.9-42.EL_x86_64

red hat enterprise linux 5 update 1
core_2.6.18-53.el5_i686  &  core_2.6.18-53.el5_x86_64

red hat enterprise linux 5 update 2
core_2.6.18-92.el5_i686  &  core_2.6.18-92.el5_x86_64

suse linux enterprise server 9

core_2.6.5-7.244-smp_x86_64


suse linux enterprise server 10 

core_2.6.16.21-0.8-smp_i686  & core_2.6.16.21-0.8-smp_x86_64


suse linux enterprise server 10 sp1

core_2.6.16.46-0.12-smp_x86_64  


suse linux enterprise server 10 sp2

core_2.6.16.60-0.21-default_i686   ,core_2.6.16.60-0.21-default_x86_64

2008年7月25日 星期五

LVM

(1) 實體磁碟 --> PV( physical volume)
1. change id to 8e
ex:
   (a) fdisk  /dev/hda
   (b) p
         show information of hda
   (c)  t -->  1 --> 8e
        modify partition 1 's id to 8e
   (d) w
         alter partition table
   (e) partprobe
         let kernel read newest partition table

2. create pv  
   (a)pvscan:
        show information of pv
   (b)pvcreate 

2008年4月30日 星期三

vnc

start:
vncserver