| bio | website | realultimateprogramming.blogs… |
|---|---|---|
| location | Duluth, GA | |
| age | 32 | |
| visits | member for | 2 years, 9 months |
| seen | May 3 at 13:54 | |
| stats | profile views | 70 |
I like to spend time with my lovely wife, our two beautiful daughters, and our dog. I'm also a fan of geek humor, and I've been known to flip out and write code⦠elegant code, if I'm really lucky.
|
Mar 29 |
awarded | Popular Question |
|
Oct 1 |
awarded | Notable Question |
|
Sep 10 |
comment |
Why would someone choose FreeBSD over Linux? @ashwin FreeBSD handbook is hands-down the best docs I've seen for an OS. The closest I've seen is probably the Gentoo handbook. The BSD man pages also tend to be very nice, although OpenBSD's man pages are probably better than FreeBSD's. |
|
Aug 20 |
awarded | Yearling |
|
Jul 30 |
awarded | Popular Question |
|
Jul 27 |
comment |
How do I perform a reverse history search in ZSH's vi-mode? Thanks, particularly for zshzle. That is quite informative and useful. |
|
Jul 27 |
accepted | How do I perform a reverse history search in ZSH's vi-mode? |
|
Jul 27 |
asked | How do I perform a reverse history search in ZSH's vi-mode? |
|
May 30 |
comment |
Colorized `cat` for source and script files? I like the vimpager project for this. |
|
May 15 |
comment |
Is there such thing as a “free” equivalent to Microsoft Virtual Server? @jippie The last time I was looking into this, Xen no longer required a special guest kernel (the necessary stuff was in place in the vanilla kernels for most major OSes) as long as you were on a fairly modern processor. |
|
May 4 |
revised |
gparted live CD can't resize a partition? ordered list instead of unordered |
|
May 4 |
answered | gparted live CD can't resize a partition? |
|
May 4 |
comment |
gparted live CD can't resize a partition? @user859955 GParted still doesn't handle LVM partitions? :-( Thank you very much. |
|
May 4 |
revised |
gparted live CD can't resize a partition? edited tags |
|
May 4 |
asked | gparted live CD can't resize a partition? |
|
Apr 25 |
comment |
Ubuntu Server: Already have LAMP installed, how do i install and set up Django? @Nicklas mod_python is deprecated; use mod_wsgi instead. If you go to the Django mailing list or IRC channel and ask for help with mod_python, they're probably going to tell you the same thing. Seriously, pretend you've never heard of mod_python, and it will make your life simpler. |
|
Apr 24 |
comment |
Ubuntu Server: Already have LAMP installed, how do i install and set up Django? @Nicklas You're going to want mod_wsgi, then. Try this guide. It was the de facto default for a really long time, so (assuming that guide is still current; my Django is a bit rusty) it shouldn't be too bad. The architecture behind the nginx+gunicorn solution is just more unix-y; the mod_wsgi stuff probably makes perfect sense if you already understand Apache's way of doing things (I never did, but that's probably because I never used it heavily, whereas I use *nix all day, every day). |
|
Apr 24 |
answered | Ubuntu Server: Already have LAMP installed, how do i install and set up Django? |
|
Apr 22 |
awarded | Critic |
|
Apr 21 |
answered | How do you install mutt on Mac OS X? |