This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -S --noconfirm base-devel yajl wget | |
cd /tmp | |
wget https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz | |
wget https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz | |
tar zxvf package-query.tar.gz | |
tar zxvf yaourt.tar.gz | |
cd package-query | |
makepkg -i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config service "myddns" | |
option enabled "1" | |
option interface "wan" | |
option use_syslog "1" | |
option service_name "zzzz.io" | |
option domain "example.zzzz.io" | |
option force_interval "72" | |
option force_unit "hours" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This program is for setting TTF files to Installable Embedding mode. | |
* | |
* Note that using this to embed fonts which you are not licensed to embed | |
* does not make it legal. | |
* | |
* This code was written by Tom Murphy 7, and is public domain. Use at your | |
* own risk... | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Arch Linux installation procedure on an Asus F201E | |
# UEFI boot + SSD + LVM + LUKS + TRIM + discards | |
# Randomize (or zero) drive contents | |
dd if=/dev/urandom of=/dev/sda | |
# Create GPT and partitions | |
# Use gdisk to ensure proper partition alignment | |
gdisk /dev/sda | |
# 400MB boot partition on /dev/sda1 type ef00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description='32C3 secure WPA2 802.1X config' | |
Interface=wls1 | |
Connection=wireless | |
Security=wpa-configsection | |
IP=dhcp | |
ESSID=32C3 | |
WPAConfigSection=( | |
'ssid="32C3"' | |
'proto=RSN WPA' | |
'key_mgmt=WPA-EAP' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from base64 import b64decode | |
from os import listdir | |
from sys import argv | |
from xml.dom.minidom import parse | |
def unsign(filenames): | |
for f in filenames: | |
try: | |
dom = parse(f) | |
except IOError: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh [email protected] "ffmpeg -i $URL -c copy -f nut pipe:1" | ffplay -i pipe:0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pitch": 0, | |
"sprite": "mapbox://sprites/mushon/cijzh8i5u0101bmkvm2sxj5l0", | |
"draft": false, | |
"owner": "mushon", | |
"name": "Daat Hamakom Default", | |
"glyphs": "mapbox://fonts/mushon/{fontstack}/{range}.pbf", | |
"center": [ | |
13.2797674709783, | |
38.21471825979131 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "cijzh8i5u0101bmkvm2sxj5l0", | |
"center": [ | |
13.2797674709783, | |
38.21471825979131 | |
], | |
"metadata": { | |
"mapbox:groups": { | |
"1452119469254.1111": { | |
"name": "default", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Daat Hamakom Default", | |
"sources": { | |
"mapbox://mushon.277625nf": { | |
"url": "mapbox://mushon.277625nf", | |
"type": "vector" | |
}, | |
"mapbox://mapbox.mapbox-streets-v7": { | |
"url": "mapbox://mapbox.mapbox-streets-v7", | |
"type": "vector" |