Server Cobra Ubuntu, Servers, Python, and Django

12Feb/122

FreeNAS to Ubuntu: Torrent Server (Transmission)

If you're coming from FreeNAS 7 to Ubuntu, you remember the very handy torrent server that was built in. Well we can exactly replicate that with Transmission's and its WebGUI. A torrent server provides you a great way to download torrents directly to your server. It also allows you to constantly seed torrents, even when your main computers are off. I use this to host copies of OS's (such as Ubuntu!) so other people can download them faster.

18Nov/111

Minecraft 1.0 Ubuntu Installation

The full version of Minecraft 1.0.0 was finally released today! You can just updated your client, or install from scratch here.

13Nov/110

Minecraft 1.9 Release Candidate 2 Ubuntu Installation

Jeb tweeted the links to the Release Candidate 2 client and server today. If you missed them, here they are:

11Nov/110

Minecraft 1.9 Prerelease 6 Ubuntu Installation

Jeb tweeted the links to the 1.9.6 client and server today. The release candidate should be out Sunday, so find those bugs! If you missed them, here they are:

2Nov/116

Installing Minecraft On Ubuntu

Minecraft has become one of the most popular games among geeks. Unlike many games, it runs fantastically (actually better in my case) than on Windows! However, the installation process is a bit more involved. This guide will help you get it installed and running smoothly.

1Nov/118

FreeNAS to Ubuntu: Initial Fileserver Setup with ZFS

Background: I have always loved FreeNAS. It was one of the first servers I ever set up, back in the day in my parent's basement. It was running on a Pentium 3, 933MHz, 256MB of RAM, and about 500GB of storage space. Eventually, it got upgraded to a real piece of server hardware, more drives, etc. When they announced the buyout by iX Systems and the upgrade to version 8 with a complete rewrite, I was skeptical. I've tried their new software, and I wasn't overly impressed. I've been having various issues on v7 as well, mostly related to ZFS and random crashes. v8 is much more enterprise oriented, and dropped the fun bits for home servers, such as torrent server and UPnP, for media streaming. I bought 4 new 2TB drives and an external enclosure, and tried to reinstall FreeNAS to start fresh. No such luck, and after a few hours of crashes on start, I gave up and decided, it's time to go with Ubuntu, like the rest of my house, with ZFS of course.

27Oct/110

Minecraft 1.9 Prerelease 5 Ubuntu Installation

Jeb tweeted the links to the 1.9.5 client and server today. If you missed them, here they are:

14Oct/110

Minecraft 1.9 Prerelease 4 Ubuntu Installation

Jeb tweeted the links to the 1.9.4 client and server yesterday. If you missed them, here they are:

3Jun/110

Supercharge WordPress with Caching on Amazon EC2

In my previous article, I showed you how using nginx and PHP5-fpm could cut down on your memory usage and speed up your site. However, it wasn't fast enough. We are going to make it even faster. To do this, we are going to use multiple types of caching and a CDN (Amazon S3) to make our data closer to our users, among a few other tweaks. This will also shrink all of our code (HTML, CSS, and Javascript), much like the PageSpeed module Google provides for Apache.

14Apr/110

Bullet Proof ProFTPD

Ever needed an FTP server? Need it to be easy to work with? Look no farther than ProFTPD on Ubuntu! Here's how to install it, then secure it. If the tutorial works or doesn't work, please leave a comment at the end, so I can improve my tutorials.