User Tools

Site Tools


cygwin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cygwin [2015/04/27 12:55] tkbletsccygwin [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 rsync zip unzip vim chere openssh screen gcc4-core gcc4-g++ gdb make+  $ 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's operating environment (Tyler only), get and run **kit.sh**.  Non-Tylers need not apply. To get Tyler's operating environment (Tyler only), get and run **kit.sh**.  Non-Tylers need not apply.
- 
 ===== 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't work any more :-(** 
  
-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:+To install additional cygwin packages later on from the command line, you can use [[https://github.com/transcode-open/apt-cyg|apt-cyg]], which works like apt-get, but pulls its stuff from the normal cygwin repos.  To install:
  
-  wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg+  wget http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg
   chmod +x apt-cyg   chmod +x apt-cyg
   mv apt-cyg /usr/local/bin/   mv apt-cyg /usr/local/bin/
  
 +Or as a one-liner:
 +  wget http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg && chmod +x apt-cyg && mv apt-cyg /usr/local/bin/
 +  
 To use: To use:
   apt-cyg install chere   apt-cyg install chere
  
  
-A shorter version of [[http://pigtail.net/LRP/printsrv/cygwin-sshd.html|this very verbose HOWTO]]. 
  
 ====== Cygwin SSH server ====== ====== Cygwin SSH server ======
Line 74: Line 78:
  
 <code> <code>
-$ chmod a+r /etc/passwd /etc/group 
-$ chmod 777 /var 
 $ ssh-host-config  -y $ ssh-host-config  -y
 </code> </code>
Line 81: Line 83:
 Start it up: Start it up:
   $ net start sshd   $ net start sshd
- 
-If the service fails to start, try: 
-<code> 
-$ chown system /etc/ssh* 
-$ chown system /var/empty 
-</code> 
  
 ===== Add firewall exception ===== ===== Add firewall exception =====
cygwin.1430164513.txt.gz · Last modified: 2015/04/27 12:55 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki