Explore >> Select a destination


You are here

www.auctionsieve.com
| | crystalidea.com
13.3 parsecs away

Travel
| |
| | port139.hatenablog.com
15.0 parsecs away

Travel
| | ????????????????????????????????????????????????????????????
| | willhaley.com
22.9 parsecs away

Travel
| | This is my script to perform an unattended silent install of Cygwin on Windows without use of the wizard. Note that you can pre-configure the packages to install with --packages. mkdir "%PROGRAMFILES%\cygwinx86" REM Powershell 2 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://cygwin.com/setup-x86.exe', '%PROGRAMFILES%\cygwinx86\setup-x86.exe')" REM Powershell 3 REM powershell -Command "Invoke-WebRequest https://cygwin.com/setup-x86.exe -OutFile setup-x86.exe" "%PROGRAMFILES%\cygwinx86\setup-x86.exe" ^ --site http://cygwin.mirror.constant.com ^ --no-shortcuts ^ --no-desktop ^ --quiet-mode ^ --root "%PROGRAMFILES%\cygwinx86\cygwin" ^ --arch x86 ^ --local-package-dir "%PROGRAMFILES%\cygwinx86\cygwin-packages" ^ --verbose ^ --prune-install ...
| | nodogmablog.bryanhogan.net
37.8 parsecs away

Travel
| It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.