Install DenyHosts on Ubuntu 12.04
DenyHosts is a security tool written in python that monitors server access logs to prevent brute force attacks on a virtual private server. The program works by banning IP addresses…
DenyHosts is a security tool written in python that monitors server access logs to prevent brute force attacks on a virtual private server. The program works by banning IP addresses…
1. Edit you bind & dns configInsert this to db.domain.net blog IN CNAME domain.net. 2. Edit /etc/nginx/sites-available/defaultAdd this: server { listen 80; root /usr/share/nginx/www; index index.php index.html index.htm; server_name domain.net;}…
This error is caused by problems in your hosts.deny. If you installed all the recommended packages in Ubuntu, you’ll most likely have Denyhosts. If not, /etc/hosts.deny won’t exist, thus this…
If you ssh to your server using Terminal or iTerm, have you ever encountered this kind of problem?If you do, here I give you a solution (maybe a solution. it…
Install pip and virtualenv for Ubuntu 10.10 Maverick and newer sudo apt-get install python-pip python-dev build-essentialsudo pip install –upgrade pipsudo pip install –upgrade virtualenv For older versions of UbuntuInstall Easy…
If you encounter a error something like this: EnvironmentError: mysql_config not found Then, you nedd to install this package: sudo apt-get install libmysqlclient15-dev
If you encounter problem like this: ImportError: No module named gridfs Then you should install this package: apt-get install python-pymongo
For people that has this problem when using node.js & express app, here I show you way to solve it. The error that you will see upon start the node.js:…
If you searching tutorial on how to create bridged interface, maybe you’ll refer to Ubuntu documentation. Honestly, it’s hard. Maybe it works. But in my case, it doesn’t. Nevermind, here…
If you have install Ubuntu Server 12.04 and you install your own desktop environment, e.g: xfce, this can happen when you try to remote your server. The solution is simple,…