Pergunta

I am new to the world of Unix and would like to install some type of editor to run Unix ssh commands on my windows PC. If that is not possible then how can i go about practicing Unix commands? I would be making directories and storing data in them if that helps.

Foi útil?

Solução

From what I am reading you want to practice working in a unix command line on your windows PC. Is this correct?

If so I might recommend you check out cygwin.
ref: http://www.cygwin.com/

cygwin can install on a windows machine and provide you with an emulated linux shell. you can do pretty much anything basic you can do in linux in cygwin.

Outras dicas

I would recommend two things which will enable you to use ssh:

1) If you want to keep on using Windows but have a remote machine on which you could login via ssh I recommend PUTTY.

2) You can set up a virtual machine using e.g. VirtualBOX.

I think, running a Linux VM on virtualbox is a better choice. You have a complete system to play with.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top