Monday 12 May 2014

Web Based Software Development using Live Projects - an exclusive training method to become an experienced PROGRAMMER


Microsoft extends XP anti-malware support until July 2015

How to check internet speed via Terminal in Ubuntu.....


Speedtest.net is a pretty good place to check your internet speeds. But there is an even simpler way. Using the speedtest-cli command line app, you can actually check your current broadband speeds via Terminal. So here's how you do it.

How to know you are running a 32-bit or 64-bit Ubuntu?


There is a nice and simple command line program called uname that tells the current bit version

Open Terminal.

Type

uname -m

in terminal and hit enter.

If the response is i686, you have a 32-bit version of Linux.
If the response is x86_64, you have a 64-bit version of Linux.