Install Ubuntu server on one computer, then soon as possible control it (via terminal) through another -


i tried set home network other day, , wanted set old computer file server. so, installed ubuntu server on it. once installed , logged in, realsied of keys not working. forward slash , right arrow key. forward slash real pain can't type in file paths. so, if can set enough on network, install whatever can, login other computer (which has working keyboard) can operations keyboard. problem i'm new setting networks , servers let alone trying this. if advise tool(s) may need this, maybe steps required, fresh installation i'd grateful. thanks

after installation of server, first thing should install ssh on it:

sudo apt-get install openssh-server 

more information installation of ssh on server can found here: https://help.ubuntu.com/13.10/serverguide/openssh-server.html. can ssh "into" server client pc. if pc running windows, try putty. if pc running linux/osx, ssh server console/terminal:

ssh username@ip_of_server 

Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -