Spectralcat's Blog

May 23, 2010

Firestarter Blocking Discovery of Network Printer

Filed under: Uncategorized — spectralcat @ 12:50 pm

I recently bought a new HP Officejet 6500 printer, and although the printer is well supported under Linux by hplip, I’ve run into problems setting it up on my network.  The difficulty is that Firestarter prevents the printer from being found by my computer.  If I turn Firestarter off, the hplip setup program is easily able to locate the printer, but re-enabling firestarter again blocks the printer.  This isn’t simply a matter of enabling the printer’s ports in Firestarter (though one also needs to do that).  Rather, the underlying problem is explained in more detail here and here.

In any case, here is how to fix the problem:

1) Edit (or if necessary create) the file at /etc/firestarter/user-pre
sudo gedit /etc/firestarter/user-pre

2) Insert into this file the following two lines:
$IPT -A INPUT -p udp –dport 5353 -d 224.0.0.251 -j ACCEPT
$IPT -A OUTPUT -p udp –dport 5353 -d 224.0.0.251 -j ACCEPT

3) Save the file, exit the program and restart Firestarter.  In Firestarter, enable the required printer ports if you haven’t yet.  You should now be able to access your printer with Firestarter running.

September 9, 2009

How to Export E-mails from Kmail to Evolution

Filed under: Uncategorized — Tags: , , , — spectralcat @ 11:48 am

So I have all of my old sent emails saved to the local Sent directory in Kmail, but I now want to use Evolution as my default e-mail program.  Unfortunately, because Kmail does not have an Export feature, it’s not obvious how to do this.  Here’s how to import e-mails from Kmail to Evolution. (more…)

August 27, 2009

Renaming Files in Bulk

Filed under: Uncategorized — spectralcat @ 4:52 am

So I have a stupid camera that names all of the pictures on it with an extension that is all capital letters (i.e. .JPG). Unfortunately, Word Press looks for pictures that end in .jpg (lower-case) and since GNU/Linux is case-sensitive, Word Press cannot see the photos downloaded from the camera unless I rename the photos. (more…)

August 21, 2009

Making Perfect Copies of CDs in GNU/Linux with EAC

Filed under: Uncategorized — Tags: , , , , , , , , — spectralcat @ 7:17 am

There are three good programs for making flawless copies of CDs: Exact Audio Copy (Windows and Linux), Ruby Ripper (Linux and Mac), and X Lossless Decoder (Mac). You really shouldn’t be copying CDs without using one of these programs as you’re likely to get lots of skips. (more…)

Turning DVDs into AVI Files the Easy Way: Acid Rip

Filed under: Uncategorized — Tags: , , , , , — spectralcat @ 6:28 am

One of the easiest way to create AVI files in GNU/Linux is to use Acid Rip.  Unfortunately, Acid Rip does not seem to scale .avi files properly.  Getting a quality .avi file at a low bitrate often requires one to scale the frame size of the movie down.  The resulting frame size should be multiples of 16.  Acid Rip does not keep the resulting frame size multiples of 16; therefore I would advise against using it if you’re concerned about creating the best quality AVI files.  If just want an easy way to create .avi files, may still be useful. (more…)

Turning DVDs into AVI Files the Hard Way: Mencoder

Filed under: Uncategorized — Tags: , , , , , , — spectralcat @ 6:03 am

There are lots of GNU/Linux programs for turning DVDs into AVI files.  The two most popular ones are Acidrip (a frontend for mencoder) and DVD:Rip (a frontend for transcode).  I’ve run into problems using both of these programs, though.  I’ve found that the more reliable way to create .avi files is to use mencoder directly. Below I’ve provided a series of mencoder commands that you can copy and paste into the command Terminal. (more…)

August 17, 2009

How to Copy DVDs in Ubuntu GNU/Linux

Filed under: Uncategorized — Tags: , , , , , — spectralcat @ 5:35 am

Here is how to copy DVDs in Ubuntu. This process ignores the DVD’s region coding and copy protection, but it requires you to install libdvdcss. Installing libdvdcss may be illegal in your country. (more…)

August 9, 2009

How to Run Microsoft Office 2007 on Linux using Wine

Filed under: Uncategorized — Tags: , , , — spectralcat @ 6:42 am

I prefer to use Open Office as I find that it does almost everything that I want to do better than Microsoft Office. (And really, using Microsoft Office is unethical as it pressures other people to use it for compatibility reasons.) Nevertheless, I occasionally need to use Microsoft Office. (more…)

The English Major’s Guide to Building a Quiet, and Powerful, GNU/Linux Desktop Computer: Part III

Filed under: Uncategorized — Tags: , , , , — spectralcat @ 3:06 am

In this post, I assemble the computer parts that I purchased in the last post. (more…)

August 8, 2009

The English Major’s Guide to Building a Quiet, and Powerful, GNU/Linux Desktop Computer: Part II

Filed under: Uncategorized — Tags: , , , , — spectralcat @ 2:17 am

The hardest part of building a computer is selecting the right parts (and getting a good deal on them). In the following post, I recommend some parts and provide links to the ones I recently installed in my girlfriend’s computer. Take your time and read the specs on the parts you select (especially the motherboard, CPU, and RAM) to make sure they will work together. Try to find credible reviews of each piece and do not believe manufacturers who claim that their parts are “quiet.” They lie. (more…)

Older Posts »

Theme: Shocking Blue Green. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.