cygwin
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cygwin [2015/04/27 12:55] – tkbletsc | cygwin [2015/11/15 20:38] (current) – [Command-line cygwin package installer] tkbletsc | ||
---|---|---|---|
Line 14: | Line 14: | ||
* nano | * nano | ||
* wget | * wget | ||
- | * netcat | + | * nc (netcat) |
* rsync | * rsync | ||
* zip | * zip | ||
Line 22: | Line 22: | ||
* openssh | * openssh | ||
* screen | * screen | ||
+ | * bash-completion | ||
+ | * git | ||
+ | * python3 | ||
+ | * python3-imaging | ||
* Development: | * Development: | ||
* gcc4-core | * gcc4-core | ||
Line 29: | Line 33: | ||
Cheat command if using apt-cyg as noted below: | Cheat command if using apt-cyg as noted below: | ||
- | $ apt-cyg install lynx links nano wget netcat | + | $ apt-cyg install lynx links nano wget nc rsync zip unzip vim chere openssh screen |
To get Tyler' | To get Tyler' | ||
- | |||
===== Bash prompt here context menu option ===== | ===== Bash prompt here context menu option ===== | ||
Line 39: | Line 42: | ||
===== Command-line cygwin package installer ===== | ===== Command-line cygwin package installer ===== | ||
- | **I think this doesn' | ||
- | To install additional cygwin packages later on from the command line, you can use [[http://code.google.com/p/apt-cyg/|apt-cyg]], which works like apt-get, but pulls its stuff from the normal cygwin repos. | + | To install additional cygwin packages later on from the command line, you can use [[https://github.com/transcode-open/ |
- | wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg | + | wget http://rawgit.com/transcode-open/ |
chmod +x apt-cyg | chmod +x apt-cyg | ||
mv apt-cyg / | mv apt-cyg / | ||
+ | Or as a one-liner: | ||
+ | wget http:// | ||
+ | | ||
To use: | To use: | ||
apt-cyg install chere | apt-cyg install chere | ||
- | A shorter version of [[http:// | ||
====== Cygwin SSH server ====== | ====== Cygwin SSH server ====== | ||
Line 74: | Line 78: | ||
< | < | ||
- | $ chmod a+r /etc/passwd /etc/group | ||
- | $ chmod 777 /var | ||
$ ssh-host-config | $ ssh-host-config | ||
</ | </ | ||
Line 81: | Line 83: | ||
Start it up: | Start it up: | ||
$ net start sshd | $ net start sshd | ||
- | |||
- | If the service fails to start, try: | ||
- | < | ||
- | $ chown system /etc/ssh* | ||
- | $ chown system /var/empty | ||
- | </ | ||
===== Add firewall exception ===== | ===== Add firewall exception ===== |
cygwin.1430164513.txt.gz · Last modified: 2015/04/27 12:55 by tkbletsc