On this page... (hide)
Linux-like tools and environment for Win32
http://www.physionet.org/physiotools/cygwin/
Wikipedia:Cygwin
http://x.cygwin.com/
http://www.cygwin.com/
a CygWin FAQ, and another Cygwin FAQ
using Perl with Cygwin
Stack Overflow: resources for becoming a Cygwin “power user”?
MinTTY is a more windows-friendly interface
Installation and setup
Run http://www.cygwin.com/setup.exe any time you want to update or install a Cygwin package.
I’ve been getting a lot of updates (?) every time, even when all I want is one small package.
execute /usr/bin/makewhatis to allow the apropos command to work (source)
my .baschrc
Okay, there’s not much there, there. And possibly even bad practices....
export PATH=.:$PATH
PS1=$
pwd
Emacs and Cygwin
EmacsWiki:NTEmacsWithCygwin
EmacsWiki:setup-cygwin.el
Steve Yegges doc-emacs file - scroll down for cygwin notes
WebSailor on Emacs and Cygwin
clipboard
rxvt
http://www.soe.ucsc.edu/~you/notes/cygwin-install.html#mozTocId333576
some rxvt shortcut notes
lots of rxvt notes
c2 on Cygwin terminals, like rxvt
Xdefaults info
colors for shells
rxvt and the windows clipboard, more notes
zsh z-shell as alternative to rxvt
cygwin notes, plus z-shell perspective
Putty or Mintty
http://stackoverflow.com/questions/1943288/use-putty-as-a-local-terminal-emulator
ssh
works from standard bash shell, but terminal send/response can be wonky. pine on server2.cs.uof is wonky; from an x-server window bash prompt works just fine
using rxvt with export TERM=xterm in .bashrc - emacs (F-keys), pine, etc all work and display fine
ssh login issue
solving pesky ssh issues in cygwin
First locate the file called ‘passwd’ in your C:\path\to\cygwin\etc directory and edit it
Second, replace the text
/home/<YOUR_NAME>
with
/cygdrive/c/Documents and Settings/<YOUR_NAME>
Screen
see Gnu Screen
Perl and Cygwin
had to add Wild.pm to c:/cygwin/lib/Perl5/5.10/i686-cygwin/
see example contents
General thing tips
ten command-line one-liners - these are Linux specific, but most work in cygwin’s shells, as well
Uninstalling Cygwin
Cygwin does not have an automatic uninstall capability. To uninstall Cygwin, perform the following manual steps.
- Delete the Cygwin shortcuts on the Desktop and Start Menu.
- Delete the registry node
Software\Cygnus Solutionsunder HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. - Delete the Cygwin directory (typically
C:\cygwin). - Delete any files created in the setup temporary directory.
- Delete
C:\cygwin\binfrom the PATH environment variable if you have it.
http://digifer.com/blog/?page_id=8
See Also
Category tags
Programming Unix Productivity Shell Emacs
Comments
No comments yet.
Add Comment





