若不是因为你

  C++博客 :: 首页 :: 联系 :: 聚合  :: 管理
  3 Posts :: 0 Stories :: 2 Comments :: 0 Trackbacks

常用链接

留言簿(1)

我参与的团队

搜索

  •  

最新评论

阅读排行榜

评论排行榜

2008年7月18日 #

     摘要: find command
-perm option  阅读全文
posted @ 2008-07-18 11:32 sillness 阅读(316) | 评论 (0)编辑 收藏

2008年7月17日 #



/etc/network/interfaces

---------------------------
auto lo                                 # auto enable lo
iface lo inet loopback         # lo is an inet(mean ipv4) interface used as lookback

iface eth0 inet dhcp            # eth0 is an inet interface use dhcp to configure it

address a.b.c.d                    #-------------------
netmask 255.255.255.0      #  should these be dynamic ?
gateway a.b.c.1                  #-------------------

auto eth0                            # auto enable eth0
---------------------------

# command to execute, restart networking service
/etc/init.d/networking   restart

posted @ 2008-07-17 14:17 sillness 阅读(170) | 评论 (0)编辑 收藏

2008年6月26日 #


How to edit a old version of a file , in clearcase ?

I found a way :

       cleartool shell vi file@@someoldversion

for example :

        cleartool shell vi xxx.java@@/abc/def000_ghi/ruolinli_pro0300_dev/0

posted @ 2008-06-26 14:05 sillness 阅读(1106) | 评论 (2)编辑 收藏