Archives for: "January 2014"

list of pids using awk

January 22nd, 2014
I have to use this once in a while and I keep forgetting it. ps -ef | grep [p]rocess | awk '{printf "%s ", $2}' more »

Web Application Information

January 2nd, 2014
I'm rewriting a web application, converting it to use a REST backend and updating the frontend to take advantage of new web trends including jQuery, CSS3, AJAX, etc. I have way too many windows open for information on these items so I'm going to create… more »

AOE and iSCSI on Software RAID

January 2nd, 2014
AOE Using ATA Over Ethernet (AoE) On Ubuntu 12.04 (Initiator And Target) - Page 2 Using ATA Over Ethernet (AoE) On Ubuntu 12.04 (Initiator And Target) AoE module doesn't work with vblade WinAoE Windows Diskless with AoE Use AoE to Build Your Own… more »

HP HDX Dragon

January 2nd, 2014
HP HDX Dragon HP HDX 9000 Dragon owners lounge part 1 HP HDX 9000 Dragon owners lounge part 2 page 100 post Touch Pad Disable Board (video) SSD Information [Drivers] HP dv6-2XXX / dv7-3XXX / dv8 / HDX16 / HDX18 (INTEL) Base install load sequenc… more »

Perl Web Server

January 2nd, 2014
Perl Web Server How do I write an HTTP server in Perl? HTTP::Daemon - a simple http server class HTTP::Daemon - a simple http server class GUI with HTTP::Daemon LWP - The World-Wide Web library for Perl Pre-forking HTTP Daemon In Perl HTTP::Dae… more »

Setting up a Subversion (SVN) server on Ubuntu

January 2nd, 2014
I recently set up a SVN server to manage the eGiveIt codebase. Here are some details and links that helped. How to setup a Subversion (SVN) server on GNU/Linux - Ubuntu Install svn on ubuntu 12.04 Subversion Apache SVN Configuration more »