문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top