mythrobin.com

Where myth becomes real

Category Archives: Linux

লিনাক্স বিষয়ক সকল লেখা

Enabling Compiz in Lxde Based Distro

compiz-lxde-robin

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 …

MTP File Transfer for GNU/Linux

sola

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 …

keyboard layout switching in Lxde

keyboard-key

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 …

Build Custom Linux Kernel

Green_tree_root

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 …

Ubuntu