タグ

ブックマーク / aroe.name (1)

  • 不要サービス の停止 - chibilog++

    不要サービス 停止スクリプト 上記の不要サービスを1つずつ停止して、更に自動起動もしないようにして・・・ という処理が面倒臭かったので、スクリプトを作成しました。 service_stop なんて名前で以下を作成しました。 #!/usr/bin/perl # CentOS 5 use strict; use warnings; # 自動起動を止めるサービス一覧 my @service = qw( apmd auditd autofs avahi-daemon bluetooth cups firstboot gpm hidd ip6tables kudzu mcstrans mdmonitor netfs nfslock pcscd portmap restorecond rpcgssd rpcidmapd sendmail xfs xinetd yum-updatesd ); #

  • 1