Archive for July, 2008
Ruby on rail Installation on Ubuntu
Tuesday, July 29th, 2008Ruby on rail Installation on Ubuntu:
You need to install Ruby and irb (Interactive ruby shell) and add ri and rdoc. The recommended Ruby version for rails is 1.8.5.
Open your terminal and type
sudo apt-get install ruby irb ri rdoc ruby1.8-dev2.2
Then you need to install RubyGems with the following command:
sudo apt-get install rubygems
Then you need to update [...]
Create Remote login page for cPanel
Tuesday, July 22nd, 2008To create remote login page for cPanel, your website should have HTML codes. Assuming your website has HTML code, your website url is www.yourwebsite.com then your cPanel login url will be http://www.yourwebsite.com:2082 for non-SSL or https://www.yourwebsite:2083 for SSL login.
You need to put the following HTML from in your website HTML codes.
<form action=’http://www.yourwebsite.com:2082/login/’ method=’post’>
<table border=’1′ width=’250′ [...]
Create Remote login page for DirectAdmin
Wednesday, July 16th, 2008To create a remote DirectAdmin login page, your website should have some HTML codes.
Assuming your website has HTML codes and considering your website url is www.yourdomain.com, your DirectAdmin login url will be http://www.yourdomain.com:2222 for non-SSL or https://www.yourdomain.com:2222 for SSL login.
You need to put the following HTML from in your website HTML codes.
<form action=’http://www.yourdomain.com:2222/CMD_LOGIN/’ method=’post’>
<table border=’1′ [...]
Creating Your Own Server Stat Script
Thursday, July 10th, 2008Before you create your own server stat script in PHP, it is must to check your ports are responding also you you should aware when one of your services are down, such as HTTP, MySQL, POP/SMTP, etc. Also you should be attentive toward the current server loads, and users which will be the chief indicator [...]
