Benutzer-Werkzeuge

Webseiten-Werkzeuge


sonstiges:cygwin

Cygwin

ins .bashrc File:

  • mount -b c: /c
  • mount -b d: /d
  • alias c:=„cd /c/“
  • alias d:=„cd /d/“

SSH Server

  1. Download Cygwin: http://www.cygwin.com/
  2. Package to Install:
  • openssh
  • tcp_wrappers
  • zlib
  1. Make Systemvariable:
  • CYGWIN = ntsec tty
  • Path += c:\cygwin\bin
  1. Open Cygwin:
  2. ssh-host-config
    1. When the script asks you about „privilege separation“, answer yes
    2. When the script asks about „create local user sshd“, answer yes
    3. When the script asks you about „install sshd as a service“, answer yes
    4. When the script stops and asks you for „CYGWIN=“ your answer is ntsec tty
  3. start the sshd service or net start sshd or cygrunsrv –start sshd
  4. Make sure every Windows user has a password set
  5. Make sure every Windows user has done the following at least once:
  6. Login in as the Windows user,
  7. pop a console command screen by clicking Start…Run….cmd
  8. Cygwin:
  9. mkpasswd -cl > /etc/passwd
  10. mkgroup –local > /etc/group

X on Cygwin

Meine Installation

  1. Alle X11 punkte von cygwin installieren
  2. startxwin.bat editieren
    1. „%RUN% setxkbmap ch“ hinzufügen, am besten oberhalb vom xterm
  3. startxwin.bat ausführen

KDE on Cygwin

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.

sonstiges/cygwin.txt · Zuletzt geändert: d.m.Y H:i von 127.0.0.1