User Tools

Site Tools


cygwin

Differences

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

Link to this comparison view

Next revision
Previous revision
cygwin [2012/03/29 19:12] 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 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's operating environment (Tyler only), get and run **kit.sh**.  Non-Tylers need not apply.
 +===== 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://code.google.com/p/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+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://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 63: 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 70: 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 =====
Line 89: Line 96:
 <code>$ mount -a</code> <code>$ mount -a</code>
    
- 
cygwin.1333073550.txt.gz · Last modified: 2012/03/29 19:12 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki