What can I find here?

Rants and thoughts about PC's and Operating Systems, much of it drivel, some of it useful.

Install Dina Programming font

Sunday, November 21, 2010

The Dina Programming Font is a monospace bitmap font, primarily aimed at programmers and looks great in your favorite terminal.  Per the donationcoder.com site, the Dina font is free. You are welcome to use, distribute and modify it however you want, just don't use it for anything illegal or claim that you made it.

It's fairly simple to install this font under Linux as well.

$ su

# mkdir /usr/share/fonts/Dina
# cd /usr/share/fonts/Dina
# unp /path/to/Dina.zip
# dpkg-reconfigure fontconfig-config
 Enable bitmapped fonts
# fc-cache -f -v


Restart any open terminals, change the font to Dina.  Simple enough eh?

DVD Fab HD Decrypter

Wednesday, October 27, 2010

DVD ripping of protected DVD's (i.e. most DVD's in the USA) becomes simple with DVD Fab HDD Decrypter.  To paraphrase the DVDFab site:

DVDFab HD Decrypter is a simple version of DVDFab DVD Copy and DVDFab Blu-ray Copy which can remove all the DVD protections, part of Blu-ray protections, and copy the DVD/Blu-ray to your hard drive.

Thanks to the folks at DVDFab for making HD Decrypter free to use.
Download either the DVDFab*.exe Stable or Beta.
http://www.dvdfab.com/download.htm

Install with wine

wine /path/to/DVDFab8029Beta.exe

You may be prompted to install Gecko for Wine








The DVD Fab installer will start on completion of the Gecko package.

Accept the agreement and click Next


















You may choose not to install a Start Menu folder
Don't install the VSO Burning engine.  You may also opt not to install a Quick Launch icon.


Finish and lauch DVDFab

By default, all options will be installed.   Press delete on each of the Trial User options.
When HD Decrypter is the only option visible, mark the "Do not show again" box and click Start DVDFab












You should now be able to launch DVD Fab from your desktop icon.  If it fails to launch try:wine ~/.wine/drive_c/Program\ Files/DVDFab\ 8/DVDFab.exe*Tips* If DVDFab doesn't see your DVD drive:winecfg> Drives>AutodetectInsert a DVD and make sure it is mounted prior to launching DVD Fab.  Sometimes DVDFab doesn't see the disc if launched prior to mounting.  DVDFab website DVDFab forum  - Yes Linux and Wine questions are OK!

Rotate images from Nautilus context menu

Monday, October 25, 2010

I realize that the nautilus-image-converter plugin provides this same bit of functionality but the way the plugin implemets the rotation didn't really suit my needs. Specifically, there were too many clicks involved for a simple rotation. Instead we'll just use jpegtran to do the rotation.  

Note* jpegtran by default, will only copy some of the Exif data, so we'll pass the -copy all parameter to jpegtran.

Launch the Nautilus Actions Congfig Tool from your Control Panel or comamnd line:
nautilus-actions-config-tool

Action Tab>
Create a New Action
Context label: Rotate Left
Tooltip: Rotate Left
Select your favorite icon


Command tab>
Path: jpegtran
Parameters: -rotate 270 -copy all -outfile %f %f
Working directory: %d

Mimetypes Tab>
Mimetype filter: image/*

Action Tab>
Create a New Action
Context label: Rotate Right
Tooltip: Rotate Right
Select your favorite icon

Command Tab>
Path: jpegtran
Parameters: -rotate 90 -copy all -outfile %f %f
Working directory: %d

Mimetypes>
Mimetype filter: image/*

Now you should have a Rotate Right and Rotate left in your right click context menu.

 

1

live cd (1) remaster (1)

2

live cd (1) remaster (1)

3

live cd (1) remaster (1)