学习教程
Fail2ban is an open-source intrusion prevention system that can be used to prevent brute force attacks and other suspicious malicious attacks. It scan
Brute force attacks are a way for malicious hackers to get access on your machine so in order to protect from these kind of attacks you need to prepar
CentOS yum install -y xz Ubuntu apt-get -y install xz xz -d ***.tar.xz tar -xvf ***.tar
iptables -I INPUT -p tcp --dport 80 -j ACCEPT iptables -I INPUT -p tcp --dport 22 -j ACCEPT iptables -I INPUT -p tcp --dport 3306 -j ACCEPT Save it
Have you recently purchased a VPS? do you want to see how powerful is that VPS and what can you do with it? or do you want to write a review for a hos
#!/bin/sh cd /root #dump the DB /usr/local/bin/mysqldump --opt --user=hxs --password=****** --host=localhost hxs > hxs.sql /usr/local/bin/mysql
Okay, so you want to install Windows on your Kimsufi server? Cool! Just follow the instructions and you’ll have Windows installed within an hour! T
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 -y
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 Chro
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 htt