Date Archives

May 2012

Creating Virtual Host on Apache/Ubuntu

This days i am running for Zend Framework. Also feels a nice love for Linux. So i am trying to coup up with zend. Here i need to create a virtual host in my local environment. Ubuntu is my only OS. As i am newbee of linux and this is my first virtual host configuration,…

Read More

Disable touch-pad when external mouse is connected.

It can be a little troublesome to use a mouse while the touch-pad is enabled, as one can often end up closing an important window or canceling an ongoing task accidentally due to a tap on the touch-pad. While most laptops provide an option to disable the touch-pad by tapping the disable section, it is…

Read More

Install GIMP 2.8 on Ubuntu 12.04

Since the latest version of GIMP has not been included in the main 12.04 repositories because it was not ready at release time you have to use a PPA at current. sudo add-apt-repository ppa:otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp TIP: Go to the “Windows” menu and select ‘Single-Window Mode’ to use Gimp in…

Read More

Open As Administrator in Right click menu

Here is how to add “Open as Administrator” to the right click menu for Nautilus. Quick and easy to use. Ok then, lets get started by opening the Terminal (ctrl+alt+t) and copy and paste the command below. sudo wget http://www.thelinuxgeeks.info/download/libnautilus-gksu.so Then simply copy the file to the Nautilus extensions folder. sudo cp libnautilus-gksu.so /usr/lib/nautilus/extensions-3.0/ now…

Read More

Enable NTFS-write by default

First time after install Ubuntu 11.10 i can’t write anything in my NTFS drrives. I searched for this problem and found that i need to follow some simple steps to enable NTFS write by default. First install the ntfs configs using terminal command: sudo apt-get install ntfs-config if apt not work try using aptitude then…

Read More

উবুন্তু ১১.১০ তে ইউনিজয় ব্যবহার

গত বছরের শুরু থেকেই উইন্ডোজ ছেড়ে লিনাক্সে আসব আসব করছিলাম, অনেকগুলো ডিস্ট্রো টেস্ট করার পর মাস ছয়েক ডুয়েল বুট এ মিন্ট ১১ আর উইন্ডোজ ৭ ব্যবহার করেছি । ডুয়েল বুট এ থাকার কারনে বেশির ভাগ সময় উইন্ডোজ ৭ এই কাটত । শেষে আবার কিছু ঘাটাঘাটি করে, নিক্সার কমুনিটিতে চোখ বোলাতে বোলাতে বুঝলাম উবুন্তু ই আমার…

Read More