Blog karp0tt

GNU/Linux configs || Anime

Posts Tagged ‘gentoo

Tor, Privoxy, Squid – a little HowTo

without comments

Why did I take this step? Well, there are several reasons for using the Tor-Network.
The most important one to me is, I want to use the World Wide Web as an information source and want every bit of information, when I’m searching for something. I don’t need someone like the German BKA to tell me, which information I’m allowed to see and which not.
So, according to the guide at howtoforge.com, I’ve created my own local Tor node for my home network. (Besides I’ve been configuring a server to act as a relay a little while ago)

Read the rest of this entry »

Written by body0r

June 24, 2009 at 8:00 pm

Posted in GNU/Linux

Tagged with , , , , , , ,

Fetchmail Cyrus-SASL Postfix Imap -> Email System @ Home

with one comment

Just wanted to leave a great guide for creating a fully functional email service within your home network.

Email System For The Home Network

Read the rest of this entry »

Written by body0r

June 11, 2009 at 9:00 am

Intels D945GCLF2 and 5.1 Surround Sound with Alsa

without comments

After searching for the last 2 months or so, I finally figured out, what I had to do, to get 5.1 surround sound working with my Intel D945GCLF2 and alsa.

Just had to compile everything alsa related as kernel module and not directly into the kernel.
Read the rest of this entry »

Written by body0r

April 15, 2009 at 9:00 pm

Posted in GNU/Linux

Tagged with , , , , ,

xorg, hal, udev && Touchpad/Mouse Toggle (>=xorg-server-1.5)

with 4 comments

I read, there were some changes between <xorg-server-1.5 and >=xorg-server-1.5. While I’ve updated my version to the latest possible (x11-base/xorg-server-1.6.0), I thought of using hal for my keyboard/touchpad/mouse-configuration.
The following configuration works for me:
Read the rest of this entry »

Written by body0r

April 7, 2009 at 7:00 pm

Xorg && Touchpad/Mouse toggle (<xorg-server-1.5)

without comments

Following should help for turning the Touchpad off, when an external mouse is connected

[~]# cat /etc/udev/rules.d/10-local.rules
ACTION==”add”, SUBSYSTEM==”input”, ENV{ID_CLASS}=”mouse”, RUN+=”/usr/bin/synclient TouchpadOff=1″
ACTION==”remove”, SUBSYSTEM==”input”, ENV{ID_CLASS}=”mouse”, RUN+=”/usr/bin/synclient TouchpadOff=0″

Read the rest of this entry »

Written by body0r

March 14, 2009 at 5:15 pm