cygwin
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cygwin [2012/03/29 19:12] – 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 28: | Line 32: | ||
* make | * make | ||
+ | Cheat command if using apt-cyg as noted below: | ||
+ | $ apt-cyg install lynx links nano wget nc rsync zip unzip vim chere openssh screen gcc-core gcc-g++ gdb make bash-completion git python3 python3-imaging | ||
+ | |||
+ | To get Tyler' | ||
+ | ===== Bash prompt here context menu option ===== | ||
+ | |||
+ | $ chere -i -t mintty | ||
+ | | ||
===== Command-line cygwin package installer ===== | ===== Command-line cygwin package installer ===== | ||
- | To install additional cygwin packages later on from the command line, you can use [[http:// | ||
- | wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg | + | To install additional cygwin packages later on from the command line, you can use [[https:// |
+ | |||
+ | wget http:// | ||
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 63: | Line 78: | ||
< | < | ||
- | $ chmod a+r /etc/passwd /etc/group | ||
- | $ chmod 777 /var | ||
$ ssh-host-config | $ ssh-host-config | ||
</ | </ | ||
Line 70: | 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 ===== | ||
Line 89: | Line 96: | ||
< | < | ||
- |
cygwin.1333073550.txt.gz · Last modified: 2012/03/29 19:12 by tkbletsc