How to put Varnish in front of your Webserver without doing any change.

Varnish is an open source “web accelerator” which you can use to speed up your website. It can cache certain static elements, such as images or javascript but you can also use it for other purposes such as Load balancing or some additional security, in general most of the people want to try it and [...]

Protect your server with SSHGuard

I’ve already talked about fail2ban and logcheck, 2 tools that can scan your logs and do actions, based on rules that you can give/modify, usually modify your iptables rules to stop active attacks against your server or simply send you a warning if some thing is found in the logs. Today we’ll see a similar [...]

Online resource collection for Linux Administrators

These are some sites i use to do specific jobs, i hope they can serve you well too. Corntab Corntab is a simple crontab web GUI With Corntab you can ensure that you always have the correct crontab syntax. Don’t worry about forgetting the proper crontab format because Corntab let’s you click on all of [...]

ufw – Iptables under Ubuntu

I use iptables by many years and used it also for complex solutions and only recently i’ve discovered ufw (Uncomplicated Firewall), the ubuntu version, or better developed to ease iptables firewall configuration, ufw provides a user friendly way to create an IPv4 or IPv6 host-based firewall. By default UFW is disabled.

How to use your Ubuntu as gateway

During my tests i installed a Debian 6 Squeeze on an Old laptop with an integrated ethernet card and a PCMCIA wireless card. Problem, after the install all works perfectly but the wireless, and installing new packages without a net is not so comfortable. You have to search on the net for the name of [...]