Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:centos:textmode [2013/04/22 09:39] jamis7005 [network (static)] |
dev:centos:textmode [2013/05/06 11:22] (текущий) jamis7005 [disable daemons] |
||
---|---|---|---|
Строка 50: | Строка 50: | ||
[[http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-dhcp-configuring-client.html|(src1)]] | [[http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-dhcp-configuring-client.html|(src1)]] | ||
[[http://www.dizwell.com/2011/07/11/network-configuration-in-minimal-linux-installs/|(src2)]] | [[http://www.dizwell.com/2011/07/11/network-configuration-in-minimal-linux-installs/|(src2)]] | ||
- | ===== add users ===== | + | ===== add user plc===== |
# adduser plc | # adduser plc | ||
# passwd plc | # passwd plc | ||
- | # adduser admin | + | ===== disable daemons ===== |
- | # passwd admin | + | # chkconfig --del auditd |
+ | # chkconfig --del postfix | ||
+ | # chkconfig --del netfs | ||
+ | # chkconfig --del nfslock | ||
+ | # chkconfig --del fcoe | ||
+ | # chkconfig --del ip6tables | ||
+ | # chkconfig --del iscsi | ||
+ | # chkconfig --del iscsid | ||
+ | # chkconfig --del lldpad | ||
+ | # chkconfig --del lvm2-monitor | ||
+ | # chkconfig --del rpcbind | ||
+ | # chkconfig --del rpcidmapd | ||
+ | # chkconfig --del rpcgssd | ||
+ | # chkconfig --del udev-post | ||
+ | ===== power button shutdown ===== | ||
+ | # yum -y install acpid | ||
+ | # service acpid start | ||
+ | # chkconfig acpid on | ||
===== install shh ===== | ===== install shh ===== | ||
Строка 118: | Строка 134: | ||
| | ||
| | ||
+ | |||
+ | ===== install java ===== | ||
+ | # mkdir /media/asutp/jvm | ||
+ | # cp .../jre-xxx.tar.gz /media/asutp/jvm | ||
+ | # cd /media/asutp/jvm | ||
+ | # tar -xzf jre-xxx.tar.gz | ||
+ | # ln -s jre-xxx jre | ||
+ | # echo "export JRE_HOME=/media/asutp/jvm/jre" > /etc/profile.d/java.sh | ||
+ | # echo "export PATH=\$PATH:\$JRE_HOME/bin" >> /etc/profile.d/java.sh | ||
+ | |||
+ | |||
+ | |||
| | ||
===== RpSvrTcp port ===== | ===== RpSvrTcp port ===== |