Admin/Windows/Cygwin/README
changeset 71335 2afdd24ff707
parent 69932 56c51f8a118b
child 71385 06bb82e7af2a
equal deleted inserted replaced
71334:8b69289254ba 71335:2afdd24ff707
     5 
     5 
     6 * Mirror with many old versions (not setup.ini)
     6 * Mirror with many old versions (not setup.ini)
     7   https://ftp.eq.uc.pt/software/pc/prog/cygwin
     7   https://ftp.eq.uc.pt/software/pc/prog/cygwin
     8 
     8 
     9 * Local snapshots:
     9 * Local snapshots:
    10   http://isabelle.in.tum.de/cygwin  (Isabelle2012)
    10   - http://isabelle.in.tum.de/cygwin  (Isabelle2012)
    11   http://isabelle.in.tum.de/cygwin_2013  (Isabelle2013)
    11   - http://isabelle.in.tum.de/cygwin_2013  (Isabelle2013)
    12   http://isabelle.in.tum.de/cygwin_2013-1  (Isabelle2013-1 and Isabelle2013-2)
    12   - http://isabelle.in.tum.de/cygwin_2013-1  (Isabelle2013-1 and Isabelle2013-2)
    13   http://isabelle.in.tum.de/cygwin_2014  (Isabelle2014)
    13   - http://isabelle.in.tum.de/cygwin_2014  (Isabelle2014)
    14   http://isabelle.in.tum.de/cygwin_2015  (Isabelle2015)
    14   - http://isabelle.in.tum.de/cygwin_2015  (Isabelle2015)
    15   http://isabelle.in.tum.de/cygwin_2016  (Isabelle2016)
    15   - http://isabelle.in.tum.de/cygwin_2016  (Isabelle2016)
    16   http://isabelle.in.tum.de/cygwin_2016-1  (Isabelle2016-1)
    16   - http://isabelle.in.tum.de/cygwin_2016-1  (Isabelle2016-1)
    17   http://isabelle.in.tum.de/cygwin_2017  (Isabelle2017)
    17   - http://isabelle.in.tum.de/cygwin_2017  (Isabelle2017)
    18   https://isabelle.sketis.net/cygwin_2018  (Isabelle2018)
    18   - https://isabelle.sketis.net/cygwin_2018  (Isabelle2018)
    19   https://isabelle.sketis.net/cygwin_2019  (Isabelle2019)
    19   - https://isabelle.sketis.net/cygwin_2019  (Isabelle2019)
    20 
    20 
    21 * Apache2 redirects for virtual host isabelle.conf:
    21 * Apache2 redirects for virtual host isabelle.conf:
       
    22 ```
    22   Redirect /cygwin/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/release
    23   Redirect /cygwin/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/release
    23   Redirect /cygwin_2013/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/release
    24   Redirect /cygwin_2013/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/release
    24   Redirect /cygwin_2013-1/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/release
    25   Redirect /cygwin_2013-1/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/release
    25   Redirect /cygwin_2013-1/x86/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/x86/release
    26   Redirect /cygwin_2013-1/x86/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/x86/release
    26   Redirect /cygwin_2014/x86/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/x86/release
    27   Redirect /cygwin_2014/x86/release http://ftp.eq.uc.pt/software/pc/prog/cygwin/x86/release
    37   Redirect /cygwin_2018/x86_64/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86_64/release
    38   Redirect /cygwin_2018/x86_64/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86_64/release
    38   Redirect /cygwin_2018/noarch/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/noarch/release
    39   Redirect /cygwin_2018/noarch/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/noarch/release
    39   Redirect /cygwin_2019/x86/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86/release
    40   Redirect /cygwin_2019/x86/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86/release
    40   Redirect /cygwin_2019/x86_64/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86_64/release
    41   Redirect /cygwin_2019/x86_64/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86_64/release
    41   Redirect /cygwin_2019/noarch/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/noarch/release
    42   Redirect /cygwin_2019/noarch/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/noarch/release
       
    43 ```
    42 
    44 
    43 * Quasi-component: "isabelle build_cygwin" (as Administrator)
    45 * Quasi-component: "isabelle build_cygwin" (as Administrator)
    44 
    46 
    45 * SSH server:
    47 * SSH server:
    46 
    48 
    47   - run Cygwin terminal as Administrator
    49   - run Cygwin terminal as Administrator
    48 
    50 
    49   - run ssh-host-config
    51   - run ssh-host-config
    50 
    52 ```
    51     StrictMode: yes
    53     StrictMode: yes
    52     privilege separation: yes
    54     privilege separation: yes
    53     new local account 'sshd': yes
    55     new local account 'sshd': yes
    54     sshd as a service: yes
    56     sshd as a service: yes
    55     different name (than cyg_server): no
    57     different name (than cyg_server): no
    56     new privileged account cyg_server: yes
    58     new privileged account cyg_server: yes
       
    59 ```
    57 
    60 
    58   - mkpasswd -l > /etc/passwd
    61   - user setup
       
    62 ```
       
    63     mkpasswd -l > /etc/passwd
    59     mkgroup -l > /etc/group
    64     mkgroup -l > /etc/group
    60 
    65 
    61     passwd -R USER
    66     passwd -R USER
       
    67 ```