Setting up SquirrelMail webmail

SquirrelMail is an OpenSource powerful yet easy to use webmail interface. Setting it up is extremely easy. Here I am going to cover just a few not so obvious aspects of the setup process. Download Squirrel Mail installation package from here:

Read the rest of Setting up SquirrelMail webmail

Open Source CMS (Content management system) with Joomla!

Open Source CMS (Content management system) creation with Joomla! The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization. It is written in the PHP programming language and uses the MySQL database system to store information. Joomla! CMS plugins [...]

Read the rest of Open Source CMS (Content management system) with Joomla!

wordpress delete old revisions

Since version 2.6 wordpress always uses to create post revisions which are rarely useful and always a waste in space. In order to get rid of the past ones you can run the following MySQL query DELETE FROM wp_posts WHERE post_type = “revision”;

Read the rest of wordpress delete old revisions

Mozilla lightning&sunbird calendar events file

Mozilla Lightning and Sunbird calendar events files are located in (linux, M$ windows) .mozilla/thunderbid/storage.sdb C:\Documents and Settings\[username]\Application Data\Mozilla\Sunbird\Profiles\[gibberish].default\storage.sdb

Read the rest of Mozilla lightning&sunbird calendar events file

Make WP-Pools archive working

By default it shows a 404 error when trying to open the page. Here is how to get the WP-Polls archive to work. Go to ‘WP-Admin -> Write -> Write Page’ Type any title you like in the post’s title area Type ‘[page-polls]‘ in the post’s content area (without the quotes and replacing the dash [...]

Read the rest of Make WP-Pools archive working

Correctly rename wordpress database tables prefix

Renaming wordpress database tables prefix could be useful for basically two reasons: you want to host more than one wordpress blog, however your hosting service is a bit mean and does not allow you more than one database you want to increase your database security By default wordpress installations set wp_ as a prefix for [...]

Read the rest of Correctly rename wordpress database tables prefix

No Sufficient Permissions for Upgrading WordPress

If you happen to get this error you do not have sufficient permissions to access this page. while attempting to automatically upgrade your wordpress installation at this URL http://aldeby.org/blog/wp-admin/update-core.php

Read the rest of No Sufficient Permissions for Upgrading WordPress

Joomla 1.5 fails to install plugins

* JFTP::mkdir: Bad response * JFTP::chmod: Bad response         * JFTP::store: Bad response         * Warning! Failed to move file.  Unable to find install package and error • JFolder::create: Could not create directory Warning: file_put_contents(path_here) [function.file-put-contents]: failed to open stream: No such file or directory in /libraries/joomla/filesystem/file.php on line 297 Unable to find install package This kind [...]

Read the rest of Joomla 1.5 fails to install plugins

cfg80211: wireless regulatory infrastructure

http://lwn.net/Articles/296400/ Linux 2.6.27 kernel upwards a new wireless regulatory infrastructure has been added. The main motiviation behind this was to centralize regulatory code as each driver was implementing their own regulatory solution, and to replace the initial centralized code we have where: * only 3 regulatory domains are supported: US, JP and EU * regulatory [...]

Read the rest of cfg80211: wireless regulatory infrastructure

fast deployment of secure (APOP) Qpopper email pop3 server

This howto focuses on a fast deployment of secure (APOP) Qpopper email pop3 server. This howto is just a scratch, and does not want to be complete nor faultless.

Read the rest of fast deployment of secure (APOP) Qpopper email pop3 server