deb http://archive.canonical.com/ubuntu maverick partnerdeb-src http://archive.canonical.com/ubuntu maverick partner

deb http://archive.canonical.com/ubuntu maverick partnerdeb-src http://archive.canonical.com/ubuntu maverick partner
Ext2Fsd is an ext2 file system driver for Windows 2000, XP, Vista. It’s a free software and everyone can distribute and modify it under GPL2.
Procedure o follow
Important Note:- When creating/formatting the ext4 filesystem, make sure to add “-O ^extent” which means disabling the “extent” feature bit. The following steps will not work if your ext4 filesystem still has “extent” feature enabled. ext2 and ext3 partitions should be fine.
First Download ext2fsd from here
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
Using Ubuntu Tweak
You can open from Applications--->System Tools--->Ubuntu Tweak
Ubuntu Tweak is loading
Login Settings screen
Source editor screen
GNOME Settings screen
Computer details screen
Nautilus Settings screen
Ubuntu tweak version details
Default folder location screen
Source: http://www.ubuntugeek.com/how-to-install-ubuntu-tweak-in-ubuntu-10-04lucid-lynx.html
After a month of debate and experimentation, my employer has made the decision to use the open-source KVM virtualization infrastructure for migrating IT resources to a virtualized environment. Below, I discuss why we chose KVM over its (mostly proprietary) alternatives.
Until a couple years ago, the open-source community offered no real contender in the virtualization market. True, the qemu project has been around for a while, but qemu remains too inefficient for most production environments. Xen has also existed since 2003, but for a long time it only supported a limited set of guest operating systems, which did not include Windows until late 2005. As a result, proprietary virtualization products like VMware enjoyed a near-monopoly in the enterprise market until quite recently.
The rapid maturation of KVM, or ‘kernel-based virtual machine’, over the course of the last couple of years constituted the first open-source challenge to VMware. Integrated into the Linux kernel, KVM provides feature-rich and highly efficient virtualization.
My colleagues and I tested KVM (running on an Ubuntu 8.04 host) and ‘barebones’ VMware ESX server over the last several weeks. Ultimately, we decided KVM was a better fit for our needs based on the following considerations:
Perhaps the single major downside of KVM is that it requires a bit more technical know-how than VMware to deploy effectively, since some features can only be configured via manual hacking of XML files. But as KVM and related tools continue to mature, expect that to change.
For IT staff interested in zero-cost, Linux-friendly, feature-rich and resource-efficient virtualization, KVM has become the way to go. If VMware wants to compete, it needs to rise from the laurels of its crumbling monopoly by innovating and lowering costs.
Source: http://www.workswithu.com/2009/04/27/kvm-vs-vmware-a-case-study/
If you use Ubuntu (or other Linux distribution) and you wish to download some video from youtube.com into .flv file you can try using youtube-dl
command line utility. It just downloads videos without any online applications, converters or etc. Type the following command in terminal to get it installed:
sudo apt-get install youtube-dl
Let’s imagine you would like to download the following video: http://www.youtube.com/watch?v=2leg8mUE9rs (this is part of Military Parade at Red Square in Russia at 9th of May 2010). Just run youtube-dl download utility as follows:
youtube-dl http://www.youtube.com/watch?v=2leg8mUE9rs
and in a few minutes you will get 2leg8mUE9rs.flv file that could be viewed using almost any video player like my favorite one VLC.
© 2010 LinuxLK :: | All Right Reserved by Team WarezLK