Posts

Showing posts from March, 2011

ThinkPad Overheating Issue Fix

Image
She's pretty hot! On my ThinkPad T410s fans were disabled by default after installing Debian 6 (Squeeze). I would randomly be working on CPU intensive stuff and the computer would shut down with: Critical temperature reached (128 C)  To fix this I created the file /etc/modprobe.d/thinkpad_acpi.conf and added options thinkpad_acpi fan_control=1 to it. I've submitted a bug against the acpi package in Debian. I got help from ThinkWiki  on this.

File Management Tip for Nautilus/Gnome in Debian

Image
nautilus-open-terminal in action Often I find myself browsing to a directory in Nautilus and then realizing that I'd rather be in terminal. Other times I want to be in Nautilus when I'm in the terminal. There's certain things the command line is better at than the file browser and vice versa. Switching between the two is fairly easy in Gnome/Nautilus. Going from Nautilus to Terminal: You'll need the nautilus-open-terminal package ( sudo apt-get install nautilus-open-terminal; killall -HUP nautilus ). Then in any Nautilus, right click on white space and select "Open in Terminal" Going from Terminal to Nautilus: This one is simpler. I watched a guy at work do this on his Mac and got jealous. You can go from Terminal to Nautilus opened in your current directory by typing:  nautilus . ernesto@debian-t410s:~$ nautilus .