Archive

Archive for March, 2009

Fix word 2007 startup issues

March 23rd, 2009 No comments

If you are having issue with word when double clicking a document or launching an attachment , it could be a corrupt reg key.
open registry editor and rename the following value :
HKEY_CURRENT_USER\Software\Microsoft\Office\version number\Word\Data
where version number is your office version ( 2007 = 12 ) .

you can also do this via command line ( as administrator )

reg delete HKCU\Software\Microsoft\Office\12.0\Word\Data /f

this article has some more good info.

Check postgesql table size

March 23rd, 2009 No comments

SELECT relname, reltuples, relpages * 8 / 1024 AS “MB” FROM pg_class ORDER BY relpages DESC;

original post

Limit account number in qmailadmin

March 13th, 2009 No comments

you can do this by creating ( or editing ) /var/vpopmail/domains/domainname/.qmailadmin-limits , the below code will limit all settings to 30 accounts per feature.

maxpopaccounts: 30
maxaliases: 30
maxforwards: 30
maxautoresponders: 30
maxmailinglists: 30

Fix mod_rewrite erros in apache

March 12th, 2009 No comments

change :


RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* – [F]

To this:


RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* – [F]
RewriteLog /var/log/apache2/rewrite.log
RewriteLogLevel 0

as described here

funny

March 10th, 2009 No comments

Dilbert.com