Skip to content

Instantly share code, notes, and snippets.

View mbifulco's full-sized avatar
🍱
Hungry (always)

Mike Bifulco mbifulco

🍱
Hungry (always)
View GitHub Profile
@mbifulco
mbifulco / remove_postgres_on_mac_os.md
Created March 20, 2019 01:45 — forked from Atlas7/remove_postgres_on_mac_os.md
Note - How completely uninstall PostgreSQL 9.X on Mac OSX

This blog post has helped me clean up my postgres development environment on Mac. So making a copy!

How completely uninstall PostgreSQL 9.X on Mac OSX

This article is referenced from stackoverflow:

If installed PostgreSQL with homebrew , enter brew uninstall postgresql

If you used the EnterpriseDB installer , follow the following step.
pi@raspberrypi:~ $ sudo hcidump -t -x & sudo DEBUG=* node NobleDebug.js
[3] 1124
HCI sniffer - Bluetooth packet analyzer ver 5.33
device: hci0 snap_len: 1500 filter: 0xffffffff
hci setting filter to: 1600000020c10000000000400000 +0ms
hci set event mask - writing: 01010c08fffffbff07f8bf3d +32ms
2017-01-21 21:06:49.104327 < HCI Command: Set Event Mask (0x03|0x0001) plen 8
2017-01-21 21:06:49.104327 < HCI Command: Set Event Mask (0x03|0x0001) plen 8
2017-01-21 21:06:49.104327 < HCI Command: Set Event Mask (0x03|0x0001) plen 8
Mask: 0xfffffbff07f8bf3d
@mbifulco
mbifulco / index.html
Created January 18, 2017 13:42 — forked from anonymous/index.html
Gymnasium will be right back// source http://jsbin.com/dewebajuye
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- typekit -->
#!/bin/bash
# ------------------------------------------------------------------
# Title: piupdate.sh
# Author: Andrew Miller (updated by Mike Bifulco)
# Version: 0.1.2
#
# Description:
# A really simple script that runs through all of the usual updates
# for a Raspbian Raspberry Pi.
#