Search

Blogroll

Meta:

Display mysql root password on Ensim server

October 22nd, 2008 by vicky

Ever wondered how to find out your mysql root password? Well, on Ensim server it is easy to find out.

ensim-python -c “import sys;sys.path.append(\”/usr/lib/opcenter/mysql\”);import mysqlbe;print mysqlbe.read_mysqlpass()”

It it one line command. Execute it from shell logged in as root. Works well :-)

Posted in Ensim, Mysql | No Comments »

Disable cron email alert

October 14th, 2008 by vicky

Ever wondered how to disable the email alert sent when cron is executed? Easy help, there are various ways to achieve this, so feel free to use the one you like the best. :-) They all work, though. Read the rest of this entry »

Posted in General linux admin | No Comments »