Skip to content

Instantly share code, notes, and snippets.

View raybesiga's full-sized avatar

Ray Besiga raybesiga

View GitHub Profile
@raybesiga
raybesiga / gist:c3601b30d8f07ea9545ace3ea6e0964a
Created August 13, 2018 19:09
Symlinking jekyll build to static folder
ln -s /var/www/prod/{project}/_site /var/www/prod/static_files/{project}
@raybesiga
raybesiga / restart_bluetooth.sh
Created January 17, 2019 12:48 — forked from nicolasembleton/restart_bluetooth.sh
Restart Bluetooth Daemon on Mac OS X without restarting
#!/bin/bash
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport