#!/bin/bash
yum install tigervnc tigervnc-server -y
yum groupinstall "Desktop" -y
cat >/etc/sysconfig/vncservers<<EOF
VNCSERVERS="1:root 2:test"
VNCSERVERARGS[1]="-geometry 1366x768 -depth 24"
VNCSERVERARGS[2]="-geometry 1366x768 -depth 24"
EOF
cat >/etc/inittab<<EOF
id:5:initdefault:
EOF
vncpasswd<<EOF
test1234
test1234
EOF
cat >/etc/sysconfig/i18n<<EOF
LANG="zh_CN.UTF-8"
SYSFONT="latarcyrheb-sun16"
EOF
cat >/etc/sysconfig/i18n<<EOF
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
EOF
vncserver
yum -y groupinstall "Chinese Support"
useradd test
passwd test<<EOF
qpzm7913
qpzm7913
EOF
yum install http://lieat.com/chromium-28.0.1500.95-213514.i686.rpm -y
cd /tmp
wget http://lieat.com/chromeflash.sh
chmod +x chromeflash.sh
sh chromeflash.sh
su - test -c "vncpasswd"<<EOF
test1234
test1234
EOF
su - test -c "vncserver :2"
passwd<<EOF
qpzm7913
qpzm7913
EOF
su - test -c "vncserver :2"
cat >>/etc/rc.d/rc.local<<EOF
su - test -c "vncserver :2"
EOF
cat >/etc/resolv.conf<<EOF
nameserver 127.0.0.1
nameserver 8.8.8.8
nameserver 8.8.4.4
EOF
chattr +i /etc/resolv.conf
clear
echo "#===========================================#"
echo "# Gnome-Chrome is installed. #"
echo "# The vncpasswd is test1234(Port:5902) #"
echo "# The rootpasswd is qpzm7913(Port:22) #"
echo "#===========================================#"
Back to home |
File page
Subscribe |
Register |
Login
| N