Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Jan 28, 2012

command used to check if processor is 64bit

grep --color=always -iw lm /proc/cpuinfo

Apr 2, 2011

install ssh on ubuntu

I didn't use apt for a long time, so...first I updated apt...

> apt-get update

then,
> apt-get install openssh-server

after ssh get installed..

> /etc/init.d/ssh start

done!!
pretty simple, right?