Installing mcrypt – what to do to work with php

After a lot of research, as I couldn’t find answers on forums and other places. I found on sourceforge.net they released some rpm packages to integrate mcrypt and mhash with php. First we need to install mcrypt and mhash as follows: 1) Install mcrypt & mhash yum install mcrypt* yum install mhash* answer y to …

How do I change maximum attachment size in Horde?

Resolution By default, PHP limits uploaded files size to 2 MB, and this limit applies to all PHP application including Webmail. Edit the following options in /etc/php.ini file on the Plesk server and set the values that match your needs, for example: upload_max_filesize = 32M post_max_size = 32M Restart Apache after the php.ini file modification. …

MultiMonitor Support and Windows Vista, XP

Among my many gripes about Windows Vista (see My Struggles with Windows Vista), is the lack of truly useful window management shortcuts.  Multiple monitor configurations are becoming increasingly common, and the Windows desktop simply hasn’t kept pace.  Sure, if I’m willing to click on numerous UI elements, I can reliably move a maximized window from …