Saturday 4 February 2012

How to know Internet usage of any process in Ubuntu/Mint/Debian?


To know,which process is using your internet in your system hiddenly then you have to follow below steps.

1.Install nethogs tool by putting this command into terminal.

    sudo apt-get install nethogs

2.Then you have to use it.
put this commands to check internet usage of the processes.

                   sudo nethogs [connection_type]
[connection_type]=ppp0 for mobile internet,eth0 for broadband/ethernet,wlan0 for wifi internet
example: sudo nethogs ppp0


Screenshot:

Friday 3 February 2012

How to install LAMP or Apache tomcat server in Ubuntu by single command

If you want to install LAMP or apache tomcat server in any version of Ubuntu than follow below steps
1.Open terminal and Type the command : (PRESS ALT+CTLR+T)

sudo apt-get install tasksel

2.Now to install LAMP, type the taskel command in terminal :

sudo  tasksel

And select LAMP Server:






FOR SELECTION/DESELECTION : USE SPACE BAR.


3.During the installation  you  will be  asked  to insert the  mysql root  password


4.To full manage  your  lamp Server database, install  phpmyadmin

sudo  apt-get  install  phpmyadmin

5.To login  to phpmyadmin, open browser and type :

http://ip/phpmyadmin   or http://localhost/phpmyadmin

Monday 26 December 2011

Unlock Any Huawei Modem

You can Unlock Any Huawei Modem with using Mobile partner as following.

  1. Download Unlock.rar.(for only Vodafone )
  2. Download  Unlock.rar.(for any huawei modem)
  3. Extract unlock.rar and run Huawei Unlocker.exe .
  4. Enter IMEI no. and Calculate Unlock code and Flash code.
  5. Now connect Your Huawei Mobile device wait untill device drivers install.
  6. Run Mobile Partner UTPS16.001.06.01.500.exe .
  7. Enter previously calculated Unlock code & Flash code whenever needed.
  8. After that follow instruction and thats it.
  9. Now You can use any Mobile Operator.


Monday 12 December 2011

Pin a Drive or Any Folder to The Taskbar


The taskbar is just for apps and documents , but  With just a few seconds work you can pin drive icons there, too.
  1. Right-click an empty part of the desktop, select New > Text File, and open in notepad then Save as  the file to drive.exe .
  2. Drag and drop this application icon onto your taskbar, then delete the original file .
  3. Right-click your new “drive.exe” taskbar button, then right-click its file name and select Properties.
  4. Change the contents of both the Target and Start In boxes to point at the drive or folder of your choice
  5. Perhaps click Change Icon to choose an appropriate drive icon, and you’re done – that drive or folder is now available at a click.
If you face any problem then post comment……….

Add “Copy To” & “Move To” Option at Right Click Menu


Add Copy To option at right click menu  :
  1. Open Run and Type regedit and press enter.
  2. Now browse in registry to ”HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContextMenuHandlers”
  3. Right Click on ContextMenuHandlers then New > Key > Rename it to ” Copy To ” .
  4. Click on Copy To folder and you will find  ”Default” at right side .Double click on that key.
  5. Write  {c2fbb630-2971-11d1-a18c-00c04fd75d13}  into Value Data.
  6. Now Close Registry and right click on any file or folder you will find the option ” Copy To “.
Add Move To Option at right click menu :
  1. Open Run and Type regedit and press enter.
  2. Now browse in registry to ”HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContextMenuHandlers”
  3. Right Click on ContextMenuHandlers then New > Key > Rename it to “ Move To “.
  4. Click on Move To folder and you will find  ”Default” at right side .Double click on that key.
  5. Write  {c2fbb631-2971-11d1-a18c-00c04fd75d13}  into Value Data.
  6. Now Close Registry and right click on any file or folder you will find the option ” Move To “.