Licence
Creative Commons License

This work by Stephane KATTOOR is licensed under a Creative Commons Attribution 3.0 Unported License.
Feeling like tipping ?
If you find this blog useful, you might consider sending a few bitcoins to support it : 1BTtsC3beGJ6ysd8DhrXjdo6jVw5WD9mvY
RSS
 
RSS Feed
Follow me !
Tech@Sakana on Facebook
Search this site

Newsletter

Get latest posts by email (No spam, only posts):

Enter your email address:

Delivered by FeedBurner

Categories
Monthly archives
February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  
Gentoo Linux / Portage : How to know which package provided an installed file - December 3, 2009 by Stephane Kattoor

If there’s a file installed on your disk for which you’d like to know what package provided it, you can use the equery command like below :
read the entry »

VirtualBox : Cloning a virtual hard disk - November 18, 2009 by Stephane Kattoor

If you’ve got a VirtualBox VM already installed and you wish to clone/copy it, follow the steps below :
read the entry »

OpenSolaris : Exporting a ZFS filesystem with CIFS - November 11, 2009 by Stephane Kattoor

If you need to export ZFS volumes through CIFS, follow this simple step by step procedure.
read the entry »

OpenSolaris : Switching to the /dev development branch - November 8, 2009 by Stephane Kattoor

In OpenSolaris, switching to the /dev development branch is a bit like switching to the testing branch for some linux distros. So you might want to think twice before doing so, as it might sometimes break things.

If you still want to do that, follow those instructions :
read the entry »

Gentoo : Xorg X Server 3D hardware acceleration - October 14, 2009 by Stephane Kattoor

You need to have read/write permissions to /dev/dri/cardX to benefit from 3D hardware acceleration in Xorg X Server. On a Gentoo linux machine, this file has the following permissions set by default :

1
2
ls -l /dev/dri/card0 
crw-rw---- 1 root video 226, 0 2009-10-14 16:12 /dev/dri/card0

read the entry »

Gentoo : Running Cacti with LigHTTPD - October 13, 2009 by Stephane Kattoor

If you use Gentoo and tried to install Cacti with Lighttpd instead of Apache, chances are that you ran into this error message :

1
2
3
4
5
6
/usr/lib/python2.6/site-packages/WebappConfig/content.py:27: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5, re, os, os.path
* Fatal error: Your configuration file sets the server type "Apache"
* Fatal error: but the corresponding package does not seem to be installed!
* Fatal error: Please "emerge >=www-servers/apache-1.3" or correct your settings.
* Fatal error(s) - aborting

read the entry »

Xfce4 : Bug with key bindings - October 12, 2009 by Stephane Kattoor

There is currently a little bug in Xfce4 which prevents you to bind the key combinations involving SPACE and ESCAPE. For example you can’t bind <WINDOWS>-<SPACE>, but you can bind <WINDOWS>-C . This behaviour affects only the xfce-keyboard-settings GUI, which is annoying but leaves us with a workaround using the following command line :
read the entry »

HAL + Xorg X server : Using HAL to set hardware specific configurations for Xorg Xserver - October 12, 2009 by Stephane Kattoor

The Xorg X Server can now rely on HAL to get information about the hardware the machine is running. This allows the X Server to auto-configure most of its components such as keyboard / mouse / screen / graphic adapter. But there is still room for tweaking it if needed.

This post explains how to configure extra properties for a keyboard at the HAL level, so that X Server will correctly auto-configure it for you.

read the entry »

Tags: , ,
conky : integrating rTorrent downloads monitoring - October 11, 2009 by Stephane Kattoor

Conky is a lightweight system monitoring tool. It has many built-in probes (processor load, memory usage, temperature sensors, etc), but it is still pretty easy to extend it if you don’t find the feature you need.

In this post I’ll describe my Conky setup and explain how to extend it to monitor your rTorrent downloads.

rTorrent is a great BitTorrent client which offers an XML-RPC interface to its core functions, making it easy to get the downloads status through scripting. You can read more about that in this previous post.
read the entry »

rTorrent : Probing downloads status through XML-RPC - October 10, 2009 by Stephane Kattoor

rTorrent is a very efficient BitTorrent client for linux. It has a very small memory footprint, a very customizable configuration file, and exposes it’s internals through XML-RPC. This is convenient to implement 3rd party GUI or web interfaces.
Let’s see how to setup and use XML-RPC to probe rTorrent downloads.
read the entry »

« old Postsnew Posts »ogtzuq
Who am I ?
Ads