Author Archives: T4L

Disable the Linux screen blanking

If you want to disable X screen blanking (aka. disable the X screensaver) that comes up unexpectedly while you’re watching a movie in MPlayer, all you have to do is setterm -powersave off -blank 0 To make the change permanent, add the following to your ~/.xinitrc file: setterm -blank 0 -powersave off -powerdown 0xset s… Read More »

Enable Flash support in Google Chrome for Linux

If you want to have Flash support in Google Crome, the Linux version, you can enable it like this:Make a plugins directory in the Google Chrome folder sudo mkdir /opt/google/chrome/pluginscd to it cd /opt/google/chrome/pluginsmake a link from Firefox’s Flash Player plugin into the newly created folder sudo ln -s ~/.mozilla/plugins/libflashplayer.so Now launch the browser with… Read More »