Upgrading all pip packages


$ pip install pip-review
$ pip-review --local --interactive

md5sum check


How to check & match “md5sum” ?

How many people know, their downloads are correctly done or downloaded file is same file as per they aspect ? I think No One Care !

You must check this thing, because of

  • Security reason
  • No hidden malicious content included with original  file
  • Proper complete downloading

Now, Question is HOW?

n Solution is with the check “md5sum“. Ohh… not check, It’s a MATCH !

Now, Mostly Every Impotent Downloads are Available with 2 things…

  1. Download_File_Original.fileExtention
  2. “md5sum” of Download_File_Original.fileExtention

You First Download your File and then generate md5sum.

For generating md5sum follow this steps :

  • Open Terminal (Alt+Ctrl+t) n type below command
  • $ md5sum /file-path/Download_File_Original.fileExtention

It will generate md5sum. Copy It !

Now Open your Download Page, Where Original md5sum available. Match It. (Type Ctrl + F on your Web-page n Ctrl + V ). If your coped md5sum available on page then it will highlighted.

md5sum CHECK

md5sum CHECK

That’s It…

Find more about md5sum : http://en.wikipedia.org/wiki/Md5sum

Enjoy Happy Downloading…

Thank u.

After Installing Ubuntu 13.10…


ubuntu 13.10

ubuntu 13.10

After Installing Ubuntu 13.10 you must follow this steps…

  • Connect net with use of Ethernet cable…
  • Open terminal (Alt + Ctrl  + t)…
  • Type command : sudo apt-get update
  • Open “software sources” application and go to the last tab “Additional Drivers” n update/enable the Wi-fi driver.
  • Now, in terminal Type command : sudo apt-get update && sudo apt-get upgrade
  • Now, Open “Software Center
  • In searching area, type “GStreamer” n install all package with add-on  (for playing almost all type multimedia files) [GStreamer ffmpeg video plugin, GStreamer extra plugins, GStreamer plugins for mms, wavpack, quicktime, musepack, GStreamer plugins for aac, xvid, mpeg2, faad]
  • In searching area, type “totem” n install all ADD-ON.
  • In searching area, type “adobe” n install “Adobe Flash plugin
  • Now, open Firefox ( any web-browser) and type this url : http://www.google.com/tools/dlpage/hangoutplugin
    for google talke video plugin ! Download it and double click on it n install.
  • Now, time for install some useful softwares……
  • Open terminal and type this command : sudo apt-get install vlc gimp pdfshuffler chmsee cheese rar p7zip-full openjdk-7-jdk openjdk-6-jdk wine virtualbox
    [vlc – player, gimp – best photo editor ever, pdfshuffler – managing pdf files like merge pdfs, chmess – for opening .chm files, cheese – webcam center, rar & p7zip-full – data compration soft, openjdk-7-jdk openjdk-6-jdk – for java, wine – for windows application, virtualbox – for installing other os virtually ]

Ohh… Enough Buddy. It’s finish…
Now, Enjoy your Ubuntu 13.10 !

Delay n delay n delay, n At last it is finish…

Install a 32-bit library


How to install a 32-bit library on 64-bit Ubuntu system ?

Open a terminal n type :  $ sudo apt-get install ia32-libs

Wi-Fi issue – After installing new version of Linux or New Kernel


Wi-fi Not Working After Installing New Ubuntu 13.04 and Mint 15 or system crash-down.
For this issue, i just install new kernel 3.11.x and reinstall the wi-fi module in kernel.
i hope it will help you also.

Just open the terminal and type this commands…

First we are installing new kernel 3.11.x.x [64-bit OS]

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb$ sudo dpkg -i linux-headers-3.11.0*.deb linux-image-3.11.0*.deb

–reboot system.

After installing kernel reinstall wifi kernel module


$ sudo -i
# apt-get remove --purge bcmwl-kernel-source
# apt-get install linux-firmware-nonfree
# echo brcmsmac >> /etc/modules
# exit
# sudo reboot

— reboot system.

I hope, after this your problem is solve. Enjoy. 🙂