Archives

Archive for the ‘linux’ Category

Today just a shorty: Enable gzip! When using php set output_handler = ob_gzhandler. So every php request will be compressed. Also you can use the defalte module of you apache2. In that case javascript, pure html and css will also be compressed. activate the module a2enmod deflate add some lines to you configureation (vhost or [...]

Aug 20th, 2010 | Filed under linux, Web

When you change the default translation of your Putty to UTF-8 you can use all the advantages of that. But there is one thing witch is strange. If you call YAST you’ll see wired characters instead of the normal lines. Of course you set “Handling of line drawing characters” to “Use Unicode line drawing code [...]

Jul 29th, 2009 | Filed under linux

When you are using cron to do some automatic jobs and want the output to be mailed, be sure you are entering the mail address in the right format. In this case it means that the mail address must not contain an “_” (underscore)! If you enter into the MAILTO env of the crontab a [...]

Jul 13th, 2007 | Filed under linux