Question

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.

Était-ce utile?

La solution

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.

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top