by editor
April 6, 2012
Information on physical cpus, cores and if hyper-threading is on can be derived from /proc/cpuinfo. Generally scenario is like a box with .. 2 physical CPUS with 2 cores 2 physical CPUS with 2 cores and 2 threads cores is like multiple cpus on a single chip. A dual core processor can really run two [...]
Read the full article →
by editor
April 5, 2012
SSH What is ssh? Ssh (Secure Shell) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over unsecured channels. It is intended as a replacement for rlogin, rsh, and rcp. [...]
Read the full article →