Archive for June 17th, 2008

17
Jun
08

MPG player for Ubuntu

Hi friends! i’m back again. i hope you all are ok. today i’m going to describe how can you play your .mpg video file which you have converted with ffmpeg software.

To play your .mpg video use the VLC Media Player software.

Step 1: Goto Synaptic Package Manager and select the VLC package. Mark this VLC as “Mark for installation”.

Step 2: Now Click on Apply button from Synaptic Package Manager toolbar.

Step 3: This will automatically select related files to continue installation. Click Ok.

Step 4: When done, goto Applications > Sound and Video > VLC Media Player to open this software.

Step 5: Click on File menu and again click on Open files… This will show a open dialog box.

Step 6: Goto your .mpg file location and select your .mpg file and click on OK button to play.

Enjoy…

17
Jun
08

Messenger chat in Ubuntu

Hm! it’s a problem in ubuntu to install yahoo messenger. I have found the Gaim Internet Messenger software to ignore this problem. Gaim supports a lot of messenger. Example: Yahoo, MSN, Jabber, AIM, ICQ, IRC etc.

.

Step 1: Install this Gaim software from your Synaptic Package Manager and run this program from:

Applications > Internet > Gaim Internet Messenger

Step 2: Set your options of various messenger.

Enjoy your moment now…

17
Jun
08

AVG free antivirus for Ubuntu

Hi there! I have just installed AVG Antivirus in my Ubuntu. It`s a freeware. You can use this.

.

Download AVG Free AntiVirus 7.5 for Linux/Ubuntu:

Well, first of all you have to download the latest free antivirus for your ubuntu from GRISOFT. hmm i`m giving you the web link:

http://free.grisoft.com/doc/2/lng/us/tpl/v5

Now keep this .deb file in your desktop.

.

Installation Informations:

Step 1: Open a terminal window. And use this command:

sudo dpkg -i avg75fld-r51-a1243.i386.deb

Step 2: Now you have to input your Name and your Company name by using this command:

sudo /opt/grisoft/avggui/bin/avggui_update_licinfo.sh

After entering this command you will see this in your terminal window:

What is your name: XXXX
What is the name of your company: XXXX

Now fill-up this section by your name and your company. For example:

What is your name: Piku
What is the name of your company: http://pikupq.wordpress.com

Step 3: Now goto this location and open AVG for Linux workstation:

Applications > Accessories > AVG for Linux workstation

Step 4: Now you will see this dialog box:

Step 5: Now use this command to update your AGV Anti-Virus:

sudo avgupdate -o

Step 6: Goto this location from AVG Anti-Virus Menubar:

Service > Program Settings

Step 7: Select Tasts from left panel and select Default scan object from right panel. Check the Use this test by default and also make check the ‘ / ‘.

Now from main “AVG for Linux Workstation” window Click on Test button and select ‘/‘ for as in shown in this picture. And click on Apply and OK button

Step 8: Click on Test button from the main window of AVG for Linux Workstation. It will starts scanning for viruses. Wait for a few minutes.

Step 9: When it completed successfully, it will show you a report:

Click on Close button.

Now exit from AVG-Antivirus.

Enjoy…

17
Jun
08

Run windows software in Ubuntu

Hey friends i have a cool tips today. I`m using Ubuntu but i can run all windows exe file in Ubuntu. Wanna know how? Okey I`m telling you.

Windows Software:

I love to chat with mIRC. You know mIRC is a windows based software. Now i`m telling you how can we use this mirc.exe in ubuntu.

.

WINE Software:

WINE is a software of Ubuntu. This software can open any exe files of windows. So, We have to install it in our Ubuntu first. Follow the steps for installing WINE software:

Step 1: You can install this software from your Synaptic Package Manager or in Terminal. I have installed the Wine software from Synaptic Package Manager. If you wish you can install this software from Terminal by using this command:

sudo apt-get install wine

Stpe 2: When WINE successfully installed in your Ubuntu, then copy the Windows Based Software program which you want to open with WINE in a suitable place in ubuntu. My Software name was mIRC. And I have copied this mIRC folder from D: drive of windows to /home/piku/Softwares32/mIRC/mIRC.exe location.

Step 3: Now I have used the following command to run mIRC.exe file in terminal:

cd home
cd piku
cd Softwares32
cd mIRC
wine mIRC.exe

Or you can use this single line command:

wine /home/piku/Softwares32/mIRC/mIRC.exe

Remember Directories are case censitive. If your directory name is mIRC, and you used cd mirc then it will not work. Use cd mIRC, for this.

Snapshot:

Now enjoy with your windows based program..