HTML Entities from the Command Line
While doing HTML work I tend to do my work with text editors. For this, I use Arachnophilia a Java HTML editor with easy, editable, customizable tags (Review here). Arachnophilia has support to convert characters to HTML entities but isn’t easy to get to (HTML > More Functions > Char to Entity. There are various […]
movietime – Stop Powersaving to Watch a Movie
Getting down to watching you favorite movie on your computer? Start the movie, sit down, grab your snack and ten or so minutes later the screen goes blank. This happens in Linux because the desktop has built-in defaults for display power management (DPMS) and screensaving. Timeout settings can vary from distribution to distribution but they […]
Improve flash performance (a bit, maybe)
I’ve been struggling with flash quite a bit. I like to watch flash videos online because the time I’m able to get to them are usually at odd times of the day. The issue with flash (I’m using the 64bit alpha but think this effects other versions too) is that higher definition flash can often […]
Apple Trailers Fix
As some of you may have found out or read about, Apple trailer downloads for Linux are currently broken. Apple has implemented a Quicktime user agent check prior to downloading. Personally I agree with the decision because Apple is concerned about the quality of reproduction (though Apple trailers still play with an odd hue on […]
Installing Perl Modules Manually
If you do Perl programming or if a program you have needs a perl module, you could download and compile it manually but the easier way would be to use CPAN (the Comprehensive Perl Archive Network). CPAN First thing you should do is see if your distribution has it in it’s packages repository so that […]
Kmix Gets Support for OSSv4
Up until now, KDE 4 users have had to use OSSv4 own sound mixer (ossxmix) to change volumes levels while within KDE. Recently though preliminary support for OSSv4 has been built into kmix. Testing The Open Source Sound system is a sound system for *nix operating systems built on the original OSS format. A number […]
A Better Link
Warning: This script needs help, don’t use it :) I started on this thinking this would be an easy task. See, I can never remember the order I have to do a link (ln -s file/folder location-to), so I decided to build a script that would give me usage and display the link once it’s […]
Dedicated Home Partition
Intro How to use the same home partition for reinstalling a distro or using a new distro but wanting to use the same home partition (i.e. preferences, Documents…) Before Installing Find the user and group id’s (uid and gid) on your current distro before reinstalling/adding new distro and write them down: id And the username […]
Desktop Yank
Every now and then I get the urge to put up my desktop, so here it is. Not much different (like the kcheckgmail and ktorrent thing). Haven’t got to updating to 4.3 yet because I’m going to have to do a full reinstall soon (don’t really need RTM anyhow). I got a computer that didn’t […]
Week of bash scripts – rps and commentstrip
These two scripts will respectively: find if a program is running, and strip-comments from text files. The first is useful if you need to see if the program is running or if you need to kill the process with it’s id, comment strip is a good tool to use if posting configurations on forums as […]
Week of bash scripts – grok and cdf
These two scripts are two different find commands. The first (grok) will list all files in a directory recursively that contain a matched string; the second will locate a file/folder and the change to it’s directory. Neither of these are mine (though slightly edited), I’ve gotten them from the Arch forums where they have a […]