We tell people we use Linux because it’s secure. Or because it’s free, because it’s customizable, because it’s free (the other meaning), because it has excellent community support…
But all of that is just marketing bullshit. We tell that to non-Linuxers because they wouldn’t understand the real reason. And when we say those false reasons enough, we might even start to believe them ourselves.
But deep underneath, the reason remains. We use Linux because it’s fun !!
I can’t agree any lesser.
Since the day i migrated to this brighter face of the planet, ive been spending more fun, 1 on 1 time with my computer in tweaking stuff to my likes. Of course there were the troughs with undesired effects, but recovering from them and bringing about the desired change was a cherished learning experience by itself.
Creative Commons provides free tools that let authors, scientists, artists, and educators easily mark their creative work with the freedoms they want it to carry. You can use CC to change your copyright terms from “All Rights Reserved” to “Some Rights Reserved.”
This could well be called the GPL equivalent for creative thoughts and material. .
The last month was a period of experiments with my computer, starting with the fact that I was running on a ‘going to break’ HDD and the DST short test was failing repeatedly. So before anything, I backed up all my data (which also includes my windows partition) after running openSUSE in recovery mode; and trust me it was quite a breeze, reinforcing my crush on Linux. Later that day I called DELL support and they promptly shipped me a replacement hard drive one working day later, but the OEM OS that id also asked them to ship was going to take a few days longer as the package which includes WinXP, device drivers, sonic, win backup and a few others were flying in from Netherlands. Nevertheless I was happy with their prompt and ‘no questions asked’ service, afterall I guess ive already paid them quite a sum when I took the 3 yr complete care support for my inspiron 6400.
A few months before this day I had installed the vista transformation pack just to see what the hype was all about. Must say, I was impressed by the freshness it gave to the aeging, yet stable XP. So I decided to head to the nearest and dearest electronics shop to get the Vista Home Premium. I like the way it installed, M$soft finaly decided to keep it simple and voila!! I also have my disk management utility inbuilt right into the installer, and without second thought retained 20gigs of free space for Linux. Two weeks passed and I liked the way vista felt, till I realized that I need more memory for what started to seem like a dying computer. I think I can quite easily point the finger at vista that required ~500 MB just to boot and get running. I ‘tried’ installing Halo for vista, and not to my surprise it didn’t quite go on well. You already get the picture, don’t you? Nevertheless 2Gigs of memory is on its way..
A jobless Sunday afternoon, and what more could I do when I find the ubuntu feisty fawn media lying around, 10GB of free space and a geeky mind. No prizes for guessing right, im now happily ubutun’d with a fresh and functional desktop. And here is a trailer of what could be done with Ubuntu and Beryl
Tell me that you still aren’t impresses by just the eye candy, and then here is more from a functionality pov. The ubuntu installation is done with a couple of user inputs that loads off a Live CD making life much easier, then comes the best part, the apt-get application is used to install any application from the command prompt, all u need to know is the name of the application and a simple `apt-get app_name` will look for the application online, download it, resolve dependencies and install the app. Ive got two words, “luvin it”
Next adventure would be tweaking and compiling the G15 drivers to get my Logitech Z10 working, and then Vmware to get virtual servers running. More later …
Malicious code that was recently classified as a worm, surfaced in October 2008 and exploits MS08-067 vulnerability in the Microsoft Windows family Operating System (surprise surprise !!). The worm is known by various names Downup, Downadup, Kido, and the most popular being Conficker. Conflicker has gone through various stages of development that make it h […]
A pinhole camera works on a simple principle where light enters a small hole to produce an image on the film/sensor. This image is usually sharp, but since only a small amount of light is entering the pinhole, longer exposure times would be required. A pinhole can never replace your camera lens, but such a […]
The two main formats for file archiving are tar and cpio. Both a used in tandem with compression utilities like the gzip and bzip. The archive formats were initially used for tape and other sequential access devices for backup purposes, it is now commonly used to collate collections of files into one larger file, for […]
The Linux kernel implements two separate priority ranges. The first is the nice value, a number from –20 to 19 with a default of zero. Larger nice values correspond to a lower priority (you are being nice to the other processes on the system). Processes with a lower nice value (higher priority) run before processes […]
The wordpress wysiwug editor seems to remove the tag from the posts and prevents me from adding line breaks to format posts better. I found this piece of code that can be used to induce a linebreak in the wordpress post. . . Source [ via xarj ] __tipped__
The login program is used when signing onto a system. It can also be used to switch from one user to another at any time (most modern shells have support for this feature built into them, however). If an argument is not given, login prompts for the username. If the user is not root, and […]
Software is probably the fastest thing that undergoes change, and its standardization is an important method for both software development and maintenance. Since its development in 1969, Unix has undergone a lot of changes and has evolved over the years. Here are a few of the efforts towards standardizing Unix. Probably the first step was […]
Communication between the processor and other devices are enabled by an I/O interface, and the Front Side Bus (FSB) is the data transfer bus that carries information between the CPU and the Northbridge (memory controller hub) of the Motherboard. The I/O interface must have atleast the following features Have necessary logic to interpret the device […]
Certain characters are processed by the shell, and can be escaped (\) to tell the shell to interpret that literally. Of note are the characters '$', '`', '\', and '"' echo "Hello Word" #output: Hello Word echo "\"Hello World\"" #output: "Hello World" With certai […]
In completing a task the computer splits each instruction into a series of independent steps. The computer that driven by a clock will process an instruction at a time and proceed to the next one in the instruction pipeline when the next clock signal arrives. So naturally, faster the clock speed, the instructions waiting in […]