iGeek Blog

Jignesh Patel's Blog

categories

recent posts

recent comments



This is one of the coolest thing I seen in Linux. Now converting image formats from and to for the various image/video formats is lot easier. A script is available for the same. Download it.

You will need to place it in "/.gnome2/nautilus-scripts" in your home directory. To use the script right-click any image/video file, navigate to 'Scripts' » 'avconvert'.
However you will need to install 'imagemagick' for image conversion and resizing thing, and 'ffmpeg' for video conversion to get the script working.

$ sudo apt-get install imagemagick
$ sudo apt-get install ffmpeg
Here are some features.
  • Converts between various audio/video formats
  • Converts between various image formats
  • Creates an image of your text file
  • Various conversions between TXT, RTF, HTML, MSOffice and OpenOffice
  • Produce a WAV file from your text.
For more: visit here.
The screenshots shown below can explain all.

About a month has been passed, I installed Ubuntu 8.04. Firefox 3 was the default installed on it.
From starting I faced lot many problems regarding the Flash on FF3. Somehow sometimes it played flash videos, but always got hanged after playing 4-5 seconds of video. After referring lot many google searches, I installed FF3, 'lashplugin-nonfree', 'swfdec-mozilla', 'adobe-flashplugin'.. lot many times. But still the problem was not solved.

Finally, Part of Solution found on Ubuntu forums, got it worked. This is how:

sudo apt-get purge flashplugin-nonfree gnash gnash-common swfdec-mozilla && sudo apt-get install flashplugin-nonfree libflashsupport

That leads to flash working on Opera only, still not in FF3. The problem I got when I launched it from command line. It was not able to initialize shared libraries. So copying all the shared libraries (.so files e.g. libnss3.so, libssl3.so, libplc4.so.. total of 16 files) from FF3 source to '/usr/lib' got it worked.

Congratulations Rahman,
Music maestro A R Rahman has become the first Indian to win an Oscars.
He won the 2 Oscars for music in 'Slumdog Milllionaire'.
First Oscar for 'Best Original Score' - 'Jai Ho..' and second for 'Best Original Song' - 'O saya..' .
After winning Golden Globe and the BAFTA, he was the favoutite to win the Oscar.
Jai Ho....

I got my Adobe Photoshop 7 running very well on Ubuntu 8.04 Linux. Previously I tried to install CS3 version of Photoshop, but after many issues was not able to install it on Ubuntu. Here is how you can get your Photoshop 7 running on Ubuntu 8.04.

Step 1: Install Wine
On Terminal:

$ sudo apt-get install wine
Step 2: Copying Photoshop program files from Windows.
First of all, you will need to install Photoshop 7 on Windows. After installing it on Windows, create a 'Adobe' directory in "/home/YOURNAME/.wine/drive_c/Program Files".

From windows, copy the Photoshop installed directory from “c:\Program Files\Adobe” to “/home/YOURNAME/.wine/drive_c/Program Files/Adobe” in Ubuntu.

Step 3: Importing registry.
In your Windows box, type “regedit” in the command-line and export the whole “HKEY_LOCAL_MACHINE/Software/Adobe/” to “adobe.reg.

If your Ubuntu box has as default charset ascii and your Windows box has ucs-2 then on terminal type:
$ sudo recode ucs-2..ascii adobe.reg
After you converted your adobe.reg file, type:
$ sudo wine regedit adobe.reg
Step 4: Create a Launcher to launch Photoshop.
Crete a new launcher on your Desktop and set command to:
wine "c:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe"

That's it.