====== Cygwin ====== ins .bashrc File: * mount -b c: /c * mount -b d: /d * alias c:="cd /c/" * alias d:="cd /d/" ===== SSH Server ===== * [[http://pigtail.net/LRP/printsrv/cygwin-sshd.html|HowTo]] - Download Cygwin: http://www.cygwin.com/ - Package to Install: * **openssh** * **tcp_wrappers** * **zlib** - Make Systemvariable: * **CYGWIN = ntsec tty** * **Path += c:\cygwin\bin** - Open Cygwin: - **ssh-host-config** - When the script asks you about "privilege separation", answer **yes** - When the script asks about "create local user sshd", answer **yes** - When the script asks you about "install sshd as a service", answer **yes** - When the script stops and asks you for "CYGWIN=" your answer is **ntsec tty** - **start the sshd service** or **net start sshd** or **cygrunsrv --start sshd** - Make sure every Windows user has a password set - Make sure every Windows user has done the following at least once: - Login in as the Windows user, - pop a console command screen by clicking Start...Run....cmd - Cygwin: - **mkpasswd -cl > /etc/passwd** - **mkgroup --local > /etc/group** ===== X on Cygwin ===== * http://x.cygwin.com/ Meine Installation - Alle X11 punkte von cygwin installieren - startxwin.bat editieren - "%RUN% setxkbmap ch" hinzufügen, am besten oberhalb vom xterm - startxwin.bat ausführen ==== KDE on Cygwin ==== * http://kde-cygwin.sourceforge.net/ * http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/ Funktioniert, jetzt fehlen nur noch Programme dafür ;) **Bemerkung:** Der Cygwin-Installer stürzte mir bei der Paketauswahl dauernd ab, so hatte ich lange bis ich entlich alle nötigen Pakte installiert hatte.