From: Minty Date: 15:29 on 12 Jul 2007 Subject: iterm Func+Shift+PageUp/Down = scroll up/down a line Shift+Func+PageUp/Down = scroll up/down a page What other order dependent modifier keys exist?
From: Minty Date: 14:42 on 25 Jun 2007 Subject: innodb_thread_concurrency I never knew Douglas Adams wrote for the mysql innodb documentation team. His legacy continues to grow.... "If you have performance issues ... try setting this variable lower or higher." "The range of this variable is 0 to 1000. A value of 20 or higher is interpreted as infinite ..." http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html
From: Minty Date: 14:48 on 01 Nov 2006 Subject: IE7, html form elements and it's hateful text-size handling IE7 chooses to ignore the text-size browser setting for form elements, unless you have a css font-size rule set. If you do this, it then opts to screw up the rendering of said form elements in fun and novel ways. details here http://minty.org/ie/ bah.
From: Minty Date: 15:19 on 23 Jun 2006 Subject: init.d I want to start Apache2 on my Debian Sarge box to test something quick. I want to start it just this once for testing, then shut it down again. I do not want it to start on boot $ sudo /etc/init.d/apache2 start Not starting apache2 - edit /etc/default/apache2 and change NO_START to be 0. $ vi /etc/default/apache2 # 0 = start on boot; 1 = don't start on boot NO_START=1 1 != don't start on boot 1 = don't start
Generated at 10:28 on 16 Apr 2008 by mariachi