New Indian Motorcycle Models Announced
by Ken on Jul.10, 2009, under Motorcycles

New Indian Motorcycle Models Announced
July 8, 2009
Source: USRN
http://www.usridernews.com/absolutenm/templates/News.asp?articleid=860
Indian Motorcycle revealed two additional models— The Dark Horse and Bomber—to an excited dealer network. Fifteen Indian Motorcycle dealerships are open worldwide and representatives from each location were on hand for the first official dealership meeting June 22-24th.
Inspired by WWII aircraft, the Bomber is a limited edition Chief model and will only be available for one year. The Bomber is available in Military Green and Silver Smoke finishes. The pin-up girl tank artwork is inspired by the Bomber nose art of that era. The leather used on the seat and saddlebags are reminiscent of the feel and color of an old bomber jacket. The price of the Bomber is $30,999.
The Chief Dark Horse is a dark, sinister, mechanical looking motorcycle with a smoke “matte†finish and is available in Thunder Black, Indian Red and Deep Water Blue. The colored headdress on the tank is a new twist on the colored versions of the past. The dark components on the bike including the blacked out headlight, tappet blocks, suspension, engine components, exhaust system, and hand controls make the remaining chrome components stand out. The Dark Horse is priced at $27,999.
The new Classic is the entry level Chief and is the only Chief model available with short fenders. It features the Indian script tank logo and is available in standard Indian Red or Thunder Black. Optional colors are also available in Dark Water Blue or Starlight Silver. The price starts at $25,999.
All Chiefs feature a 105 cubic inch PowerPlus V-Twin powertrain with electronic closed loop sequential port fuel injection. Engine cylinders are Nikasil plated and the stainless steel exhaust system is an integrated 3-way catalytic converter with heated oxygen sensors.
A six-speed Baker transmission delivers power through the belt drive. Stopping is achieved via Brembo 4-piston calipers, with 11.5†dual rotors up front. Standard 5.5-gallon tank helps extend cruising range. Seats are all-leather and built to exacting specifications.
“We’re very excited about the new Indian models which bring a more distinct range to the Chief line,†said Chris Bernauer, General Manager. “Releasing new, superior product is a legacy that we are happy to continue.â€
Assembly takes place in Kings Mountain, NC with an incessant emphasis on quality and craftsmanship. For more information on Indian Motorcycles, dealerships, apparel, and accessories visit
How To Convert Any Video File Format Under Linux
by Ken on May.20, 2009, under General
This video tutorial will explain how to losslessly convert any video file format, including quicktime .mov, flash .flv files, open source .ogv, .mp4, .wmv, .asf and more. I show you how to install ffmpeg, check the formats and codecs available to you, convert a file to a new format (windows media and .asf in this example) without any loss in quality during the decoding and encoding process, and create and run a script file that will enable you to run a batch conversion on any number of files at the same time.
Anyone who has tried to convert multimedia files in Windows knows how challenging it can be. There are a ton of different programs out there to do it, but most of them either leave a watermark in your video, lower the resolution of your video, or both, unless you pay hundreds of dollars. ffmpeg can do this for you quickly, conveniently, and completely free – and can even be used in Windows! This video was created for Ubuntu, but will work for most Linux distributions, and the code you learn here to convert a file can be applied to the Windows version as well, though Windows’ scripting language is different so you will need to adjust the batch conversion script.
Single File Conversion:
sudo apt-get install ffmpeg
ffmpeg -formats (lists all available formats based on the currently installed codecs, to be used with -vcodec, -acodec, and -f)
ffmpeg -i inputfilename.ext -vcodec wmv2 -sameq -acodec wmav2 -f asf outfile.asf
ffmpeg - start ffmpeg
(-i inputfilename.ext - tells ffmpeg the file name and extension from which to convert)
(-vcodec wmv2 - use video codec wmv2)
(-sameq - use same video quality as source file)
(-acodec wmav2 - use audio codec wmav2)
(-f asf - choose output format, sometimes known as a container, in this case asf)
Bonus Batch Conversion:
sudo touch convert.sh (here we use touch to create a blank file, not always necessary to do that rather than through a text editor but it is safer with permissions and such)
gksu gedit convert.sh (this is only available for gnome desktops, i.e. ubuntu and the like, so you can tell people to use whatever text editor they like)
sudo chmod 0777 convert.sh (like last time, chmod changes file or directory permissions, in this case giving access to everyone to read, write, execute the script)
./convert.sh (runs the script convert.sh on files in the /Videos directory)
ls (ls -l lists all files and directories plus permissions)
Script:
for f in *.MOV; do ffmpeg -i “$f†-vcodec wmv2 -sameq -acodec wmav2 “${f%.MOV}.asfâ€; done
Top 50 Linux Alternatives to Popular Apps
by Ken on Mar.10, 2009, under Linux, O.S.S., Tech
http://laptoplogic.com/resources/top-50-linux-alternatives-to-popular-apps
Top 50 Linux Alternatives to Popular Apps
January 23, 2009 at 06:01:25 AM, by Blair Mathis Rating: 4 out of 5
Linux is quickly gaining popularity, but there are still many users afraid to convert as they are not familiar with the applications. Today our Linux guru Blair Mathis is back to introduce fifty of the most popular applications on this OS
ANIMATION SOFTWARE
Blender 3D: Blender 3D is a high-quality, robust animation program with a steep learning curve and the ability to create commercial-quality 3D animations. The software is completely free, with extensive documentation available online for free.
Pencil (2D): Pencil is a free 2D animation program intended to make traditional hand-drawn animations possible. Animations are drawn on individual ‘pages’, and then compiled together in a digital flipbook of sorts.
KPovModeler: KPovModeler is a composition/modeling program for making POV-Ray scenes: an excellent addition to Blender 3D, and intended KDE.
Stopmotion: Stopmotion is a program that allows you to capture and/or combine photos together to create a smooth stopmotion animation video. Not only works well for claymation and similar, but can also be used to create timelapse videos.
Synfig (2D): Synfig is a free 2D animation software package that states “two-dimensional animation has long been the domain of proprietary software…Synfig, a free software/open source tool for producing feature-film quality animation with fewer people and resources.”
Anime Studio 5 (2D)($199.99): Anime Studio 5 is a powerful commercial application for creating 2D animations with the ability to import/export OBJ files, special effects scripting, layered animation, vector animation, and advanced timeline controls.
AUDIO SOFTWARE
Audio CD Extractor (ripper): Available through Add/Remove Applications, Audio CD Extractor (previously known as Sound Juicer) is an easy to use CD ripper, intended to make copying music CDs fast, simple, and straight-forward.
Audacity (recorder): Audacity is an excellent, free digital audio recorder/editor for nearly all audio types. It can record multiple channels, split channels, merge audio, and a wide array of other features. Supports recording from both line-in and sound card.
Sound Converter: This is an application for GNOME that accepts a wide array of different audio formats and converts them to mp3, wav, flac, or ogg.
Last Exit (player): Last Exit is a standalone player for Last.fm that allows you to add specific stations, search for stations, choose a neighbors station, or browse. You can set preferences, password protect it, and save changes.
Hipo iPod Management Tool: If you have an Apple iPod, the Hipo iPod Management Tool is an invaluable program that allows users to manage their device.
Utube-Ripper: Have you every come across a video on YouTube you wanted to save to your hard drive? With Utube Ripper, you can download and save either the entire video, or the audio only. Very sleek and easy to use.
Freqtweak: According to Add/Remove Applications, “FreqTweak is a tool for real time audio spectral manipulation and display. It provides several algorithms for processing audio data in the frequency domain and a highly interactive GUI to manipulate the associated filters for each. It also provides high resolution spectral displays.â€
VIDEO SOFTWARE
VLC: VLC is arguably the most popular video player on any operating system. It supports nearly every video type available, offers the ability to change audio settings, choose audio channels (headphones, full bass, etc.), change video aspect ratio and more. The program is lightweight and easy to use.
AcidRip: AcidRip is a simple, straightforward tool for copying a DVD to a digital video file, with codecs such as XviD, x264, MPEG, and more available. It allows you to control file size, audio settings, quality, cropping, etc.
Avidemux: Avidemux is an excellent video editing application. You can add filters, meticulously manipulate audio and video, combine VOBs, combine videos, and much more.
DVD::RIP: While AcidRip is the best tool to use if you want to create a video straight from a DVD, DVD::RIP is ideal if you want to convert an ISO or VOB files. Simply start the program, load the file, and then choose the video settings and transcode to an AVI or other file format.
Gnome Subtitles: Edit, add, and manipulate subtitles on a video using this free program.
iriverter: iriverter is a frontend for mencoder that makes it simple to convert videos for a wide array of portable video devices, including the Creative Vision M and iRiver players. Single and batch conversions can be done.
Wink: Wink is a free video program for creating video screencasts; an excellent program for creating video tutorials and presentations, with the ability to add explanation boxes to the video.
XBMC Media Center: XBMC is an award-winning media center for multiple platforms, and is fully supported on Ubuntu. The program is sophisticated and high-quality, and is a top-notch media player that can organize and play videos, music, and photos, including previews and album covers.
GRAPHICS
GIMP: GIMP is the Linux alternative to Adobe Photoshop. It is an advanced image authoring/editing program with an animation engine and a wide array of plugins/filters/brushes. It can do nearly everything Photoshop can do, but does require one to learn it proficiently in order to exploit it’s features.
Hugin: Hugin is a high-quality panorama maker. It combines two or more photos and combines them into one panorama. It blends colors to make seams between photos unnoticeable, allows you to choose a lens style for the pano (fisheyes, etc.), and to manually choose connection points.
Comix: Comix is a comic book viewer for Linux. It is high-quality, works smoothly, and offers all the necessary components for viewing digital comics, including double-page support, zoom, rotation, mirroring, fullscreen mode, fit-to-screen mode, image enhancement, image quality toggle, and bookmarks.
FlickrUploader: Flickr Uploader is a desktop program that makes it easy to instantly upload your images to your Flickr account.
Inkscape: Inkscape is a sophisticated vector graphics program similar to Adobe Illustrator.
Phatch Photo Batch Processor: Phatch is a batch processor for photos, making it easy to resize, crop, rotate, add rounded corners, change perspective, or a wide array of other features in just a few minutes.
QCaD: QCaD is as close to autoCAD as you can get on Ubuntu. It offers the ability to create and files, with support for autoCADR and similar files
OFFICE
xPDF: xPDF is a suite of PDF tools, including a lightweight viewer with support for standard, Truetype, and Type 1 fonts, conversion tools for converting PDFs into different formats, and support for multiple languages.
AbiWord: Abiword is a popular, lightweight and yet sophisticated word processor that works very well on Linux. It is best for those who need to create documents, but don’t require a massive amount of features
OpenOffice Writer: OpenOffice Writer is a large, high-end word processor. It works well on Linux, and has all the features you could possibly need. If you’re looking for a complete alternative to MS Word, Writer is your best option.
OpenOffice Spreadsheet: Very similar to MS Excel.
OpenOffice Presentation: Alternative to MS PowerPoint.
OpenOffice Impress: Alternative to MS Publisher.
KAddressBook: KAddress is a personal contacts/address manager.
KOrganizer: KOrganizer is a calendar and scheduling app with the ability to track important dates, add notes, and export to industry standard files.
GnuCash: GnuCash a finance management software suitable for both personal and business use. It can support major file types, such as Quickbooks files, and tracks multiple accounts, constantly calculating new balances and tracking everything needed, including investments and expenses.
xCHM: xCHM is a CHM HTML file viewer, suitable for viewing large HTML ebooks and files saved in the CHM file type.
UTILITIES
GPSDrive: A navigation system designed to work with a GPS receiver. Offers the ability to zoom and display maps downloaded or generated as needed via OpenStreetMap.
Gnome Partition Editor: The Partition Editor allows you to easily manipulate partitions with support for multiple file structures.
Virtual Box OSE: Virtual Box is a virtual machine application, allowing you to run different OS’s inside your Linux machine.
ClamAV: Clam AV is an anti-virus software app for Linux, and works very well.
Gmount-ISO: Gmount is a frontend for a Terminal command that allows you to easily mount a DVD or CD ISO image.
INTERNET
Opera: Opera is a lightweight browser with wide support and a customizable launch page.
Mozilla Firefox: Firefox is the most popular Internet browser for Linux, offering stability, wide support, and a massive amount of plugins.
Thunderbird: Thunderbird a popular email client from the Mozilla line of Internet applications. It offers multiple account access, IMAP and SMTP, password protection, address books, and more.
SeaMonkey: SeaMonkey is based on Firefox Internet browser, but is more stable.
Evolution:Evolution is another email client, but appears very similar to Microsoft’s Outlook.
Pidgin IM: An instant messaging client that support AIM, ICQ, Yahoo! IRC, Zephyr, Gadu, Groupwise, SIMPLE, SILC, Sametime, Napster, MSN, and Jabber.
gFTP: gFTP is a file transfer protocol app for Linux offering support for a wide array of uploads and downloads.
Installing the Google Toolbar on Iceweasel.
by Ken on Feb.23, 2009, under Linux
Thanks to http://www.crazysquirrel.com/computing/debian/applications/google-toolbar-on-iceweasel.jspx for this info. It worked perfectly for me.
Installing the Google Toolbar on Iceweasel running Debian.
Developed By: Graham Smith and Hazel Rudge-Pickard
The Google toolbar is a useful addition to the Firefox browser. While it certainly collects some data from you the reward for that, for me at least, is the ability to use the bookmark feature. It’s not the greatest bookmark utility every but I find it really useful as I commonly work on three or more machines.
There is a problem on Debian though. Due to trademark restrictions on the name Firefox the one true browser has to be given a different name. The name the Debian crew chose was Iceweasel. This is all well and good but the browser also reports this name in the user-agent string. The user-agent string is sent with every request to a web site and can be used to send a different page based on the browser that is going to receive it.
The Google toolbar installer checks this user-agent string to determine which version of Firefox is currently running. Since the Debian version of the browser reports itself as Iceweasel the installer believe it’s looking at a different browser and asks you to install the latest Firefox. The fix for this “problem” is really simple.
Open a new tab and in the address bar enter about:config. This will open a page that shows all the browsers settings. In the filter box at the top of the page enter useragent. This should reduce the number of settings to around a dozen. There should be a setting called general.useragent.extra.firefox. Double click on this to edit it. Change Iceweasel to Firefox and ok the box. The toolbar should now install.
Ubuntu 9.04 Boots in 21.4 Seconds
by Ken on Jan.17, 2009, under Linux
Ok how will the end user benefit from this EXT4 filesystem? Well, first of all, the whole system will be much faster and more reliable compared to one with EXT3, it will boot faster (the current article proves that) and it’s able to handle files with sizes of up to 16 terabytes (1 TB = 1000 GB).