Follow this blog:
RSS
Email Alert

DIY IT Guy

DIY: Burn multiple CDs at a time on the cheap

Takeaway: Jack Wallen answers the request for directions on how to burn multiple CDs at a time on the cheap.

I have been surprised at how often I have received this request, since the inception of the DIY blog. The primary requester of this topic has been those special IT workers that help keep community churches chugging along. Many of these churches have a special need that requires them to distribute copies of sermons. Because of this, those who are in charge of this task find themselves at a loss for what software can handle the task that won’t require any cost.

So, naturally, when “no cost” is required we turn to free, open source software (FOSS). I will preface this by saying if you are working in the Windows environment you can always use NERO which will burn multiple disks at a time. This solution will require the purchase of NERO which will set you back around $129.00 (they offer a $30.00 mail-in rebate of course). You will naturally have to have a working machine with a fully licensed Windows operating system. That setup should work just fine. But…let’s get cheap and use Ubuntu Linux for this service.

What you will need

  • PC with working copy of latest release of Ubuntu.
  • CD/DVD Burners (either external USB burners or S-ATA burners).
  • Turbojet2.

What is Turbojet2? Interestingly enough, Turbojet2 (originally just Turbojet) was created by a gentleman in the exact same situation as the readers emailing me for this request. The developer needed to duplicate sermon CDs and the proprietary options were simply too costly.  So Turbojet was created.

Installation

The installation of Turbojet2 is not the easiest piece of software you will ever get installed. First off, you have to install all of the dependencies:

Qt4

cdrecord (wodim)

cdrdao

growisofs

mpg123

ogg123

You will also need to install a few tools in order to run the compilation of Turbojet2. Here are the steps to install the tools:

  1. Open a terminal window.
  2. Issue the command sudo apt-get install libxtst-dev build-essential libqt4-dev qt4-qmake.
  3. Type your sudo password when prompted.
  4. Let the installation complete.

Now that you have the tools installed, let’s install the dependencies. NOTE: If you already have the dependencies installed, you can skip this step.

In the same terminal window, issue the command sudo apt-get install libxtst-dev build-essential libqt4-dev qt4-qmake.

That’s it for the dependencies. Now, time to download and install Turbojet2. Now, because the tar files are outdated, let’s download the latest from CVS. To do this you will need to first install CVS like so:

  1. Open a terminal window.
  2. Issue the command sudo apt-get install cvs.
  3. Type your sudo password and hit Enter.
  4. Allow the installation to complete.

Now, check out the source with the command cvs -z3 -d:pserver:anonymous@turbojet.cvs.sourceforge.net:/cvsroot/turbojet co -P turbojet2.  That will create a new directory (from the directory you ran the command) called turbojet2. It is time to install. Follow these steps:

  1. Open up a terminal window.
  2. Change into the directory turbojet2 that was created by CVS.
  3. Issue the command sudo qmake-qt4 turbojet2.pro.
  4. Issue the command sudo make.
  5. Issue the command sudo cp bin/turbojet2 /usr/bin.

That’s it! Turbojet2 is now installed. You will not, however, find a launcher for Turbojet2 in any of the menus. In order to use Turbojet2 follow these steps:

  1. Hit Alt-F2
  2. In the run dialog type turbojet2 and press RUN.

When Turbojet2 opens you will see a fairly straightforward (if not a bit spartan) GUI (see Figure A).

Figure A

Although the GUI is not fancy, it makes using the software simple.

You have now concluded the challenging portion of Turbojet2. The rest is just a matter of working with the GUI - which is as simple as they come.

Final thoughts

Not a perfect solution, but when you’re dealing with DIY the perfect solution is the one you get working. When you or your organization is on a restricted (or zero) budget, the creative solutions are almost always the only ones that will work. I hope you are able to make Turbojet2 work for you. It’s worked for plenty of other, similar, organizations so you should enjoy the same results.

Get IT Tips, news, and reviews delivered directly to your inbox by subscribing to TechRepublic’s free newsletters.

Jack Wallen

About Jack Wallen

A writer for over 12 years, Jack's primary focus is on the Linux operating system and its effects on the open source and non-open source communities.

Jack Wallen

Jack Wallen

Jack Wallen is an award-winning writer for Techrepublic and Linux.com. As an avid promoter/user of the Linux OS, Jack tries to convert as many users to open source as possible. His current favorite flavor of Linux is Bodhi Linux (a melding of Ubuntu and Enlightenment).

When Jack isn't writing about Linux he is hard at work on his other writing career -- writing about zombies, various killers, super heroes, and just about everything else he can manipulate between the folds of reality. You can find Jack's books on Amazon, Barnes & Noble, and Smashwords.

Outnumbered in his house one male to two females and three humans to six felines, Jack maintains his sanity by riding his mountain bike and working on his next books. For more news about Jack Wallen, visit his website Get Jack'd.

8
Comments

Join the conversation!

Follow via:
RSS
Email Alert