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
# basic pfctl control | |
# == | |
# Related: http://www.OpenBSD.org | |
# Last update: Tue Dec 28, 2004 | |
# == | |
# Note: | |
# this document is only provided as a basic overview | |
# for some common pfctl commands and is by no means | |
# a replacement for the pfctl and pf manual pages. |
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
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
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
#!/usr/bin/awk | |
BEGIN { | |
for (i = 0; i <= 255; i++) { | |
ord[sprintf("%c", i)] = i | |
} | |
} | |
function escape(str, c, len, res) { | |
len = length(str) |
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
#!/usr/bin/env bash | |
NOTES_HOME=/opt/ibm/lotus/notes | |
# export JAVA_HOME=/home/abralek/factory/jdk1.6.0_29/ | |
# export JAVA_HOME=/home/abralek/factory/jdk1.7.0_21/ | |
export JAVA_HOME=/home/abralek/factory/jdk1.5.0_22/ | |
CLASSPATH=$CLASSPATH:.:$NOTES_HOME/jvm/lib/ext/Notes.jar:$NOTES_HOME/jvm/lib/xml.jar |
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
Versioned TeX Live distfiles | |
Status | |
Last update: Tue Jan 15 18:42:01 CET 2013 | |
9591 versioned tarballs (3045 MB) of 8252 upstream tarballs (2060 MB). | |