Skip to content

Instantly share code, notes, and snippets.

View marulitua's full-sized avatar

erwin maruli tua pakpahan marulitua

  • Bali
View GitHub Profile
@marulitua
marulitua / devtools.py
Created May 30, 2019 09:05 — forked from hellricer/devtools.py
ELinks hooks providing a framework for manipulating DOM
import os
import re
import subprocess
from bs4 import BeautifulSoup
import rules
def replacer(url, html):
new = html
reload(rules)
@marulitua
marulitua / dhcpd.conf
Created April 23, 2018 07:19 — forked from robinsmidsrod/dhcpd.conf
Trying to chainload iPXE with full feature set from a lesser featured one, whilst still being able to boot non-supported cards with UNDI
ddns-update-style none;
deny bootp; #default
authoritative;
include "/etc/dhcp/ipxe-option-space.conf";
# GREEN (private network)
subnet 10.1.1.0 netmask 255.255.255.0 {
range 10.1.1.100 10.1.1.199;
option subnet-mask 255.255.255.0;
@marulitua
marulitua / introrx.md
Created September 20, 2016 10:35 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing