The end is...today (for now)
It has been a wonderful journey with this server. I have been able to be liberated and have my very own server. I am limited only in the space and hardware constraints of the machine. I can have SQL databases, php, and whatever else I wish to support. I have been able to have my own blog, fully customizable in the way that no other is. I have provided space for my friends; Andrew Laine used it to the fullest. That’s why I’m so sad to have to shut it down. But don’t worry! It’s just temporary! I plan to have it back up as soon as I can when I get back to my parent’s house. Then it will run until I move to my job location. After that it should be running for another long period of time.
Bash Shell Scripting
One of the best things about Linux is the ability to write shell scripts. These are most often used as utility programs to do repetitive tasks for you. I just wrote my first one on Sunday and here it is followed by commentary.
#!/bin/bash echo "starting xchat..." xchat& echo "starting Gaim..." gaim& echo "starting Thunderbird..." thunderbird& echo "starting Gkrellm (docked)..." gkrellm -w& echo "starting 2 instances of Eterm (transparent, no buttonbar, no scrollbar)" Eterm -x --scrollbar=0 --buttonbar=0 --trans& Eterm -x --scrollbar=0 --buttonbar=0 --trans&
Panoramas!
Two panoramas I’m really proud of. They’re being hosted on flickr and you can click on them to go to the photo’s page.
My Fluxbox desktop on Fedora Core 3 Part 3
Here I have decided to run the “top” command in the top transparent Eterm window. This is a great command to have running on the desktop. Basically it’s equivalent to hitting control-alt-delete in Windows and then clicking on “processes”. It tells you what you are running on your system, how much RAM/CPU cycles it’s taking up, and a bunch of other information. It dynamically updates so as you run programs you can see what’s holding up the computer. It doesn’t normally have that line running down the middle. That’s a consequence of some glitch when I was taking the screenshot.
official end date
This server will go down this Wednesday. It will be down at least until Tuesday while I move out of my university apartment.
The end is near ... really, this time
While it turns out that the place I’m living at never went with wireless, thus allowing me to keep the server running, I know for sure that we will be shutting down soon. There is always one problem with running your own server at home - when you move there’s no way to keep it on and connected. I’ll be leaving this place in about two weeks. After that I’m not sure how long it will be before the server is operational again. Ideally, it would be the following week. Since I’m also getting married soon, the timeline might be a little different. So if you try to come by two weeks from now and the site isn’t here - don’t worry, it’ll be back really soon.
My Fluxbox desktop on Fedora Core 3 Part 2
Finally I have figured out something else I have wanted to do for MONTHS! If you look on the top-right corner you will see what looks like an embedded terminal in my desktop. The biggest reason why I’ve wanted to do this is simply because it looks really neat to have a terminal “built into” the desktop. I haven’t even gotten to the best part yet, the way people use them to run a logger in the background or other neat utilities. Besides looking really neat, it allows you to enjoy your background while using the terminal instead of covering it up. I mean, what’s the point of going through all the trouble of having such a great background when you can’t even see it? If you are into computers you are now nodding in agreement. So, how did I do this?
My Fluxbox desktop on Fedora Core 3
I wanted to share my Fluxbox desktop on my main Linux computer both for the geeky motive of showing off my desktop like jocks show off their cars and also to help others achieve the same configurations that I have. Fluxbox, like Blackbox and other *box window managers, are very, very customizable.
Here is the screenshot of my desktop, which you can see in full resolution by clicking it.
First of all, on the left-hand side of the screen you can see my system monitor, gkrellm. If you’ve spent any amount of time checking out screenshots of others’ desktops you’ve definitely seen this system monitor, especially on a non- KDE or Gnome screenshot. I was actually trying to figure out what this program was for months before finally stumbling upon the answer. It is highly customizable both in what it shows and what the colour scheme is. Currently I have it showing my CPU usage, user/program usage, internet traffic, and a few other small things. The best and easiest way to get get gkrellm if you are a Fedora user is to install it from the freshrpms repository via apt or yum. Freshrpms also contains themes and plugins for gkrellm.
Whatever you do, don't dumb down Linux...
As we saw in yesterday’s post, one of the things the author of the article suggested was that Linux needed to get simpler in order to gain a wider audience. But I say, hell no! Do not dumb down Linux! One of the most powerful things about Linux is that we still have access to the raw commands and configurations that allow each person’s computer to be infinitely different from the next. Already part of this process has taken place with a right-click in KDE (at least in FC3) not even having an option for opening a terminal. Look at Microsoft, it’s such a pain to use DOS now and, although some don’t like it, text commands hold a much greater amount of power and complexity than an icon can.
25 Years after MS-DOS....
Another reason why Linux will take over the world.
25 Years After DOS: Lessons Learned for Linux by Walter V. Koenning for the Reallylinux.com OPINION/EDITORIAL section.
NOTICE: Our other recent OP/ED postings include: Microsoft’s Approach May Isolate U.S. Permanently Open Source VS Windows: Reality of a Better Paradigm
Microsoft Corporation is preparing a gallant pageant to celebrate 25 years of what should at the very least be considered remarkable marketing. But what can the Linux world learn from Microsoft’s past 25 years of unique experiences and domination? I think we can uncover a lot simply going back to that first fateful year when Microsoft released PC-DOS for IBM PCs (as a joint venture with IBM).