Thursday, August 15, 2013

Motherboard

What is a motherboard ?? A motherboard (also known as the mainboard, system board, planar board or logic board) is the main PCB found in computers and other expandable systems. It holds many of the crucial electronic components of the system, such as the CPU, memory, and processor. motherboard The...

Thursday, August 1, 2013

How to terminate processes in ubuntu??

In windows we can easily terminate the process by ctrl+alt+del  right click on program name go to process end process. but in Linux , it is not that much easy, u have to follow the terminal steps: example: to close firefox process. Open terminal (ctrl+alt+t) type command : ps auxwww | grep firefox u will get some table , in which u find process IDs type command : kill 2348 (note: 2384...