Changes between Version 1 and Version 2 of FranksVMNotes


Ignore:
Timestamp:
Mar 10, 2013, 3:24:04 PM (11 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FranksVMNotes

    v1 v2  
    55 * Accessable as o4w.gdal.org
    66 * Installed Cygwin normally plus a few packages.
     7
     8== ssh access ==
     9
    710 * Enabled ssh login by running "ssh-host-config -y" (make sure it is from a cygwin shell "run as administrator").
    8  * Then go into Windows Firewall, and select "Allow a program or feature through Windows Firwall", hit "Change Settings", then "Allow another program...", "Browse" and select c:\cygwin\usr\sbin\sshd.exe.
     11 * It prompted for a password for the special admin account created, used my "normal" password.
     12 * Use the command "net start sshd" to start the service.
     13 * Then go into Windows Firewall, and select "Allow a program or feature through Windows Firewall", hit "Change Settings", then "Allow another program...", "Browse" and select c:\cygwin\usr\sbin\sshd.exe.
     14 * Modify /etc/sshd_config to have the line ClientAliveInterval 60 to prevent ssh sessions from being dropped after a while, and restarted sshd.
     15
     16== Visual Studio ==
     17
    918 * After installing VC2010 Express setup a $HOME/bin/cygwin2010.sh script to setup the environment from cygwin.  Note that on 64bit VMs MSVC is in "\Program Files (x86)"
    1019