Skip to content

Instantly share code, notes, and snippets.

View MTRNord's full-sized avatar
🏠
Working from home

Marcel MTRNord

🏠
Working from home
View GitHub Profile
@MTRNord
MTRNord / build_nginx.sh
Last active August 5, 2016 21:19 — forked from MattWilcox/build_nginx.sh
Fetch, build, and install the latest nginx with the latest OpenSSL for RaspberryPi
#!/usr/bin/env bash
# names of latest versions of each package
export VERSION_PCRE=pcre-8.32
export VERSION_OPENSSL=openssl-1.0.2h
export VERSION_NGINX=nginx-1.11.3
# URLs to the source directories
export SOURCE_OPENSSL=https://www.openssl.org/source/
export SOURCE_PCRE=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
@MTRNord
MTRNord / README.md
Last active October 15, 2016 14:19
Create ffnord gluon Enviorment

How to use

  1. Download it with wget or curl
  2. use chmod a+x on the shell script
  3. run the script

Disclaimer

@MTRNord
MTRNord / example.json
Created May 22, 2015 13:46
Javascript Problem
{"message":[{"user":"Chat","text":"Loading emotes and badges.."},{"user":"Chat","text":"Connecting to Night's chat socket server.."},{"user":"Chat","text":"Connected."}]}
@MTRNord
MTRNord / VGR_derLaender1.html
Created January 4, 2015 14:33
HTMLParser_OpenData
<?xml version="1.0" encoding="utf-8" standalone="no"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de"><head profile="http://dublincore.org/documents/dcq-html/"><meta http-equiv="content-type" content="text/html; charset=UTF-8"/><meta http-equiv="content-language" content="de"/><meta http-equiv="Content-Style-Type" content="text/css"/><meta http-equiv="Content-Script-Type" content="text/javascript"/><meta name="robots" content="index,follow,noarchive,noodp"/><meta name="revisit-after" content="30 Days"/><meta name="generator" content="GENESIS-Online"/><meta name="DC.type" content="Text" scheme="DCTERMS.DCMIType"/><meta name="DC.format" content="text/html" scheme="DCTERMS.IMT"/><meta name="DC.audience" content="general public"/><meta name="language" content="de"/><meta name="DC.language" content="de"/><meta name="date" content="2015-01-04T12:50:21+1:00"/><meta name="DC.da
@MTRNord
MTRNord / Pure-CSS-Tabs.markdown
Created December 13, 2014 11:16
Pure CSS Tabs
@MTRNord
MTRNord / vhost1.conf
Created October 20, 2014 12:32
nginx conf ohne php
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 2;
server {
#WICHTIGES