The Linux crontab is relatively easy to understand. Still, it can generate a lot of frustration when debugging or even[…]
Read moreCategory: General Tech and Hosting
My take-aways from running a hosting business and from hosting my own web projects.
Notes on various tech issues that I’ve solved and documented, or just something interesting i did that I know i will need again in the future.
The most complete .htaccess generator ever – v0.1
.htaccess is a file used with Apache servers to set configurations on a directory level. This is particularly useful when you[…]
Read moreLinux permissions prettified
Even though I was using Linux for a while, I really didn’t got the idea with the file permissions clear[…]
Read moreAll in one PXE server
During a cool project where I was using FOG (free open-source ghost) I realized that having a PXE boot server[…]
Read moreCollaborative coding for beginners with Git and Eclipse
Most of my code related projects were done individually – as in , only by me. Mainly because the complexity[…]
Read moreTurning a PC into a gateway
During a project, I ended up needing to make a PC that was on 2 subnets into a gateway. This,[…]
Read moreWhat is SSH tunneling
A SSH tunnel is the SSH connection between a client and a SSH server, through which we direct our traffic.[…]
Read moreSSH Tunneling in OpenWRT
Since I’m playing with OpenWRT on my home router I thought that I have to find a way to use it[…]
Read moreStarting out with Puppet
Puppet is an open-source automation software for IT. It can be used to control PC like you were controlling them[…]
Read moreChanging the default route in Linux
How many times did you plug in your Ethernet cable into your Linux machine and found out that you couldn’t[…]
Read more