autopartsonline
Login VPS dgn putty
Pertama kali login diminta ganti password, current password artinya
password saat ini
Ganti password, rekomendasi password:
3R0GUQS9I
yum -y groupinstall Desktop
yum -y install firefox
yum -y install nano
yum -y install unzip
yum -y install gedit
yum -y install tigervnc-server
yum -y install xorg-x11-fonts-Type1
sudo chkconfig vncserver on
useradd vncuser
passwd vncuser
now lets login to this user
su -l vncuser
now lets create a password for the vnc envirenment so type:
vncpasswd
cd .vnc
ls
you should find & passwd file there. now we go back to the root accoutn
just tupe :
exit
now we'll be editing the vnc server configurations so :
nano /etc/sysconfig/vncservers
Tambahkan ini dibagian paling bawah
VNCSERVERS="1:vncuser"
VNCSERVERARGS[1]="-geometry 1024x786"
Simpan Perubahan
CTRL+X => Y => Enter
all servers in the above sile will be started with the coppesponding
parameters to stop or restart your vnc server :
service vncserver restart
Cara login:
IP:1 -> 127.0.0.1:1
Selesai
_____________________________________________
Command line restart: shutdown -r now
Command line power off: shutdown -h now
yum update -y
cd /
cd /tmp
yum grouplist
yum -y groupinstall Gnome Desktop
startx
yum groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts"
Password: 3R0GUQS9I

Instal vnc in cent os

  • 1.
    autopartsonline Login VPS dgnputty Pertama kali login diminta ganti password, current password artinya password saat ini Ganti password, rekomendasi password: 3R0GUQS9I yum -y groupinstall Desktop yum -y install firefox yum -y install nano yum -y install unzip yum -y install gedit yum -y install tigervnc-server yum -y install xorg-x11-fonts-Type1 sudo chkconfig vncserver on useradd vncuser passwd vncuser now lets login to this user su -l vncuser now lets create a password for the vnc envirenment so type: vncpasswd cd .vnc ls you should find & passwd file there. now we go back to the root accoutn just tupe : exit now we'll be editing the vnc server configurations so : nano /etc/sysconfig/vncservers Tambahkan ini dibagian paling bawah VNCSERVERS="1:vncuser" VNCSERVERARGS[1]="-geometry 1024x786" Simpan Perubahan CTRL+X => Y => Enter all servers in the above sile will be started with the coppesponding parameters to stop or restart your vnc server : service vncserver restart Cara login: IP:1 -> 127.0.0.1:1 Selesai _____________________________________________ Command line restart: shutdown -r now Command line power off: shutdown -h now yum update -y cd / cd /tmp yum grouplist yum -y groupinstall Gnome Desktop startx yum groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts" Password: 3R0GUQS9I