I hereby claim:
- I am dandrzejewski on github.
- I am dandrzejewski (https://keybase.io/dandrzejewski) on keybase.
- I have a public key ASAafav_NDwfRuLrNWiNUHTBVwcQGNze_VGJCx9alxiL6Qo
To claim this, I am signing this object:
# jan/29/2018 22: 4:17 by RouterOS 6.41 | |
# | |
/interface list | |
add name=public comment="public network" | |
add name=local comment="local network" | |
add name=guest comment="guest network" | |
# Change the interfaces below to your own | |
/interface list member | |
add list=public interface=ether1 |
<?php | |
/** | |
* Plugin Name: Multisite: Passwort Reset on Local Blog | |
* Plugin URI: https://gist.github.com/eteubert/293e07a49f56f300ddbb | |
* Description: By default, WordPress Multisite uses the main blog for passwort resets. This plugin enables users to stay in their blog during the whole reset process. | |
* Version: 1.0.0 | |
* Author: Eric Teubert | |
* Author URI: http://ericteubert.de | |
* License: MIT | |
*/ |
#!/usr/bin/env python3 | |
"""Command generator for setting DHCP Option 119 | |
This script converts the specified domain names to DHCP Option 119 | |
(Domain Search Option) and prints commands for various DHCP servers. | |
USAGE: | |
./dhcp_option119.py DOMAIN ... | |
EXAMPLE: |
# Purge all Varnish cache | |
varnishadm "ban req.url ~ /" |
#!/bin/bash | |
# | |
#Written by NF9K on 5/23/2019 | |
# | |
#Work in progress | |
# | |
# Modified by AD8G to strip newlines at the end of the radioid.net csv files. | |
# | |
# To use, create a file called "vars" in the same directory as this script. | |
# Place two variables in it - USERNAME and PASSWORD - these are the credentials |
I hereby claim:
To claim this, I am signing this object:
# Defaults / Configuration options for homebridge | |
# The following settings tells homebridge where to find the config.json file and where to persist the data (i.e. pairing and others) | |
HOMEBRIDGE_OPTS=-U /var/lib/homebridge | |
# If you uncomment the following line, homebridge will log more | |
# You can display this via systemd's journalctl: journalctl -f -u homebridge | |
# DEBUG=* |
#!/usr/bin/env python | |
"""Regenerate Custodia server.keys and config | |
Christian Heimes <cheimes@redhat.com> | |
""" | |
import argparse | |
import os | |
from ipalib import api | |
from ipaplatform.paths import paths |
# disable secure boot in the bios, in menu security | |
# downlad and unzip refind-bin-0.7.8.zip | |
# install refind, assuming your ESP partition is /dev/sda1 and mounted in /boot/efi | |
cd refind-bin-0.7.8 | |
./install.sh | |
# type y and go ahead | |
# at that time your boot entry should look like that |
--- a/setup.py 2014-03-17 03:31:31.000000000 +0100 | |
+++ b/setup.py 2014-03-17 19:06:03.000000000 +0100 | |
@@ -750,10 +750,8 @@ | |
exts.append( Extension('_socket', ['socketmodule.c'], | |
depends = ['socketmodule.h']) ) | |
# Detect SSL support for the socket module (via _ssl) | |
- search_for_ssl_incs_in = [ | |
- '/usr/local/ssl/include', | |
- '/usr/contrib/ssl/include/' | |
- ] |