The Big Box of Art on Linux
I recently visited a garage sale and purchased an old clip art/stock image collection from "Hemera" called The Big Box of Art. While the (windows) software itself provides an index and a browser, I was only interested in using the images and none of the software. Unfortunately, the image files were in a passel of zip files and included two formats I was not sure how to handle; Windows Metafile (*.wmf) and "HPI" files.
- Read more about The Big Box of Art on Linux
- Log in or register to post comments
How to make a Roadsign Font
If you want a road sign font, you can pay $800 (for the full set) or you can make your own. You also have several other options like Blue Highway or the roadgeek fonts, although the latter is often criticized for being poorly put together (badly authored.) The creator of that set simply traced the existing fonts. I have no idea why, because you can download the "Manual on Uniform Traffic Control Devices" which contains all the outlines.
- Read more about How to make a Roadsign Font
- Log in or register to post comments
How to copy files between Unix systems
Sun co-founder John Gage, who coined the phrase "The Network is the Computer" which later became a Sun slogan, is today entirely correct. Oh sure, he's not semantically correct, but he's basically correct in that the true power of the computer is not realized until it is connected to something. MP3 players are little computers that are networked to your computer long enough to load music on to them, for example. One useful and basic thing we can do to cause computers to participate with one another is to copy files between them. Sometimes it's most effective to just do this with a disk, but if they are connected to a network, it's usually easiest to copy the files that way, if not fastest.
- Read more about How to copy files between Unix systems
- Log in or register to post comments
Recovering damaged CDs or DVDs with Linux
On Windows there are a slew of file recovery tools which will peer intently at an optical disc, retrying until they recover every possible file. The leading tool is probably Isobuster, but there are dozens of candidates for the title. There are few automated (or even user-friendly) data recovery tools on Linux or UNIX(tm) platforms, but common tools which are often even included with the core system or which are installable through the official package system are often sufficient for performing this critical task.
- Read more about Recovering damaged CDs or DVDs with Linux
- 4 comments
- Log in or register to post comments
16k kernel stacks on Ubuntu Feisty
My Compaq nw9440 laptop has a Conexant HSF soft modem. To make a long story short, the only way to get it to work on Linux (that I know of, anyway) is to use the commercial Linuxant drivers. Conexant paid them to sell drivers, and they're twenty bucks. It's not a bad deal compared to 3com, which does not and may never have Linux support for Winmodems (especially older ones.)
- Read more about 16k kernel stacks on Ubuntu Feisty
- Log in or register to post comments
HOWTO: Restore Steam game backups on Linux/Wine
UPDATE 200802120955 PST: On my system (Ubuntu gutsy, wine-0.9.47) this seems to be working. I will leave this page up for posterity. --drink
Since about 0.9.13 or so Wine has been capable of running Steam and its attendant games, which includes items like Half-Life 2. However, steam backups don't seem to want to work properly.
- Read more about HOWTO: Restore Steam game backups on Linux/Wine
- Log in or register to post comments
HOWTO: Patch FS1Port 3.0.3 to 3.0.4 on Linux (with Wine)
If you play Freespace 2 Open with the Freespace 1 Port, and you have version 3.0.3 and want to convert to 3.0.4, you are supposed to run a batch file to run bspatch and make the new VP file. You can do this on Linux if you have Wine (I imagine more or less any version would work, but I don't know) installed, with the following shell script.
Exploring KVM management
Currently there are two primary management interfaces for KVM; neither is official to the project. RedHat is using their own Python-based Virtual Machine Manager while there is also a Gnome KVM Manager (GKVM) which is written in C.
- Read more about Exploring KVM management
- Log in or register to post comments
Epson Perfection 3170 Photo Scanner (aka GT-9400) on Ubuntu Feisty
This is a fairly niche application, but at my place of employment I have an Epson Perfection 3170 Photo Scanner. I'm not even using the photo (negative/slide) scanning capabilities, I'm just using it as an ordinary scanner. It is however very fast and unprecedentedly quiet. I wanted to use this scanner under Linux (Epson provides Windows 95+ drivers and MacOS 9+ drivers, but no Linux drivers) sometimes, and on the Mac sometimes.