Skip to content

Instantly share code, notes, and snippets.

View RackoWacko's full-sized avatar

Loren Watts RackoWacko

  • Cigna
  • Colorado
View GitHub Profile
@jcefoli
jcefoli / guid.ps1
Created February 17, 2016 14:45
Create GUID in Powershell (Uppecase String)
[guid]::NewGuid().toString().ToUpper()
@jgravois
jgravois / _webserver.md
Last active January 5, 2026 14:40
a simple guide for getting a local web server set up

Do I have a web server running?


having a web server turned on doesn't necessarily mean you are serving pages on the world wide web. its what allows you to load your own static files (.html, .js etc.) in a browser via http://.

if you're not sure whether or not you have a web server running, no problem! its easy to confirm.

what happens when you visit http://localhost/?