Prashanth Blog

Monday, August 4, 2014

Install New Version of Skype.

›
Hi All, The older versions of skype like 4.2 is not working, so to get the latest version 4.3 type the below command. # skype --seconda...
Monday, July 7, 2014

Combine PDF Documents to Single PDF

›
Here is the command to combine multiple PDF Documents to Single PDF. $ gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=final.pdf f...
Tuesday, May 7, 2013

Installing Node.js in Ubuntu

›
Here are the steps to install Node.js in Ubuntu. $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install build-essential open...

Command to find the processor in ubuntu

›
$ uname -m The Below is the Response. x86_64 ==> 64-bit kernel i686   ==> 32-bit kernel
Tuesday, February 19, 2013

Update Skype in Ubuntu

›
To Remove the Existing Skype in your machine.              sudo apt-get remove skype skype-bin   Install Skype on Ubuntu 32bit ...
Friday, August 17, 2012

Linux Command to get the System Reboot Time

›
Hi Here is the command to know the system Reboot Time. # last -x|grep reboot
Tuesday, August 14, 2012

Clear MemCache in Ubuntu

›
Hi Here is the Process to clear the MemCache in Your System. # telnet localhost 11211 flush_all quit if the memcache does not run on ...
›
Home
View web version
Powered by Blogger.