- Download it with wget or curl
- use
chmod a+x
on the shell script - run the script
This file contains hidden or 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
#!/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/ |
This file contains hidden or 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
{"message":[{"user":"Chat","text":"Loading emotes and badges.."},{"user":"Chat","text":"Connecting to Night's chat socket server.."},{"user":"Chat","text":"Connected."}]} |
This file contains hidden or 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
<?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 |
Just CSS, no JS!
A Pen by Wallace Erick on CodePen.
This file contains hidden or 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
http { | |
include mime.types; | |
default_type application/octet-stream; | |
sendfile on; | |
keepalive_timeout 2; | |
server { | |
#WICHTIGES |
NewerOlder