
Update your system before you begin. 1. Install CompizConfig Settings Manager & Extra Plugins: sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-plugins 2. Click on the Start Menu>System Tools>Synaptic Package Manager, then install Compiz Fusion icon. 3. Menu>Preferences>Desktop Session Settings. In the window that opens click on “Advanced Options”, in the box that says Window Manager remove openbox-lxde and …

Enabling MTP :: Media Transfer Protocol in GNU/Linux Device used: Xperia Sola 1. Connect your device 2. Use the “lsusb” command to list your devices in a terminal One of the lines should look like this (for sony): Bus 002 Device 012: ID 0fce:5169 Sony Ericsson Mobile Communications AB 3. Unplug your phone 4. Install “libusb-dev” using terminal sudo apt-get install libusb-dev 5. Download …

Fedora 18 has been released. This is one of the most anticipated fedora versions yet. It delayed two months. It’s here anyway, take a look at full feature lists of F18. Well, I have faced a small problem while installing missing video codecs & VLC media player in my F-18 64 bit system. The terminal returned …

This procedure will be applicable for any lxde based distributions. Tested on Lubuntu & Zorin lite. Go to preferences > LXkeymap Click on Tools > Show/Hide profiles Click on “Add” and create new profile. Double click on your new profile Now from the left side select country & select layout from the right. Click Apply Adding a layout switcher: Now for switching add …

Not Finished yet Advantages: Level of performence increases System become more stable Faster boot time Allows optimization for better performence (Base System UBUNTU) STEPS: 1. Install some required packages: apt-get install kernel-package libncurses5-dev fakeroot apt-get install build-essential udev 2. Set location & download Kernel soruce: cd /usr/src wget http://……….bz2 3. Extract: tar xvfvj xxxxxx.tar.bz2 4. Go inside & prepare for kernel modification: cd /usr/src/linux sudo make clean && make mrproper 5. Kernel configure: make …