Skip to content

Instantly share code, notes, and snippets.

View Ileriayo's full-sized avatar
🥑
Solving developer problems so that they can solve more problems

Ileriayo Adebiyi Ileriayo

🥑
Solving developer problems so that they can solve more problems
View GitHub Profile
@Ileriayo
Ileriayo / web-servers.md
Created November 10, 2021 10:09 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@Ileriayo
Ileriayo / postgres-brew.md
Created July 19, 2021 20:22 — forked from ibraheem4/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update