目前分類:Linux (11)

瀏覽方式: 標題列表 簡短摘要

vi /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=網卡的代號

suchunta 發表在 痞客邦 留言(1) 人氣()

在 Ubuntu 上的 chkconfig 叫作 sysv-rc-conf

安裝sysv-rc-conf

suchunta 發表在 痞客邦 留言(0) 人氣()

1、基本編譯組件安裝

[root@localhost~]# yum install gcc cpp glibc glibc-devel gcc-c++

suchunta 發表在 痞客邦 留言(0) 人氣()

Linux 如何了解程式在記憶體容量?

ps -aux

suchunta 發表在 痞客邦 留言(0) 人氣()

如何linux下查看用戶列表

cat /etc/passwd 可以查看所有用戶的列表

suchunta 發表在 痞客邦 留言(0) 人氣()

1.如何知道防火牆是否開啟?

ANS:chkconfig iptables --list,service iptables stop |start

suchunta 發表在 痞客邦 留言(0) 人氣()

Linux 設定服務開機時自動啟動方法

1.chkconfig 服務名稱 on-->不要時chkconfig 服務名稱 off

suchunta 發表在 痞客邦 留言(0) 人氣()

Linux 查看記憶體指令

free -m 以MB方式呈現記憶體單位

suchunta 發表在 痞客邦 留言(0) 人氣()

Linux如何與windows分享目錄相連

Centos 直接用網路伺服器即可

suchunta 發表在 痞客邦 留言(0) 人氣()

在linux安裝oracle時(同事裝的)執行sqlplus出現bash sqlplus command not found

上網查時說環境變數path中增加$ORACLE_HOME/bin...不會

suchunta 發表在 痞客邦 留言(0) 人氣()

 

最近買一套Arcsight(好貴),用來分析LOG用,長官叫我負責

suchunta 發表在 痞客邦 留言(0) 人氣()