// archives

Linux, Unix, and Solaris

This category contains 5 posts

PHP Stack - An implementation of a basic data structure

Recently, I started re-learning c++ and the topic of data structures surfaced. The conversation evolved to their usefulness in web development. Without commenting on that, I decided to partake in an exercise to implement c style functionality in a PHP OOP context. Here is the code I came up with:

/*
* Stack - the [...]

OSCON 2009 - Intro to Forensics

Great little demo discussing security strategy and recon

Easy Apache SSL generation shell script

Here’s my bash shell script to generate SSL server key and csr files.

#!/bin/bash
echo “Enter file path to store cert e.g. /etc/httpd/conf/ssl”
read FILEPATH
echo “Enter full domain name e.g. www.whatever.com”
read DOMAINNAME
FULLPATH=”$FILEPATH/$DOMAINNAME”
echo “# # # # # # # # # # # # # # # # # # # # # #”
echo “# [...]

 

March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  
  • Print this article!
  • Digg
  • del.icio.us
  • Facebook
  • TwitThis