How do you run ShellScript on Windows?

2019-07-22 20:58发布

I'm just a student and I'm learning ShellScript in my college. In college lab, our ma'am just asked to enter an IP address in PUTTY and launch it, open Vi editor and do programming. How do I do it at home? I run XP on my computer.

标签: linux shell
8条回答
Juvenile、少年°
2楼-- · 2019-07-22 20:59

Would running a version of Linux from a DVD do the trick for you?

You can download a disk image of Knoppix Linux from their web site http://www.knoppix.net/

and burn it to a DVD. You can then reboot the computer and run Knoppix from the DVD without changing anything on your computer.

查看更多
姐就是有狂的资本
3楼-- · 2019-07-22 21:00

You can install Cygwin on your home computer. It is a port of many Unix tools to windows, so you can work in unix-style on your windows computer.

Or you can connect to the school computer from home using Putty just like you did it at school (provided that the computer is accessible from the outside). Then you'll have the same environment accessible from home, including the files you work on.

查看更多
欢心
4楼-- · 2019-07-22 21:11

However i feel Cygwin is the most appropriate solution. You can also go with MKSTool Kit but this toolkit is not free.

查看更多
等我变得足够好
5楼-- · 2019-07-22 21:11

Have you tried using putty on your own computer and using the ip address she gave you? Depending on how the network is set up you might be able to use it that way. Cygwin is good but if you need to do Linux specific stuff look at Wubi

查看更多
劫难
6楼-- · 2019-07-22 21:14

I suggest you install cygwin at home.

查看更多
神经病院院长
7楼-- · 2019-07-22 21:15

You should look at cygwin, install it on you host with relevant utilites and try it.

查看更多
登录 后发表回答