Redirect To SSL Using Apache’s .htaccess File

December 11, 2007

# If we have neither mod_ssl nor mod_rewrite
# then let’s simply deny the access:

deny from all

Read the rest of this entry »


Basic pfctl control

December 8, 2007

# 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.
Read the rest of this entry »


Membaca untuk menimba ilmu

December 8, 2007

Dinasihatkan oleh “Lord Francis Bacon” kepada pembaca: “Jangan membaca untuk menafikan,menggelirukan atau mempercayai dan menerima bulat, atau mencari buah perbualan dan perbincangan, tetapi bacalah untuk menimbang dan menilai”


Extract a file from a rpm package

December 5, 2007

Syntax is as follows:
rpm2cpio myrpmfile.rpm
rpm2cpio – < myrpmfile.rpm
rpm2cpio myrpmfile.rpm | cpio -idmv
Read the rest of this entry »