Archive for category Articles

What is Linux?

Posted by on Tuesday, 7 April, 2009

What is linux?

Linux is an open source operating system for computers. It was created in the early 90s by Linus Torvalds when he became dissatisfied with the way Minix was going (another operating system). He began his work in 1991 when he released version 0.02 and worked steadily until 1994 when version 1.0 of the Linux Kernel was released. The Linux kernel is the heart of all linux systems, its developed under GNU (General Public License) so it is freely available to everyone.

From the kernel alone, it has now developed more programs written for it to suit most occasions. In fact, because it is open source, most of the programs written for it are also, which makes them free :).

Linux is primarily used on servers currently however there has been a big swing in recent years towards desktop users using linux. Linux supports most hardware these days, and being open source means if it doesn’t, somebody will write the code to do so, or write a tutorial somewhere online telling you how to get it going.

Last-Modified: 2007-03-07 19:38:50


Firefox facelift

Posted by on Tuesday, 7 April, 2009

Following on from some stuff I wrote in my blog about making Firefox look a bit more native on OS X. Just to prove I’m still a Linux user, here’s more of the same for Linux…

Firefox does a pretty good job of pretending to be a Gnome application, but it gets it wrong in a couple of places.

1. Toolbar images.

The toolbar images in Firefox are not the same as in Gnome or KDE applications, and the gnomestripe and kdestripe theme jar files that can be generated optionally when compiling Firefox seem not to be included by most distributions. I extracted them from a Mandrake RPM and have made them available for download…kdestripe gnomestripe

Once downloaded, you may need to use this page to install them. Strangely the page doesn’t work unless it’s saved and viewed locally. After this the Gnome or KDE theme can be selected from Tools->Themes.

Users of the Ximian Industrial Gtk theme might appreciate this theme which makes Firefox feel even more like a real Gnome application.

2. Form controls.

Form controls are the proper name for the little buttons and drop down menus that you see on a page. The standard buttons supplied for anything except windows look like rejects from the Motif tryouts and don’t fit well with any theme. Fortunately using one of these Form widget hacks you should be able to get something looking a bit more like your theme…

For themes with V like arrows on scrollbars like BlueCurve
For themes with wedge like arrows on scrollbars (most themes)

Once you’ve downloaded the files and extracted the contents, you need to move the files from the /res/ directory into your /lib/mozilla-firefox/res/ directory (or whatever it’s called on your system). Restart firefox, and presto you’ll see the new form controls instead of the old chiselled looking ones.

3. Tabs.

The tabs in Firefox have no close button, instead a close-button is shown at the end of the tab bar. This is the correct behavior for KDE, but wrong for Gnome. A nice extension to correct this problem is tabx, which puts close buttons on each tab and eliminates the close button from the end of the tab bar.

The tabs also use a bold font on the focused tab, this is wrong behavior for both Gnome and KDE. It can be corrected by using the tip on this page.

The result

Before…
After…
Last-Modified: 2007-03-07 19:38:50


Funny quotes

Posted by on Tuesday, 7 April, 2009

Funny Quotes

Funny Unix csh/sh commands:
===========================
% cat "food in cans"
cat: can't open food in cans
% nice man woman
No manual entry for woman.
% rm God
rm: God nonexistent
% ar t God
ar: God does not exist
% ar r God
ar: creating God
% "How would you rate Quayle's incompetence?
Unmatched ".
% [Where is Jimmy Hoffa?
Missing ].
% ^How did the sex change operation go?
^ Modifier failed.
% If I had a ( for every $ the Congress spent, what would I have?
Too many ('s.
% make love
Make: Don't know how to make love. Stop.
% sleep with me
bad character
% got a light?
No match.
% man: why did you get a divorce?
man:: Too many arguments.
% !:say, what is saccharine?
Bad substitute.
% %blow
%blow: No such job.
/* not csh but sh */
$ PATH=pretending!/usr/ucb/which sense
no sense in pretending!
$ drink bottle: cannot open
opener: not found
(thanks volker - i got these off your site)

Last-Modified: 2007-03-07 19:38:50