Add Multiple IP's to a Server
...
How to install apache on CentOS
Generally for our dedicated servers that come with CentOS the web server, apache 2 is already...
How to create a partition size larger than 2TB using parted
Linux has a 2TB limit on the partition size.
Find the drive you want to partition
# fdisk -l...
How to change root password
To change the root password you must be logged in as root.
Then enter "passwd root"
It will...
重设MySQL root密码
如果忘记了MySQL的root密码,可以用以下方法重新设置:
1. KILL掉系统里的MySQL进程;
killall -TERM mysqld
2....