From the category archives:

Web Hosting

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 →

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 →

How to Disable Anonymous FTP function

April 12, 2009

Enabling and disabling anonymous FTP function has never been much easier with WHM control panel. To do the task, login to your WHM control panel and navigate to ‘Service Configuration’ > ‘FTP Server Configuration’.

Select NO to allow anonymous FTP login. However, allowing the anonymous FTP logins in generally considered to weaken the server security and [...]

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

How to Move A Site with Full Backup With SSH or Shell Access

April 12, 2009

Moving a site with full backup from Cpanel web hosting control panel environment has never been much easier with SSH or Shell Access. It may be difficult for newbie, but however, let us teach you shortly on how to easily move the site with SSH. Follow all the steps below.
First, you need to request for [...]

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

The Problem of Error 500 :Fatal error, Allowed memory size

April 12, 2009

You may be experiencing of Error 500 :Fatal error, Allowed memory size problem, which may looks like this one. However, there is solution to overcome this error, which comes out to limit of php memory.
Error 500: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 13056 bytes) in /public/wp-admin/includes/image.php on line 147
In [...]

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

Battlefield 3