Archives For Linux

I recently upgraded my home server with a HighPoint RocketRAID 2640×1 PCI-Express RAID Controller Card. I had the option of software RAID but I figured that I might as well go hardware since the price really wasnt that bad and in case of a software issue the RAID Array should keep working upon a system reinstall.

Unfortunaly the required module for the card is not built into the kernel or available as a packge for Ubuntu 12.10 so I had to compile it manually to get it working.

Outlined below are the steps that I took to get it working on my system, results may vary but this works great and is using an updated version of module (most other info I found was for version 1.2 this is 1.5)

Continue Reading…

If you are looking to combine MP4 files from the command line here is the easiest solution.  First you need to use the following command to install the program.

Once installed you will be able to run the following command to join the files.

You should now be able to combine MP4 files from the command line, and pretty quick at that.

I was looking for a way to have a progress bar when using the cp command as I move a lot of files over my LAN from my server to my Drobo, and wanted to know the transfer speeds. Since cp doesn’t have an option to show a progress bar I came across this handy modification you can make to your bash profile.

Works quite well and you now have a nice progress bar when copying files via the command line.

I recently setup an 64bit Ubuntu 11.10 install over at 6Sync for some development projects.  While it will probably not end up hosting anything of real importance and will be recycled shortly I figured it would still be a good idea to put a firewall on it to help aid in protecting it from bored script kiddies.
I have used APF many times in the past so that was the logical choice as I knew how to get it setup and running exactly as needed. Ubuntu provides a Continue Reading…