Slide Shows uploaded and ready to roll
One of the things I wanted to do when I set this site up was provide some of the content I have put together over the last couple of years. As an active member (and now President) of the Washtenaw Linux Users Group, I have done various presentations for our monthly meetings. I have also done presentations at our local Penguicon convention. And I thought I wanted to make them available to anyone who can use them (like all of this site, these presentations are covered by a Creative Commons Attribution, Non-Commercial, Share Alike license). [BTW, if you can figure out a way to make money from this, let me know, we can work out a deal. I am not opposed to making money, I just want my cut.
Well, simply uploading the presentations and putting a link to them is pretty simple, and I knew how to do that. But I thought there should be a better way. After all, I see slide shows run on other web sites, so it knew it was doable. and after overcoming an obstacle or two, I have them up on my site as well. Here is how I did it.
First, I set up an account at Slideshare. This is kind of like YouTube, only for presentations. I liked that they supported OpenOffice.org as well as Microsoft Office, so they got points from me for that. The account is free, and like YouTube you can upload your presentations free of charge. So far so good. Then I discovered something even better, that you can embed the slide shows in WordPress, which is what I use for this site.
So, I installed a plugin for WordPress, called SlideShare, by Joost de Valk. With this I could drop the embed code on any page and have it run. then I created a page, went to SlideShare, and got the code. This part is easy, just open the presentation you want, click the WordPress code underneath presentation, and copy it onto your page. Save the page with the code, and you are good to go.
Well, almost. The first thing I discovered is that SlideShare actually takes your presentation and converts it to a Flash video. Which for me means I cannot watch it on my Kubuntu box right now, since I cannot seem to get any usable Flash stuff working in my browser. I had to open a browser in Windows to see how it worked. I hate when that happens.
NAS, Raid, and Unraid
These days many of us have home networks with multiple computers with growing collections of media files. And with that comes the idea of adding storage. Of course, you can add larger hard drives to your computers, but there are advantages to having Network-Attached Storage (NAS). One advantage is that it lets you make use of a computer that might otherwise be too underpowered for desktop use. Storing and serving files is not computationally intensive, and you can often do quite well with a computer that has a Pentium3 processor and 512MB of RAM. Another advantage is that you can configure this to stream files without interference from your other computing tasks.
One option is to use FreeNAS, a specialized OS installation based on FreeBSD. This is not too difficult to install, and comes with a lot of features. Because it is expressly designed as a storage server, it comes with support for Samba, FTP, NFS, RSYNC (for backups), software Raid (0,1,5), and disk encryption.
Another option, which trades money for time and effort, is to buy an NAS box. There are many of these on the market, and recently Maximum PC Magazine did a review of some of the better ones. Most of these options, like the FreeNAS solution, make use of something called RAID, which stands for Redundant Array of Inexpensive Disks. The idea of RAID is to built in some redundancy by making one drive a parity drive. The idea is that you can have at least three drives (you could have more), and one of those drives is devoted to keeping parity information. Suppose you have a drive keeping even parity information. On Drive 1, you have a 1 in the first position, on Drive 2 you also have a 1 in the first position. If you add those up, it becomes a zero, and that is what you would store in the first position of the parity drive. It might look like this:
| Position | Position 1 | Position 2 | Position 3 | Position 4 |
| Drive 1 | 0 | 1 | 0 | 1 |
| Drive 2 | 1 | 0 | 0 | 1 |
| Even Parity Drive | 1 | 1 | 0 | 0 |
Now, RAID with Parity has the advantage of letting you replace any one drive without losing your data. For example, if Drive 2 were to stop working all of a sudden, you could reconstruct the contents of that drive by looking at the remaining drives. You could look at Drive 1 and see a 0 in the first position, look at the parity drive and see a 1 in the first position, and the only way that could happen is if Drive 2 had a 1 in the first position. So you can put in new disk and rebuild Drive 2 from the information you have.
There are a couple of things that are not so good about this, though. The first is that while you have some protection with RAID, it is not supposed to be a backup solution, and you should never use it in place of backup. If two or more drives go out, you have lost all of your data, and there are lots of ways that can happen (fire, flood, lightning strike, theft, etc.). The other thing that limits RAID is that the capacity of the system is defined by the smallest drive you have. If you had a 500GB drive, a 400GB drive, and a 100GB drive in a RAID array, each drive can only contribute 100GB to the array. So one drive is used for parity, the other two for data, and you can store 200GB of data in an array that had 5 times that in available storage.
One company found a way around that. Data Robotics, Inc. created a device called the Drobo, which lets you use drives of various capacities without wasting all of that space. They must be moving parity data around on various drives in some way to do this, but I don’t know the details. I suspect they are proprietary in any case. (See what they say here.) I can say that everyone who has one loves it, as far as I can tell. But it is pricey. A four-bay chassis, with no drives installed, is at least $400.
But there is another solution. A company called Lime Tech has created a product called Unraid, that does many of the same things Drobo does, but as a software-only solution. A Basic package, which supports up to three drives, is free. Basic Plus supports up to 6 drives for $69, and Basic Pro supports up to 16 drives for $119. You provide the hardware, including drives. So this is not a free solution, but in many respects cheaper than Drobo, so it may be the right solution for you. You can see a video of an installation at Category 5 TV.
Freedom and Responsibility
Linux is an example of what is called Free and Open Source Software (FOSS), but the word free may require just a little unpacking to get at what is meant here. Free can mean “does not require the payment of money”, and to Linux users this is often stated as “Free as in beer.” This can lead to the obvious question “Where do you get beer for free, anyway? I always have to pay for it at the store.” Still, the intent here is clear enough, we are defining “free” in economic terms. Well, that may be good in some ways, but it ought to lead you to wonder where all of this free software is coming from. In my e-mail sig I have the acronym “TANSTAAFL”, which stands for There Ain’t No Such Thing As A Free Lunch. (An aside: When I was in graduate school in the economics department of the University of Michigan, the grad students put out their own department newsletter and called it “The Free Lunch.” I think the idea was that we could plausibly deny that it existed.) I got this acronym for Robert A. Heinlein, who used it in his book The Moon Is A Harsh Mistress, but I suspect he got it from somewhere else.
The other meaning of free is “free from restrictions”, and in the Linux community this is condensed as “Free as in speech.” In the more advanced democracies, at least, there is some legal protection for people who wish to express their own ideas, even if those ideas are critical of the government or unpopular. This is not just free, but it is freedom. In terms of the software world, this is best summed up by the Free Software Foundation’s definition of Free Software:
* The freedom to run the program, for any purpose (freedom 0).
* The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.
* The freedom to redistribute copies so you can help your neighbor (freedom 2).
* The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
Now the thing that you may notice here is that this definition does not in any way suppose that the software needs to be free of charge. The FSF definition is completely compatible with charging money, though it removes some of the ways that companies might enforce the payment of money. The point is that FSF concern here is not economic, it is about the freedom of the individual software user to use the software in any way they wish. By this definition any software that comes with an End-User License Agreement (EULA) is not free. EULA’s exist expressly to place limitations on what you can do with your software.
I think this distinction is important in several ways. First of all, the people who write software do have to eat, they do have to pay their bills, and so on. We should never kid ourselves about this, and we do have a responsibility to support the people who write the software we depend on. Back when I first got into computers, I made it a point to pay for shareware if I ended up using it. In the FOSS world, software is offered free of charge, but many software authors do have a PayPal button for donations. Last year I hit that button for PortableApps, and got an e-mail in reply from the author which made me think that it is rare for people to make a donation. That is just wrong. If you use the software (and PortableApps is software you should be using if you want to run anything from a USB thumb drive), you should support it. Just recently I signed up to “Adopt a line of code” in Miro, the open-source video app. I use this app daily, so I have a responsibility to support it. Now there are always going to be some people who just cannot spare the money, and I don’t think anyone should stop feeding their children to pay for software, but many of us can hit the PayPal button for $5 or $10 without having our homes repossessed, and we should do so any time it is software that we will be using regularly.
With Linux distros, the situation is a little different. Most of them do not expect to get your money nor do they ask for it. I can download Ubuntu, OpenSUSE, Fedora, Debian, Mint, etc. and never see a PayPal button. That does not mean I have no responsibility to support the distro, it only means that the way I support the distro is a little different. When you are talking about a Linux distro, you should mentally replace the word “free” with the words “Community supported.” And when we use the word community, we mean you. If you are using the software, you are part of the community. There is a saying in the United States that “Freedom is never free,” and it applies in a slightly different way to Free Software. If we do not participate in the production of free software, that quantity and quality of that software will diminish over time, until we are at the mercy of EULAs for everything we do.
Most of us cannot participate by writing code (though there are never enough coders, so if you can code, by all means offer your services), so I am addressing this primarily to person is just using FOSS but has never gone beyond downloading some software and using it. Every project I know of, from major Linux distros to small utility applications, needs lots of different contributions that call upon a wide range of skills. These can include marketing, public relations and publicity, graphic design, writing documentation, managing forums, and so on. The list can get quite large really. Maybe you can help in one of these areas, and if so, they would be glad to have you. But you may think “Gosh, I don’t have any of those skills. I don’t think there is any way I can contribute.” And you would be wrong.
The one thing every FOSS user can do, and should do, is to submit bug reports. Anyone who uses software will eventually have it go pear-shaped on them, and when that happens you can file a bug report. Maybe you have a software configuration that is unusual, or combination of hardware that no one looked at before, or maybe you just did something that no one else ever thought to do. Whatever the cause, you just discovered a bug. You might even be the first to discover it, or maybe you will be added to other users and help the developers find the common factor that leads to patching the bug. The key point here is that bugs never get patched unless they are reported, and the more reports the developers get, the easier it is for them to find the solution and fix the bug.
I feel strongly about this, so my New Year’s resolution is to devote some of my time and space here to writing how-tos and promoting bug reporting. I may have more information about Ubuntu, since that is the ecosystem I live in, but I will try to get some material on other distros as well. And if anyone reading this has information about bug reporting in other distros (on in Ubuntu, I may have missed something

