Explore >> Select a destination


You are here

cmetcalfe.ca
| | android-developers.googleblog.com
166.7 parsecs away

Travel
| | News and insights on the Android platform, developer tools, and events.
| | iainbean.com
125.0 parsecs away

Travel
| | 86% of the top 100,000 websites use it, but whats the cost to users?
| | willhaley.com
100.0 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 ^ --packages openssh,git,rsync,nano You could take that script above, host it, then make a one-liner like this.
| | austinmorlan.com
180.9 parsecs away

Travel
| I recently purchased a new laptop (Dell XPS 13 9370) and needed to install Arch onto it. I thought I'd finally document the steps I took because I always seem to forget what I did the last time (one of the joys of Arch is that it rarely needs to be reinstalled). There are a lot of helpful guides online about different installation setups, but I could never find one that met all of my requirements: