Ftp Uploader Tool
Here is a tool that can upload files to a ftp host with interval ranging from 1 second to almost infinite. It will not run on Win…
Minecraft server – Debian variants
Minecraft have become unbelievable popular. Simple graphics in a huge sandbox with total freedom seems to do the tricks. We will assume the server is about empty…
VirtualBox – Creating & controlling virtual machines in headless mode
Create… Create the virtual machine, named MySQL in this example: VBoxManage createvm –name “MySQL” –register We give it 512MB ram, enable acpi, boot on dvd and a…
Debian – Installing headless VirtualBox
I find Virtualbox easy to work with, and usually stable. For performance I would check out KVM or XEN HVM instead. Update! The larger Linux distros are…

Apache – Custom 404 pages
The standard 404 (Page not found) is enough for telling someone the page they are looking for is not there. However, you can use that 404 traffic…
Debian/Ubuntu – Simple trick to free memory
To free up some memory claimed by pagefile, dentries and inodes. Pagefile is virtual memory. Dentries and inodes are used for your hard drive files. This should…
Debian – Basic LAMP
Setup a basic LAMP, enables you to host cool web applications. LAMP is Linux, Apache, MySQL & PHP (guess Perl or Python should qualify as well). I…
Debian – Install MySQL with remote root access
A few simple steps to install MySQL with remote root access on a Debian system. Out of the box, as default, the root user can only log…
Debian Static IP how to
Debian Static IP Debian Static IP. If you need to change your IP from Dynamic (DHCP) to static, I have presented a method here for doing it….
Raspberry – Wifi on DHCP with WPA2 (AWus036H)
Raspberry Wifi Getting the Raspberry pi up and running on your wifi router has a lot of practical uses. One of the ups, is that there is…