学习教程
-
Install VNC into you OpenVZ by shell
apt-get update -y;apt-get upgrade -y;apt-get install nano -y;apt-get install gnome-core firefox flashplugin-installer -y;apt-get install vnc4server …… -
How to run chrome in you OpenVZ with VNC
Maybe you hasve installed chrome on you OpenVZ. But the fact is that you can't open you chrome. This is cause by the OpenVZ does not support the Chr…… -
How to test you new VPS
1.Test the download speed from worldwide. wget freevps.us/downloads/bench.sh -O - -o /dev/null | bash 2.Test the download and upload speed wget http…… -
What the difference between Xen,OpenVZ,KVM and other Virtualization solution
You may heard Xen,,OpenVZ,KVM and other Virtualization solution when you try to buy some VPS. What the difference between Xen,OpenVZ,KVM and other V…… -
Setup LNMP(Linux+Nginx[Apache]+MySql+PHP) in ten steps
System requirement:CentOS/RHEL/Fedora/Debian/Ubuntu/Raspbian Linux Disk:2GB or more Ram requirement:required 128M or more free ram Xen VPS required …… -
How to change you Linux's SSH default port
While there are many ways to make sure your server is as secure as possible there are some basic steps and measures that you can take to cover your …… -
Try to disable the wordpress 4.3's REVISIONS
According to someone else said. I try to disable the wordpress 4.3's REVISIONS. This is the second post. You can disable the REVISION by adding the …… -
upgrade you python to 3.5.2 on CentOS 7 and fix the yum
CentOS7use the python2.7.5 as default, you should pay acctention to two thing when upgrading the python to 3.5.2 update the python link in the de……