I hereby claim:
- I am hellekin on github.
- I am hellekin (https://keybase.io/hellekin) on keybase.
- I have a public key whose fingerprint is C333 AA4F 507F F57F B16E F23E 3863 6139 1CA2 4A13
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf8"> | |
<title> Copyleft FTW! </title> | |
<style> | |
/** | |
* CopyLEFT FTW! | |
* | |
* When the mouse hovers the section, replace Copyright with Copyleft |
#include <stdio.h> | |
#include <unistd.h> | |
#include <errno.h> | |
#include <string.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <sys/select.h> | |
#define TCP_STEALTH 26 |
# | |
## ~/.tmux.conf | |
# | |
## Act more like GNU screen | |
# Use C-a as command prefix, not C-b | |
set-option -g prefix C-a | |
bind-key C-a last-window | |
bind-key a send-prefix | |
# Resize according to window use, not session |
#!/bin/sh | |
host=dowse.saliat.gnu | |
port=28332 | |
twister_status=`ss -lt | awk '/127.0.0.1:'$port'/ { print "already running"; }'` | |
if [ "$twister_status" != "already running" ] ; then | |
echo -n "Opening tunnel to Twister... " |
#!/bin/sh | |
username="user" | |
password="pwd" | |
ipv4addr="127.0.0.1" | |
TWISTER="/usr/local/bin/twisterd" | |
ARGS="-rpcuser=$username -rpcpassword=$password -rpcallowip=$ipv4addr" | |
exec $TWISTER $ARGS $@ |
# ## wiki.example.org #
server {
listen 80; listen 443 ssl;
I don't think people understand what arms dealers really do. They invest thousands of man and computer hours into designing killingry which people are willing to pay lots of money for. As a business, they want to keep their customer base happy, which means allowing their customers (yes, presumably the NSA/FBI/etc.) to use their weapons rather than not selling them. Yes, it's probably the case that these weapons don't just go to nabbing child pornographers or drug traffickers, they also probably try to catch the next Snowden, which not everyone agrees is The Right Thing To Do. But for what it's worth, I'd still trust the US government (even with all its faults) far more
# Resolve dot-bit | |
forward-zone: | |
name: "bit" | |
forward-addr: 178.32.31.41 | |
forward-addr: 178.63.16.21 | |
forward-first: yes |
$:<< File.expand_path(File.join(File.dirname(__FILE__), 'lib')) | |
require 'cinch' | |
class TurnBot | |
include Cinch::Plugin | |
def initialize(*args) | |
super | |
@turns = [] |