Learning On Demand Learning anything from anywhere

Archive for April, 2008

Remove wordpress widget with Fluency Admin

04.07.2008 · Posted in Blog

Today I’ve added an rss widget in my elegant theme, little mistake in choosing to display content in rss make the rss title longer and make rss display not good .   Further investigation lead me to find ‘edit’ link that not show up but its exist when I do view source. Browsing in google ...

Simple DNS failover with OpenDNS

04.05.2008 · Posted in Step By Step

Sometime I got message ‘can’t resolve hostname’, till I use this simple technique I don’t have problem when my ISP dns server get down or when I have to protect my self from porn or phishing content. I use 4 (four) dns server, two using ISP dns server and the rest using OpenDNS. Here’s step ...

file(1) : N/A : NOT INSTALLED (required by Maia Mailguard)

04.02.2008 · Posted in Unix

I’ve found my maia-mailguard not working, I run configtest to find out : mail# /var/amavisd/maia/scripts/configtest.pl MAIA MAILGUARD CONFIGURATION TEST This script checks for the presence of applications and Perl modules required by amavisd-maia, SpamAssassin, and Maia Mailguard’s maintenance scripts.  Version numbers are also checked, and if a newer version of a component is recommended, you ...

Postfix and LOCK tables

04.01.2008 · Posted in Database

just found error in /var/log/messages and when I try to backup postfix database. mail# mysqldump -upostfix -p postfix > postfix.sql Enter password: mysqldump: Got error: 1044: Access denied for user ‘postfix’@'localhost’ to database ‘postfix’ when using LOCK TABLES checking user privileges using information_schema mail# mysql -upostfix -p Enter password: Welcome to the MySQL monitor.  Commands ...