From the monthly archives:

April 2009

How Good is you Web Hosting Provider?

April 14, 2009

If you are newbie to set your own website up, choosing a company to host your website can be something intimidating, with so many aspects and reasons to consider, decide later on. So where do you start? Some web hosting sites seems to have full technical details which can be offputting for a beginner, or [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

How to Install Fantastico to Your Web Server

April 14, 2009

To install fantastico run the following commands and then finish install from WHM.
cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
Now go to WHM, login as root and follow the link
WHM -> Add-Ons -> Fantastico De Luxe WHM Admin (scroll down the left menu).
If in WHM and it reports invalid license we must submit a ticket [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

All quotas are listed as unlimited for all users

April 14, 2009

My server, Cube are having this problem before. Here may be a time where all of a sudden all your users are set to an unlimited quota. To fix this, please take the following steps:

Confirm quota reports are failing with repquota (repquota -ua)
If quotas are reported right, rm -f /home/*/.cpanel/datastore/quota*
Verify that quota support is enabled.
Determine [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

How to install Ruby On Rails, The Ruby On Rails easy installation tutorial

April 14, 2009

Installation of Ruby On Rails would never be more easier. Here we provide the simple installation method. Please only use this on dedicated servers. Source from Wiki.
Install Ruby: (You can grab the latest source package from http://ruby-lang.org/en/20020102.html)
$ cd /usr/local/src
$ wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4.tar.gz
$ tar -xvzf ruby-1.8.4.tar.gz
$ cd ruby-1.8.4
$ ./configure && make && make install
Next Ruby Gems: (Latest [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

How to Import or Export MySQL database from SSH

April 14, 2009

Here we provide a tutorial for importing and exporting MySQL database from the SSH environment. To export a database run
mysqldump datbasename > databasename.sql
This will export the database to databasename.sql
To import a database from an sql dump file run
mysql databasename < dumpsqlfilename.sql
This will import the sql file into the database. Once imported you should check to [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

How to repair the Database?

April 14, 2009

How to repair the database? To repair a database using the default myisam storage engine use either of the two commands,
mysqlcheck -r databasename
or you can also try this command
myisamchk -f /var/lib/mysql/databasename/*.MYI

Bookmark Post:

Enjoyed this article?WebsiteWordpress themes!

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

Useful Exim Commands from SSH

April 14, 2009

Here are the very useful exim commands used at SSH environment.

exim -bpc = counts all email in the mail queue
exim -bp = mailq — The mailq is relevant as it gives your the email IDs.
exim -M emailID = force delivery of one message
exim -qf = Force another queue run
exim -qff = Force another queue run [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

Wordpress XML Sitemap Generator Error

April 13, 2009

If you are using the XML Sitemap Generator WordPress plugin for generating XML sitemap, having error because of the recent Wordpress version update, and showed the message like this one.
Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype:
To fix the error, simple add this code to your .htaccess file.
AddType application/xml .xsl

Bookmark Post:

Enjoyed [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

How to view and run PhpInfo

April 12, 2009

PHPinfo is a function that returns information, in HTML form, about the PHP environment on your server (see http://us2.php.net/phpinfo for more information). To run PHPinfo you must save the following code in a file on your computer using your text editor:
<?php phpinfo (); ?>
FTP or use cPanel ( file manager ) the file to the [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

How to Save Commands after Editing via SSH

April 12, 2009

Here are the solution on how to save commands upon editing via SSH using Putty. There are 2 ways on how to edit commands, which are via vi and pico. If via vi, just press escape, type :wq, and press Enter. If you are using pico, the save changes by ctrl-x, key y for yes, [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

Battlefield 3