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
#!/bin/bash | |
# First argument: Client identifier | |
KEY_DIR=~/openvpn-ca/keys | |
OUTPUT_DIR=~/client-configs/files | |
BASE_CONFIG=~/client-configs/base.conf | |
cat ${BASE_CONFIG} \ | |
<(echo -e '<ca>') \ |
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
curl -O http://imagemagick.org/download/ImageMagick-7.0.4-10.tar.xz | |
tar -xvf ImageMagick-7.0.4-10.tar.xz | |
cd ImageMagick-7.0.4-10 | |
./configure | |
make | |
sudo make install |
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
@font-face { | |
font-family: 'Whitney'; | |
font-style: normal; | |
font-weight: bold; | |
src: url(https://onedrive.live.com/download?resid=F87CD694B48033C9!114&authkey=!ADeQuq8LqQCrD3I&ithint=file%2cwoff) format('woff'); | |
} | |
@font-face { | |
font-family: 'Whitney'; | |
font-style: normal; | |
font-weight: normal; |
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
<?php | |
ini_set("display_errors","On"); | |
error_reporting(E_ALL); | |
header("Content-type: application/json"); | |
class TypekitFont | |
{ | |
private $url, | |
$subset, | |
$format="otf", |
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
@font-face { | |
font-family: 'SSP'; | |
src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAUAQAABABAQkFTRYpzk38AAAFMAAAAUEZGVE1vgQZSAAABnAAAABxHREVGACcBDwAAAbgAAAAmR1BPU7HVmO0AAAHgAAAz7EdTVULkedueAAA1zAAAAa5PUy8yapOebQAAN3wAAABgY21hcBcJdWIAADfcAAAB4mN2dCAQnwrGAAA5wAAAACZmcGdtU7QvpwAAOegAAAJlZ2FzcAAAABAAADxQAAAACGdseWadjrCEAAA8WAAAmGRoZWFkCF5HpAAA1LwAAAA2aGhlYQ4TBlIAANT0AAAAJGhtdHirEk0zAADVGAAAA6Rsb2Nhah2OYgAA2LwAAAHUbWF4cAIGAbcAANqQAAAAIG5hbWUa6bs2AADasAAAJ+Bwb3N0on9KCwABApAAAALScHJlcOO155AAAQVkAAAAiHdlYmbH3VT5AAEF7AAAAAYAAQAAAAgAAAAEAA4AAmlkZW9yb21uAAJERkxUAA5sYXRuACQABgAAAAAAAQACAAgADAAB/qQAAQAAAAYAAAAAAAEAAgAIAAwAAf6kAAEAAAAAAAEAAAAA0MoNVwAAAADNl4CfAAAAANEfeFsAAQAAAAwAAAAWAB4AAgABAAEA6AABAAQAAAACAAAAAQAAAAEAAAAAAAEAAAAKAEYAaAACREZMVAAObGF0bgAcAAQAAAAA//8AAgAAAAEAFgADQVpFIAAWQ1JUIAAWVFJLIAAWAAD//wACAAAAAQACa2VybgAOc2l6ZQAUAAAAAQAAAAQAAABkAAAAAAAAAAAAAQAEAAIAAAACAAoBQgABARoABAAAAA0AJAAqAFQAZgCMAKYAsADCANwA4gDwAPoBDAABALIAIQAKABP/ngA6//QAPP/HAFr/ugBc/7YAcQAMAHr/2wCxABkAsgBCAOUAFwAEABP/mgA8/8cAXP/bAHEAIQ |
NewerOlder