blog.mfuchs.org

yet another useless weblog

Quote

"I have always thought the actions of men the best interpreters of their thoughts."
--John Locke

Archive for the 'GNU/Linux' Category

Fix stanby with ubuntu on a notebook

Monday, February 16th, 2009

After setting my ThinkPad to standby mode it never woke up as I expected. In most cases I had to poweroff the whole machine, which is very ugly. I am using Ubuntu 8.04 (because it runs stable) and discovered the issue has not been fixed in the new 8.10 release. In these days I read [...]

Read the rest of this entry »

Get 1920×1200 resolution with intel 945GM

Friday, February 6th, 2009

I had some trouble to get the maximum resolution for my monitor, using the VGA output of my Thinkpad. I’m running Ubuntu Hardy which uses the xserver-xorg-video-intel driver by default. This can be combined with xrandr to manage all your monitor/resolution settings without restarting all the time.

Read the rest of this entry »

HINT: Open URLs from xterm (rxvt)

Tuesday, December 30th, 2008

While using the terminal based IRC client “irssi” I faced the problem that I always had to copy and paste URLs to my webbrowser. After a little research I found a way to open URLs just by clicking the mouse wheel. It’s quite easy: you need a special terminal: rxvt-unicode (urxvt).

Read the rest of this entry »

HINT: Reduce CD-ROM Speed

Tuesday, September 9th, 2008

Have you ever asked yourself why your DVD Player is much more quiet than the CD-ROM drive in your PC. It’s because playing audio/video just needs a reduced reading performance which calms down your drive a lot.

Read the rest of this entry »

HINT: Concatenate multiple pdf files

Thursday, May 29th, 2008

Some of you are familiar with the situation when you have got a bunch of pdf files you want to print. Especially at university there are a lot of different lecture notes waiting to be put on paper. Printing every single file can be annoying and cost too much time (and money if you pay [...]

Read the rest of this entry »

HINT: SSH Tunnel

Monday, February 25th, 2008

Sometimes you’ve got the problem that some websites are just reachable in a particular network or you want to connect a service from another computer. No problem if you have SSH access to an external computer: ssh <username>@external-computer.net -L 1234:badwebsite.com:80 This simple command on your terminal (executed as root!) will take you directly to badwebsite.com [...]

Read the rest of this entry »

HOWTO: Special keys on your keyboard

Monday, February 25th, 2008

In order to use the special keys on your keyboard or laptop like audio control or the “ThinkVantage” Button it is sometimes neccessary to do some tweaks on your system. Not all window managers directly know how to deal with these keys.

Read the rest of this entry »