How To Install VirtualBox on CentOS 6
20:55
yum remove VirtualBox-4.xx
cd /etc/yum.repos.d/
yum update
rpm -qa kernel |sort -V |tail -n 1
uname -r
reboot
## CentOS 6 and RHEL 6 ##
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
## CentOS 5 and RHEL 5 ##
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
## PAE kernel users install ##
yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-PAE-devel dkms
yum install VirtualBox-4.3
/etc/init.d/vboxdrv setup
## OR ##
service vboxdrv setup
Install VNC Server On CentOS
20:44
เก็บไว้เอ่านฉยๆ
# yum groupinstall "General Purpose Desktop" "Desktop Platform
# yum groupinstall "KDE Desktop"# yum -y install vnc-server# yum install tigervnc-server$ vncpasswd Password: Verify:Configure VNC configuration for new userEdit /etc/sysconfig/vncservers file and add the user name:#nano /etc/sysconfig/vncserversVNCSERVERS="1:root"VNCSERVERARGS[1]="-geometry 1280x1024"# chkconfig vncserver on # /etc/init.d/vncserver startที่มา:http://www.unixmen.com/install-vnc/
Visual Basic 6.0 Source Code โปรแกรมร้านขายจักร์ยานยนต์
20:35
ตามนั้นอัพหน่อยคงใช้ใด้ระดับหนึ่งละ!
Visual Basic 6.0 Source Code โปรแกรมร้านขายจักร์ยานยนต์
Download