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/07/01 12:36] – [Command-line cygwin package installer] 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 46: Line 49:
   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
Line 72: 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 79: 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.1435779395.txt.gz · Last modified: 2015/07/01 12:36 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki