Skip to content

Instantly share code, notes, and snippets.

View mluis's full-sized avatar
🖖
SYN ACK

Miguel Luís mluis

🖖
SYN ACK
View GitHub Profile
@mluis
mluis / keybase.md
Created November 23, 2017 15:23
keybase.md

Keybase proof

I hereby claim:

  • I am mluis on github.
  • I am mluis (https://keybase.io/mluis) on keybase.
  • I have a public key ASDCdeoMxaYIDuuvjoiuD170KfADgkxNtqDFBVzfcQB3dgo

To claim this, I am signing this object:

@mluis
mluis / SimpleAuthServer.py
Created December 3, 2017 17:58 — forked from fxsjy/SimpleAuthServer.py
SimpleAuthServer: A SimpleHTTPServer with authentication
import BaseHTTPServer
from SimpleHTTPServer import SimpleHTTPRequestHandler
import sys
import base64
key = ""
class AuthHandler(SimpleHTTPRequestHandler):
''' Main class to present webpages and authentication. '''
def do_HEAD(self):
@mluis
mluis / Blockstack
Created December 4, 2017 16:09
Blockstack
Verifying my Blockstack ID is secured with the address 1AULu6c7NwWkYGatJQLf3CSBjncE3jPHBp https://explorer.blockstack.org/address/1AULu6c7NwWkYGatJQLf3CSBjncE3jPHBp
@mluis
mluis / _etc_systemd_system_kodi.service
Last active November 23, 2018 00:18
RPi Kodi Media Center
[Unit]
Description = Kodi Media Center
After = systemd-user-sessions.service network.target sound.target
[Service]
User = kodi
Group = kodi
Type = simple
ExecStart = /usr/bin/kodi-standalone
Restart = always
@mluis
mluis / howto_create_online_radio_macos_sierra.txt
Created June 16, 2019 00:03 — forked from dmpanch/howto_create_online_radio_macos_sierra.txt
How to create internet radio on MacOS Sierra 10.12
All actions are performed in Terminal.app.
1. Install Homebrew http://brew.sh/
2. Install Jack (route audio tool) http://jackaudio.org/. Current stable version from official website doesn't work with
MacOS Sierra (I use 10.12.3) so you need to download beta version from there https://yadi.sk/d/JwT10b7v3Dm5yy.
After installing reboot your computer.
3. Install Darkice (audio streamer) via brew.