Debian – Autostart programs on boot
For the Debian system, we have a directory called /etc/init.d/ where the scripts that the init process runs during startup. And shutdown. So If it your own…
SSH Server (OpenSSH) – Change listening port
Many reasons for changing the listening port of your SSH server. You only have 1 public IP, and a bunch of virtual machines on a virtual network,…
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…
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 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….
apt-get behind a corporate proxy
You might need a username and password if the proxy is not anonymous. Here is how to connect to both types of proxies for using apt-get. Remember…