Skip to content

Instantly share code, notes, and snippets.

View Levenson's full-sized avatar

Alexey Abramov Levenson

View GitHub Profile
# 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.
@Levenson
Levenson / nginx.conf
Created June 12, 2017 08:14 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
#!/usr/bin/awk
BEGIN {
for (i = 0; i <= 255; i++) {
ord[sprintf("%c", i)] = i
}
}
function escape(str, c, len, res) {
len = length(str)
#!/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
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).