Top "Cygwin" questions

Cygwin is a collection of GNU and other Unix-like FOSS tools which run on MS Windows and provide functionality similar to a GNU/Linux distribution while (mostly) conforming to POSIX specifications.

Cygwin error: "-bash: fork: retry: Resource temporarily unavailable"

I recently reinstalled Cygwin on my computer in order to get access to several command line elements that I was …

cygwin
sudo command not found on Cygwin

I am currently trying to install and update a few packages on a Windows OS. The only matter is that …

windows terminal cygwin sudo
syntax error near unexpected token `$'in\r''

I'm trying to compile the NIST Biometric Image Software, and I have been having trouble all day. I finally got …

cygwin syntax-error token biometrics
Open a file from Cygwin

Is there an equivalent to OSX open command in cygwin. open opens a file with the default application for that …

shell cygwin
Install Protocol Buffers on Windows

I am unable to find clear instructions to install Google Protocol Buffers (including compiler) on Windows x64 platform. I went …

java windows cygwin mingw protocol-buffers
cygwin + rsync

I would like to backup a dir in Win XP on a Solaris server via rsync. I installed cygwin but …

cygwin rsync
Bash variable assignment and command not found

I have a shell script that will let me access global variables inside the script, but when I try to …

bash shell variables cygwin
Best terminal environment for Cygwin/Windows?

Today I run Cygwin with rxvt using the following startup line: rxvt -bg black -sl 8192 -fg white -sr -g 150x56 …

windows cygwin rxvt
Using expect to pass a password to ssh

How can I use expect to send a password to an ssh connection. say the password was p@ssword and …

ssh cygwin expect
Git under windows: MSYS or Cygwin?

I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most …

git cygwin msysgit dvcs