-
How to make vmware Mac image run faster
Posted on October 22nd, 2010 No commentsA search on the web give me the following solution to this issue:
1) Set the Guest OS type to Other > Linux
2) Go in the VMWare BIOS at boot time (F2), then disable the floppy and serial ports.Worth a try, good luck!
-
How to set default printer in Linux or Unix
Posted on December 20th, 2008 No commentsIf you are using terminal setup in Unix systems like Linux, you can configure your default printer by:
1. csh shell version (by editing ~/.cshrc or ~/.tcshrc configuration files)
setenv PRINTER your-printer-name
2. bash shell version (by editing ~/.bashrc configuration file)
export PRINTER=your-printer-name
If CUPS is available in your system, you may issue the following command to have this change:
lpoptions -d printer-name
The ‘d’ option sets the default printer.
In the case of Ubuntu Linux, you can just go System->Administration->Printing to set up a printer as the default printer. Just click the Make default button on the Settings tab.
-
How to generate PS file in Windows environment
Posted on December 18th, 2008 1 commentIn order to create a Postscript (PS) file from Windows applications: simply print from the application, selecting a postscript printer and using the printing option “print to file”.
A dialog box will open, allowing you to choose the folder in which you wish to create the PostScript file. Choose a name for the file (a .prn extension will be appended to the filename). When you select Save, the printer driver will save the Postscript file in the location you select instead of actually sending the postscript file to the printer. You may need to change the file extension to .ps after file is generated.
However, very likely, using the printer driver for your own printer will result in files that are targeted at that printer, and hence not completely portable. To
achieve portability, you will need to install and use another printer driver. Also you may not have any postscript printer with you at the moment. The solution to this is to install a virtual postscript printer, i.e. install printer drivers without actually having the corresponding printer.
Read the rest of this entry »PC Postscript, printer, PS, windows -
Picasa 3 for photo editing
Posted on November 16th, 2008 4 commentsFew photos start out perfectly. One of the software I use frequently in editing photos is Picasa. Picasa is Google’s freeware for photo management.

-
How to convert mp4 to AVI in Windows
Posted on October 26th, 2008 No commentsI usually use Windows Movie Maker which is bundled with Microsoft Windows to edit video taken using my digital camera. It supports quite a number of video formats like AVI, WMV and so on. However, MP4 is not support in it so far.
Following is a free software I found recently for converting MP4 file into AVI file:
Quick Media Converter
According to Quick Media Converter introduction, it enables users to convert between most audio and video formats, including AVI, DVD, Quicktime, Flash, Xvid, DivX, MPEG, MP3, WMA, MP4, 3GP and many others. Users can convert multiple files (of different formats) in a single process and optionally customize the output settings in Expert Mode.
Read the rest of this entry »

