Latest Entries »

WordPress with nginx on CentOS

This HowTo explains wordpress setup with nginx on CentOS:

View full article »

This Howto Explain how to autoscale EC2 instance in case one instance goes down, the other will be on a point where last AMI is created. This HowTo does not show information about the monitoring alarms but just creating instance. To safe data, you can setup S3 data sync or NFS.

View full article »

This HowTo explain how to setup mono and nginx for hosting ASP.Net Page on ubuntu/Debain Box:

View full article »

This HowTo explains how to setup git repo on EC2 instance and auto deployed through a cron script.

This was tested with EC2 instance and you need to edit your ssh config so that root could login with the password.

View full article »

This HowTo explain how to deploy web applications through capistrano with git repo hosted on bitbucket.org.

This was tested with EC2 instance and you need to edit your ssh config so that root could login with the password.

View full article »

This HowTo Shows how to setup VNC on the remote server based on ubuntu/Debain:

View full article »

The Following script helped to remove the issue. The issue is basically due to the remote source injection such as “eval(base64_decode(“DQplcnJvcl9yZXBvcnRpbmcoMCk7DQ…” ));” and when site scanned through sucuri.net you get the following blacklist warning: View full article »

USVN installation

1. Update local packages cache from repositories

apt-get update

2. Install Apache / PHP / MYSQL / Subversion / Zend Framework

View full article »

 Freatures:

  • Postfix (SMTP)
  • SASL smtp
  • secure with TLS
  • Dovecot for imap and pop3
  • imaps and pops
  • filtering of spam to a spam folder
  • mysql based domain and users
  • PostfixAdmin for the mail server administration
  • roundcube as webamil
  • amavisd-new, spamassassin and clamav View full article »

This post explain how you can install the Open-VPN Access Server(2 user limit).

Download the package from the openVPN page and install it.

dpkg -i openvpn-as-1.8.4-Ubuntu10.amd_64.deb

View full article »