redhat 9.0,提示Determining IP information for eth0... failed; no link present. Check cable?
摘要: redhat 9.0,提示Determining IP information for eth0... failed; no link present. Check cable?無法激活網絡設備eth0
我搜的相關解決方案為:
到/etc/sysconfig/network-scripts/ifcfg-eth
/etc/sysconfig/networking/devices/ifcfg-eth 其中表示Ethernet adapter的標識數字,一般為0。當為零的時候,就是
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/networking/devices/ifcfg-eth0 這兩個文件中加入
check_link_down () {
return 1;
}
閱讀全文
posted @
2013-05-02 16:27 Ke 閱讀(1490) |
評論 (0) 編輯
linux中tail命令
摘要: tail -f /usr/tomcat/logs/catalina.out查看TOMCAT實時控制臺的輸出信息
參數-f使tail不停地去讀最新的內容,這樣有實時監視的效果,用Ctrl+c來終止
閱讀全文
posted @
2009-02-12 11:14 Ke 閱讀(367) |
評論 (0) 編輯
linux下查看TOMCAT運行時輸出的信息
摘要: cd #tomcat安裝目錄# cd logs vi catalina.out
這個文件就是tomcat的輸出信息 和在windows平臺上安裝的tomcat的窗口的信息一樣
閱讀全文
posted @
2009-02-07 16:44 Ke 閱讀(680) |
評論 (0) 編輯
ubuntu8.04安裝JDK的步驟
摘要: 步驟1.根據自己機器的配置,從sun官方網站選擇 http://java.sun.com/javase/downloads/index.jsp 下載JDK,我下載的是jdk_6u6_linux-x64.bin。
步驟2.點擊桌面“應用程序”-->“附件”-->“終端”,進入終端窗口,輸入sudo su 命令,取得root權限。
閱讀全文
posted @
2008-10-25 16:09 Ke 閱讀(296) |
評論 (0) 編輯
linux常用命令一份
摘要: 最常用的基本操作命令[推薦篇]
http://www.linuxsir.org/bbs/showthre...&threadid=4027
Linux中文件查找技術大全(find命令)
http://www.linuxsir.org/bbs/showthre...&threadid=1108
閱讀全文
posted @
2008-07-26 08:50 Ke 閱讀(328) |
評論 (0) 編輯