centOS 不要っぽいサービスの停止

デーモンというべきですか。俺はwindows畑の人なので合えてサービスと書きます。

家で仮想マシン上でちまちま弄って、不要なサービスやら、ランモードやらの変更に成功。
メモリがだいぶ空くので明日会社でやろう。
以下、メモ


[root@localhost ~]# free
total used free shared buffers cached
Mem: 124944 111704 13240 0 3544 54380
-/+ buffers/cache: 53780 71164
Swap: 262136 56 262080

不要っぽいデーモン
canna (cannaserver)日本語入力
xfs xWindow時に使うフォントを綺麗に見せるデーモン
cups (cups)プリンターサービス
gpm マウスポインタ
cups-config-daemon 印刷CUPSデーモン
iiim (htt)日本語入力
autofs ドライブの自動マウント/アンマウント
sendmail メールサーバ
rawdevices RAWデバイスの使用許可 Oracleで使うらしい。
acpid 電力制御機能
isdn ISDN回線
kudzu 新しいハードウェア検出デーモン。ハード追加時のみON
pcmcia pcmciaカード検出
rpcidmapd NFSで使用。使わないので止める
netfs NFSで使用。
nfslock NFSで使用。
portmap NFSで使用。
rpcgssd NFSで使用。
microcode_ctl マイクロコード関係。
messagebus アプリケーション間のメッセージを送るD-BUSを利用可能にする。使わない。
cpuspeed CPU動作周波数を動的に変化させる。
apmd 省電力機能。
mdmonitor RAIDの監視。使ってないから止める。
smartd HDDの障害検出 smart の監視。役に立たないので止める。
khubd USB抜き差し検出

chkconfig –list
chkconfig –level 123456 canna off
chkconfig –level 123456 xfs off
chkconfig –level 123456 cups off
chkconfig –level 123456 gpm off
chkconfig –level 123456 cups-config-daemon off
chkconfig –level 123456 iiim off
chkconfig –level 123456 autofs off
chkconfig –level 123456 sendmail off
chkconfig –level 123456 rawdevices off
chkconfig –level 123456 acpid off
chkconfig –level 123456 isdn off
chkconfig –level 123456 kudzu off
chkconfig –level 123456 pcmcia off
chkconfig –level 123456 rpcidmapd off
chkconfig –level 123456 netfs off
chkconfig –level 123456 nfslock off
chkconfig –level 123456 portmap off
chkconfig –level 123456 rpcgssd off
chkconfig –level 123456 microcode_ctl off
chkconfig –level 123456 messagebus off
chkconfig –level 123456 cpuspeed off
chkconfig –level 123456 apmd off
chkconfig –level 123456 mdmonitor off
chkconfig –level 123456 smartd off
chkconfig –level 123456 khubd off
chkconfig –list

[root@localhost ~]# free
total used free shared buffers cached
Mem: 124944 37232 87712 0 5692 21348
-/+ buffers/cache: 10192 114752
Swap: 262136 0 262136
[root@localhost ~]# netstat -at
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:ssh *:* LISTEN
tcp 0 52 ::ffff:192.168.0.205:ssh ::ffff:192.168.0.5:1322 ESTABLISHED

pstree


後は明日で、今日はもう寝ます。(´∀`*)ノ

Posted by namahage