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 13th July 2010
There were some changes in the latest kernel release (2.6.34) that prevent VMware’s VMCI Socket module to compile on Ubuntu 10.10 (Maverick Meerkat).
Read the rest of this entry »
Tags: system, virtualization
Posted in HowTo, Virtualization | No 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 16th June 2010
I already spoke about Terminator a while back. Since then,, quite some time has passed and lots of features were added…
In the last 7+ months, cmsj as worked a lot on getting the whole architecture re-implemented in a more object-like architecture which makes the different component of Terminator interact together more naturally.
Read the rest of this entry »
Posted in HowTo, News, Softwares, Softwares | No Comments »
Posted by chantra on 14th June 2010
If like me you use MPD as a service daemon to listen to music, you might be annoyed anytime GDM start a pulseaudio process which prevents MPD from accessing the sound device.
Typically, the output of ps will produce the following output:
$ ps aux | grep pulse
gdm 1371 0.0 0.4 98180 4776 ? S<sl Jun13 0:00 /usr/bin/pulseaudio –start –log-target=syslog
gdm 1411 0.0 0.2 10748 2968 ? S Jun13 0:00 /usr/lib/pulseaudio/pulse/gconf-helper
Read the rest of this entry »
Tags: system
Posted in HowTo, System | No Comments »