Truecrypt Trouble Triumph

If you are having trouble unmounting a truecrypt file with
truecrypt -d
(especially if you get a “device busy” message) try umounting it first. You can do this from the command line with:
umount /media/truecrypt1
and then doing the usual:
truecrypt -d
Obviously you may have your truecrypt file mounted somewhere other than /media/truecrypt1, but if you do, you are probably tech-savvy enough to know it. On PCLinuxOS that is the default location. Unmounting first solved the problem for me. YMMV.

Uncategorized

Comments (2)

Permalink

SCO over at last?

I am not a lawyer, but it looks like the farce is finally over. All that is left is payback for the poor souls (like IBM) who were unjustly accused by SCO. I understand that IBMs lawyers are referred to as the Nazgul. Bye-bye SCO, no one will miss you.

FOSS

Comments (0)

Permalink

Too Many Choices?

MS Windows advocates sometimes claim that “normal people” (1) don’t like having choices and that all the Linux distributions confuse people.

Just a quick question: have any of the people who argue this ever seen or been in an American supermarket? Have you seen the cereal aisle? The toothpaste section? Seriously, my wife is from Japan and she had some serious culture shock the first time she saw all the choices for things like toothpaste, deodorant, spaghetti sauces, etc, etc.

Personally, I don’t think “too much choice” has anything to do with the “popularity” of MS Windows. The explanation is much simpler — the network effect, years of having a monopoly, and the fact that most “normal people” don’t know or care one way or the other.

(1) “normal person” meaning anyone who isn’t motivated to advocate for an operating system or desktop environment or who doesn’t consider operating systems their hobby.

Uncategorized

Comments (2)

Permalink

QtConfig & Skype

Quick note: PCLinuxOS and tiny fonts in Skype. You may already know that you have to use qtconfig to set the font size for QT apps, including Skype. But the problem is that with the current PCLinuxOS, there are actually 2 qtconfig apps — one for QT3 and one for QT4. The one you want is for QT4 and it is not in your $PATH. So, in a konsole type:


/usr/lib/qt4/bin/qtconfig

this will open up the QT4 qtconfig. Set the font to something bigger and don’t forget to save your changes. Next time you open Skype, you should have bigger fonts.

If you don’t have the file listed above, you might need to install the package qt4-qtconfig.

Hope this helps.

FOSS

Comments (0)

Permalink