Posted by chantra on 7th January 2013
Munin 2.0 has been released and a .deb package has even been backported to Debian Squeeze!.
Version 2.0 comes with a bunch of new features and scalability improvements. This how-to will explain how to install and configure Munin 2.0 using Apache and mod-fcgid on Debian Squeeze.
Read the rest of this entry »
Tags: apache, monitoring, munin, system
Posted in Administration, HowTo, System | No Comments »
Posted by chantra on 14th December 2012
Linux start up behaviour is driven by the so-called runlevels. It will use the default value provided in /etc/inittab for some systems (Debian…), or /etc/init/rc-sysinit.conf or some others (Ubuntu…).
This tutorial will show how to change the runlevel used during boot by modifying Grub2 start up prompt.
Read the rest of this entry »
Tags: boot, grub2, system
Posted in Administration, HowTo, System | No Comments »
Posted by chantra on 7th December 2012
As a sysadmin, most of my time is spent working on remote machines and different task. tmux is a terminal multiplexer, meaning it allows you to run multiple terminals in the same windows.
This tutorial will explain the basics features of tmux that should help you be more productive with your every day task.
Read the rest of this entry »
Tags: system, tools
Posted in Administration, HowTo, System | 2 Comments »
Posted by chantra on 27th January 2012
When enabling logs with HAProxy on a busy web site, hard disk space can quickly become a scarce resource.
The reason is that, most of the time, HAProxy is set to use local0 facility which tend to write logs to a bunch of files in /var/log such as messages…
Thanks to rsyslog, we will be able to canalize those logs to a more appropriate location and only once, saving a bunch of disk space.
This tutorial will go over the steps required to accomplish this set up.
Read the rest of this entry »
Tags: logging, system
Posted in Administration, HowTo, System | 5 Comments »
Posted by chantra on 18th June 2010
Using freeradius for authentication
Here I am going to consider that the freeradius server is set up correctly, meaning that you can already authenticate your users with freeradius using radtest utility.
Read the rest of this entry »
Tags: ipsec, network, security, system, vpn
Posted in Administration, HowTo, Networking, System | No Comments »
Posted by chantra on 18th June 2010
XL2TP
Now, let’s get on the next phase: XL2TP.
Packages Requirements
You can install xl2tp with the following command:
# apt-get install xl2tp
Read the rest of this entry »
Tags: ipsec, network, security, system, vpn
Posted in Administration, HowTo, Networking, System | No Comments »
Posted by chantra on 18th June 2010
Even though I pretty like OpenVPN, there is still some devices that might not support the TUN/TAP driver needed by OpenVPN.
Take IPhones, Android phones for instance, you need to root them in order to get that feature, assuming somebody has already cooked a ROM for your device.
L2TP is quite and old standard that allow setting up VPNs.
On the other end, it does not provide any kind of encryption mechanism, and as such, it is pretty common to get L2TP running over an IPSec link.
Read the rest of this entry »
Tags: ipsec, network, security, system, vpn
Posted in Administration, HowTo, Networking, System | 1 Comment »
Posted by chantra on 8th May 2010
When working in a chrooted environment, there is a few special file systems that needs to be mounted so all programs behave properly.
For instance, grub will need to access your disk devices….
While most special file systems might be mounted with:
# mount fstype -t fstype /tmp/chroot/mountpoint
Where fstype will be sysfs, proc, /dev is not following this rule.
Read the rest of this entry »
Tags: system
Posted in Administration, HowTo, System | No Comments »
Posted by chantra on 16th September 2009
There is a few software that will use the editor command to find out what text editor to use. Example commands will be dch to add a new .deb changelog entry, revision control softwares when prompting for a commit message …
Read the rest of this entry »
Tags: system
Posted in Administration, HowTo, Softwares | No Comments »
Posted by chantra on 18th January 2009
5. Configuring Dovecot
Dovecot has its SQL configuration gathered in a separated file: /etc/dovecot/dovecot-sql.conf, so let’s edit edit with our settings:
# vi /etc/dovecot/dovecot-sql.conf
Read the rest of this entry »
Tags: dovecot, email, mysql, network, postfix
Posted in Administration, HowTo, Networking | 1 Comment »