January 15th, 2010
qmHandle is a tool which can be used to manage the qmail message queue. It’s written in Perl (so fully customizable) and has more features than qmail-qread and qmail-qstat.
qmHandle is a simple program which allows you to view and manage the qmail message queue.
The key features of qmHandle are:
- Freeware and open source, under the GNU General Public License;
- More information provided when reading queue contents compared to qmail-qread
- You can print queue statistics, like qmail-qstat, with color capabilities;
- You can view a message in the queue;
- You can remove one or more messages from the queue based on a criterion or use multiple delete requests each having its own criterion;
- Written in Perl, and therefore easily customizable and truly multiplatform.
The software will work on every Unix platform with Perl installed and qmail installed.
qmHandle can be downloaded qmHandle project homepage
For me qmHandle is a great tool and a must have for sysadmin for managing qmail queue system. Enough for explanation. Now let’s get started how to use it.
Read the rest of this entry »
Posted in
Web and System Administrator |
No Comments »
January 14th, 2010
Below is several thing to know about about cPanel License file.
To validate (make sure) your IP Address already has license for cPanel to to cPanel License Validator, and enter your server main IP Address.
- If you have updating your cPanel License from Trial to Active, or
- If you change your server hostname, or
- You get Invalid License File error due to hostname change, bad system time, license IP address binding, firewall rules, and some other more obscure scenarios
You can try run this command as root
/usr/local/cpanel/cpkeyclt
A helpful expired license checklist in the cPanel forums takes troubleshooting further if the above methods don’t help.
PS: With an invalid license, any Web interface to cPanel will not work (including, WHM and Webmail)
from WebMarketEdge
Posted in
Freelance, Web and System Administrator |
No Comments »
January 5th, 2010
For SMB Company with few servers and network devices that can easily count by finger, you can know quickly if one of device has a problem. But if you are big company with a lot of servers, network devices and have several branches with server and router too, or a hosting provider, data center with many infrastructure, you need something that can easily monitor the uptime of those servers and network devices. Read the rest of this entry »
Posted in
Web and System Administrator |
No Comments »
January 4th, 2010
You are a sysadmin, and for your company system you chose to use HP Server, and your proud of it. First time installation should be easy because HP SmartStart CD is accompanying you, guiding you installing the OS for your choice (Windows, Novel, Suse, Redhat, etc)
After running several years without complain, suddenly the server need to rebuild due to corrupt, or something else. But alas, you didn’t find the smartstart CD. It was several years ago, how can I remember where to put it? Ah it’s was there, but alas again, the CD was stretch. And now you hoping you can turn back in time, to get the correct CD.
But dont be afraid, my dear colleagues, HP archives all SmartStart CD version, all you need to is download the right version for your server and burn it into cdrom. Here it is the link:
HP SmartStart CD Archives
Posted in
Technical Support Specialist, Web and System Administrator |
No Comments »
December 27th, 2009
Magento is a great Free / Open source eCommerce script, is much more prettier and yet complex than Prestashop or osCommerce or Virtuemart. Take sometimes to upload it to hosting server, but if your hosting provider have Automatic script installer like Installatron or Softacolous, you can install it in a breeze. So Installation of Magento is no longer problem.
But after a succesful installation, I even get this error saying that I dont have pdo_mysql installed on the server.
pdo_mysql extension is not installed
Trace:
#0 /home/store/public_html/lib/Zend/Db/Adapter/Abstract.php(441):
Varien_Db_Adapter_Pdo_Mysql->_connect()
#1 /home/store/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php(230):
Zend_Db_Adapter_Abstract->query('SET NAMES utf8', Array)
#2 /home/store/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php(281):
Zend_Db_Adapter_Pdo_Abstract->query('SET NAMES utf8', Array)
#3 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Type/Db/Pdo/Mysql.php(45):
Varien_Db_Adapter_Pdo_Mysql->query('SET NAMES utf8')
#4 /home/store/public_html/app/code/core/Mage/Core/Model/
Resource.php(87): Mage_Core_Model_Resource_Type_Db_Pdo_Mysql-
>getConnection(Object(Mage_Core_Model_Config_Element))
#5 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Setup.php(62): Mage_Core_Model_Resource->getConnection('core_setup')
#6 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Setup.php(120): Mage_Core_Model_Resource_Setup->__construct('core_setup')
#7 /home/store/public_html/app/code/core/Mage/Core/Model/Config.php(263):
Mage_Core_Model_Resource_Setup::applyAllUpdates()
#8 /home/store/public_html/app/code/core/Mage/Core/Model/App.php(263):
Mage_Core_Model_Config->init(Array)
#9 /home/store/public_html/app/Mage.php(434):
Mage_Core_Model_App->init('', 'store', Array)
#10 /home/store/public_html/app/Mage.php(455):
Mage::app('', 'store', Array)
#11 /home/store/public_html/index.php(65): Mage::run()
#12 {main}
I don’t get it, when I check with function
<?php
phpinfo();
?>
pdo and pdo_mysql is there.
'--enable-pdo=shared'
'--with-pdo-mysql=shared'
So, it’s time for searching and lurking into Google and Magento forum/docs
Read the rest of this entry »
Posted in
Freelance, Web and System Administrator |
1 Comment »