Wine Installation process on ubuntu

Posted March 25th, 2010 in Tips & Tricks by Paran

You are a new user of ubuntu and you need to install windows based software in your pc. But you cannot do it. When you are try to setup this windows based file then error will occur. Now what can you do now?

No problem you can install wine. How to install wine in your pc? wine installation command:

-> $ sudo apt-get install wine

-> then type your password..and enter

-> then type ‘Y’ and then enter

May be 2 or more hours your installation process will be running.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

How to see bangla website in your PC

Posted March 24th, 2010 in Tips & Tricks by Paran

Your are interest to see bangla website , Newspaper, Forum. But you can’t see this page. So you need to follow this rules:

1. Download and install IComplex to make your Windows Bangla compatible.

2. Download and install any of these fonts Siyam Rupali or SolaimanLipi.

You may need to restart your PC.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

How to block website in your PC

Posted March 10th, 2010 in Tips & Tricks by Paran

For many causes we need to block different website.

For Ubuntu

Open a terminal and follow this steps:

$sudo gedit /etc/hosts

then open the hosts file  and write your desire website

Say for you want to block facebook

127.0.0.1 www.facebook.com

and save this file and test it on your browser.

For Windows XP follow the following steps:

1. Click Start->All Programs->Accessories->Command Prompt.

2. Click Command Prompt This will open a DOS command window.

3. Type: notepad C:/Windows/System32/drivers/etc/hosts

4. Locate the line 127.0.0.1  localhost

5. To block the website facebook.com for example, just add this text under 127.0.0.1 localhost:

Say for i like to block facebook write down this

127.0.0.1  facebook.com

For all facebook site block:

127.0.0.1  *.facebook.com

And save this file and test on your browser.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Retrieve net option and volume control on ubuntu

Posted March 10th, 2010 in Tips & Tricks by Paran

Are you user on ubuntu and and your net option and volume control already hide?

Open your terminal and sequentially run the following command:

$ gconftool --recursive-unset /apps/panel
$ rm -rf ~/.gconf/apps/panel
$ pkill gnome-panel
VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)