Thanks for visiting! Don't forget to visit "Techno Blogs"

« Previous EntriesNext Entries »

Jun 16

Recording and Editing audio is a great art and sound engineers would love to have a tool which lets them do anything they would like to on their tune. Audacity is one such tools which brings in smile on any body who would like to play with Audio files. Its easy to use and configure. On top of all this its an OpenSource project released under GPL. This tool has been used in OpenMovie project as mentioned earlier in my post on “Big Buck Bunny”.

(Work environment of Audacity)

Audacity is built on lot many other opensource projects like expat,  OggVorbis, FLAC, LAME, SoundTouch, PortAudio etc which makes it rock solid. Try this out today for a sample audio editing task and you will get addicted to it. Audocious…

Jun 16

Opera released 9.5 last week. Its light and looks elegant and jazzy with new browser engine. Theme looks great. It also has got book mark synchronization now.   Opera is now thinking more about “fraud protection”. Find some fraud protection features added. More can be found out here. What i didn’t like in this browser is the unicode support and font configuration. I’m not able to read Kannada pages with ease. I might have to hack into the core to get it working. I will get on with this business later today….

Jun 14

Expanding LVM on a live server is a big challenge. At least for me it was big enough. That too when you’re doing it for the first time you will be bit more scared. DELL PowerEdge comes with RAID-5. We recently added a 5th drive into this array and configured that as the VirtualDisk via DELL Server management tool called OpenManage.

The next step involves expanding the size of the partition without formatting the content. Following link helped us a lot with this LVM Expansion but before that, we had to run fdisk on the drive and delete the partition first (without writing it),  then recreate and set the partition id to Linux LVM. Finally write all these changes to disk and reboot the server. Once this is done, expanding LVM is easy. Deleting partition in fdisk is very scary. You have to be very sure about such commands on Linux box.  Thanks to Dave from Atjeu for testing all this on a test server before implementing.

Ubuntu Forum thread which gave me the required hint.
(We used the instructions from step13 onwards)

Here is what we had to do with the LVM expansion.

fdisk /dev/sda2
umount /var/backup
pvdisplay
pvresize /dev/sda
pvdisplay
lvextend -v -l +4372 /dev/VolGroup00/LogVol04
vgdisplay -A
resize2fs -p /dev/VolGroup00/LogVol04
e2fsck -f -v /dev/VolGroup00/LogVol04
resize2fs -p /dev/VolGroup00/LogVol04
e2fsck -f -v /dev/VolGroup00/LogVol04
e2fsck -D /dev/VolGroup00/LogVol04
df -h
mount /var/backup

Here /dev/sda2 is the patition, /dev/VolGroup00/LogVol04 is the volume which we wanted to expand. /var/backup is the mount point.

Read the rest of this entry »

Jun 9

Image credit : Sijin…

Jun 9

Is it possible to run internet explorer on Linux?

Yes, it’s possible. Wine has made it happen. Tatanka website tells you how you get it installed on your Linux desktop here.

Check out the installation progress in the above picture.

This will be very useful when you try checking websites on IE while working on a Linux box. Cool isn’t it?

Looks like this tool has got a small problem, there is a font rendering issue for Kannada and other languages on this tool. It will be challenge to fix it.

Jun 5

Me and my i10 Magna

Still searching for words to describe my feelings about it. Shall write about it once I reach back home safe in my new car. Till then wish me luck…

Image credit goes to : Sijin  :)

« Previous EntriesNext Entries »