linux centOS基本配置搭建
1. 取消圖形界面:
編輯/etc/inittab?
id:5:initdefault:改成?
id:3:initdefault:?
2. 開機免登陸
修改/etc/init/tty.conf文件中的配置
exec /sbin/mingetty --autologin root $TTY
3. 安裝partclone
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
yum clean all
yum makecache
4. 漢子話
vi /etc/sysconfig/i18n
原:LANG="en_US.UTF-8"
改:LANG="zh_CN.UTF-8"
ubuntu漢子話
下載zhcon
zhcon --utf8
?
5. 蜂鳴聲
wget http://repository.it4i.cz/mirrors/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum -y install beep
modprobe pcspkr
6. 啟動
#!/bin/bash
#chkconfig: ? 12345 200 80
#description: Starts and stops 111.sh
#processname:111.sh
/opt/111.sh
?
7. 配網(wǎng)
/etc/udev/ru;es.d/70-persistent-net.rules
拷貝后網(wǎng)卡不通,要刪除前三條
把最后的NAME改為eth1? eth2? 驅(qū)動eth0
# ifconfig?eth0 192.168.4.1 netmask 255.255.255.0 up
示例2: 設置eth0別名設備 eth0:1 的IP,并添加路由
# ifconfig eth0:1 192.168.4.2
# route add ?host 192.168.4.2 dev eth0:1
示例3:激活(禁用)設備
?
8. 啟動
放在home目錄下
在.bashrc腳本最后添加菜單腳本
?
9. 屏蔽Ctrl+C
trap """" 2
總結
以上是生活随笔為你收集整理的linux centOS基本配置搭建的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: QT 定时关机、共享内存、启动浏览器、浏
- 下一篇: Z-Stack Home Develop