Skip to content

Instantly share code, notes, and snippets.

View boostsup's full-sized avatar

Joseph boostsup

  • Web Tech
  • Downtown SF
View GitHub Profile
@boostsup
boostsup / README.md
Created April 26, 2017 21:54 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@boostsup
boostsup / gist:a2853e8fd6460897a33d05b67025482b
Created September 9, 2017 22:59 — forked from kurokikaze/gist:350fe1713591641b3b42
install chrome from powershell
(new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', 'c:/temp/chrome.exe');. c:/temp/chrome.exe /silent /install;rm c:/temp -rec