No sound in Pidgin in openSuse 11.2

August 3rd, 2010 | posted in Linux, Tips & Tricks, blog | No Comments »

If none of the options available produce sound in Pidgin, choose command and enter aplay %s.



CSS shorthands

December 8th, 2009 | posted in Tips & Tricks, blog | No Comments »

There is no official documentation about CSS shorthands but they are there and some of you know them, some of you not. I tried to make a list of CSS shorthands, that may be of use by anyone.

Read the rest of this entry »

Extend phpMyAdmin Session Timeout Value

December 8th, 2009 | posted in Tips & Tricks, blog | No Comments »

Locate your phpmyadmin installation folder. Then open config.inc.php file and enter this line:

$cfg['LoginCookieValidity'] = 3600 * 3;

This line of code extends your phpmyadmin session for 3 hours.

Make sure your config.inc.php file is writable, to do this change. Then you can make it unwritable again.