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 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 »
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 2nd March 2010
I was trying network-manager-openvpn plugin today on Lucid, I could import my configuration, DNS was set up correctly upon connection/disconnection, route imported correctly (almost
).
One issue though is that it was also changing the default route to the VPN tunnel while this should not happen.
Read the rest of this entry »
Tags: network, system
Posted in HowTo, Networking | No Comments »
Posted by chantra on 12th December 2009
When you hotplug a hard drive in a virtual machine, the drive do not show in fdisk -l output until you reboot your VM.
In order to get the drive to appear, the SCSI bus need to be rescanned.
Read the rest of this entry »
Tags: fs, system, virtualization
Posted in HowTo, System | 1 Comment »