Thunderbird reply position

Sometimes I put up with computer stupidity much longer than I should. By default, Thunderbirdpositions the cursor at the bottom of the e-mail body when replying to an e-mail instead of at the top. I couldn’t figure out how to change it, so instead I rewired my brain to press Ctrl+r, Ctrl+Home to reply. Today I decided …

Configuring cron jobs on Windows

To setup a Windows machine to run cron.php at a specific time follow the specific instructions below. This can be useful if you are not familiar with Linux/Unix, or if your web host does not offer the ability to run cron jobs; you can run them remotely from your own computer. Note: These instructions were …

Ubuntu Server:Install GUI and Webmin in Ubuntu 8.10 (Intrepid Ibex) Guide

http://www.ubuntugeek.com/ubuntu-serverinstall-gui-and-webmin-in-ubuntu-810-intrepid-ibex-guide.html We have already discussed how to install ubuntu 8.10 LAMP server .If you are a new user and not familiar with command prompt you can install GUI for your ubuntu LAMP server using the 2 options

Linux /dev/sda1 disk full

The other thing is that when you update the .deb files go in /var/cache/apt/archive. To clean it up use: Code: apt-get clean or Code: apt-get autoclean from the man page: Quote: clean clean clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archives/partial/. When APT …

Install Zend Optimizer

Overview: The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running speed of PHP applications. Many scripts require that you have Zend Optimizer installed so you are able to run them on your server while decrypting and running them on the …