I hereby claim:
- I am FiloSottile on github.
- I am filippo (https://keybase.io/filippo) on keybase.
- I have a public key whose fingerprint is 8CE7 D013 6ABE 132F EC03 D1C9 B8CC 58C5 1CAE A963
To claim this, I am signing this object:
#!/bin/bash | |
# https://gist.github.com/robwierzbowski/5430952/ | |
# Create and push to a new github repo from the command line. | |
# Grabs sensible defaults from the containing folder and `.gitconfig`. | |
# Refinements welcome. | |
# Gather constant vars | |
CURRENTDIR=${PWD##*/} | |
GITHUBUSER=$(git config github.user) |
#!/bin/bash | |
# grab PAM-provided auth token | |
read token | |
# gpg-preset-passphrase is often in /usr/libexec or /usr/lib/gnupg | |
preset=/usr/lib/gnupg/gpg-preset-passphrase | |
# grab our user, USER isn't always set | |
USER=$(id -un) |
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ | |
/* ========================================================================== | |
HTML5 display definitions | |
========================================================================== */ | |
/** | |
* Correct `block` display not defined in IE 8/9. | |
*/ |
I hereby claim:
To claim this, I am signing this object:
function string.fromhex(str) | |
return (str:gsub('..', function (cc) | |
return string.char(tonumber(cc, 16)) | |
end)) | |
end | |
function string.tohex(str) | |
return (str:gsub('.', function (c) | |
return string.format('%02X', string.byte(c)) | |
end)) |
#!/bin/sh | |
# | |
# Read-only Root-FS for Raspian | |
# | |
# Modified 2015 by Pascal Rosin to work on raspian-ua-netinst with | |
# overlayfs integrated in Linux Kernel >= 3.18. | |
# | |
# Originally written by Axel Heider (Copyright 2012) for Ubuntu 11.10. | |
# This version can be found here: | |
# https://help.ubuntu.com/community/aufsRootFileSystemOnUsbFlash#Overlayfs |
I hereby claim:
To claim this, I am signing this object:
This is a tentative list of public XMPP (Jabber) servers that provide a Tor Onion Service (.onion address) for connections from within the Tor network. By public I mean, servers that are free for everyone to use and place no barriers on registration.
Clearnet domain | Tor Hidden Service | In-Band registration | XEP compliance |
---|---|---|---|
5222.de | fzdx522fvinbaqgwxdet45wryluchpplrkkzkry33um5tufkjd3wdaqd.onion | links to web form | 100% |
cock.li | xdkriz6cn2avvcr2vks5lvvtmfojz2ohjzj4fhyuka55mvljeso2ztqd.onion | disabled | 30% |
dismail.de | 4colmnerbjz3xtsjmqogehtpbt5upjzef57huilibbq3wfgpsylub7yd.onion | disabled | 100% |
Install packages:
apt-get update
apt-get install hostapd udhcpd tor iptables-persistent
Disable WLAN interface: