12,586 reputation
12151
bio website noneatthistime
location United States
age 31
visits member for 2 years, 6 months
seen 8 hours ago
stats profile views 3,501

My thoughts
Me on launchpad PPA
Evidently one of my mini-apps was useful enough to make it on to Webupd8
Do you use/like that app? Maybe you want to help fund a cryptogram game

Hit my daily rep cap for the first time Nov 22 2010
Just made it to page 3 ons SU on dec 31 in users ranked by rep..
yay....first gold badge. unsung hero

I use various linux distros as my primary OSes of choice(tending to stay away from rpm based).

Moving into using FreeBSD as my primary OS.

--Resume--

Degrees
BS:IT focus Network Security
MS:ISA

Certifications
G2700
Certified Ethical Hacker, CHFI, EDRP
CCNA, CCNA Security, CCIE Candidate(CCIE written now expired, the others are current)
MCITP Enterprise administrator server 2k8/Vista
Network+, Security+, Project+(all lifetime)
CIW Associate, Professional, Javascript, Database
CNSS 4011 recognition

Accomplishments
1st in the state, 6th in the nation networking concepts Phi Beta Lambda leadership conferences (it's like the college version of FBLA)
On the national science olympiad team from my high school
Kenpo - black belt

Experience
7 yrs in small business IT services (varied)
--/Resume--

Favourite quotations:
"A failure to plan on your part does not constitute an emergency on my part" --Unknown
"If debugging is the process of removing bugs, then programming must be the process of putting them in" --Edsger Dijkstra


May
12
reviewed Reviewed Launcher and window menu bar missing after 12.04 upgrade
May
12
comment Launcher and window menu bar missing after 12.04 upgrade
This isn't an answer. It should be posted in comments.
May
12
comment Manual to Quickly: application preferences?
You mean this? manpages.ubuntu.com/manpages/raring/en/man1/quickly.1.html
May
12
comment How to switch accounts on a VPS running ubnutu 12.10?
possible duplicate of anything related to su...
May
11
comment SDA crypt asking for encryption password more than once during boot
Enter the password correctly the first time, set your multiple encrypted volumes to have the same key material, or put them all in an encrypted lvm container...
May
11
comment Does Ubuntu phone OS preview has email (exchange and other) feature?
No, it has no real features. It's a theme/UI preview for practical intents and purposes.
May
11
answered Can't unblock rfkill internal wifi, but usb wifi doesn't work either
May
11
comment 13.04 wake screen from suspend instructions are ambiguous
you also might want to add why you're using an auto-formatter from not stack exchange that uses [/B] to signify end-bold but you have no open bold block.
May
10
comment Is there any linux alternative for “EMTP-RV”?
There is a linux version, but it's behind a pay or membership wall. See "Hardware Requirements-> Linux -> GNU version of ATP" on the about page.
May
10
comment Read GPS on C++
Install kismet and see if it your device works. If it does, borrow some code from kismet.
May
9
comment How can I add a pip based dependency to a Quickly project?
enough. the question was answered packages.ubuntu.com/search?keywords=python-pip
May
9
comment Version of LZMA library in Ubuntu 10.04
No, but you can check online in 2 seconds or so: packages.ubuntu.com/…
May
8
revised How can I add a pip based dependency to a Quickly project?
made the question a question and copied a link from comments into the question.
May
8
comment How can I add a pip based dependency to a Quickly project?
If you do file it as a bug, make sure you file it as wishlist not defect.
May
8
comment How can I add a pip based dependency to a Quickly project?
I'm saying I think it requires manual packaging, not "quickly add-post-inst-cmd 'pip install random-python-awesomeness' && quickly package && quickly push"
May
8
comment How can I add a pip based dependency to a Quickly project?
AFAIK You don't "with quickly". That's the problem with magic tools.
May
8
answered How can I add a pip based dependency to a Quickly project?
May
7
comment Best practice: version numbers for own packages
Just to be clear, I wasn't saying you were wrong or disagreeing. I was saying something about why versioning policy is relatively gray.
May
7
comment Best practice: version numbers for own packages
brejoc - the git commit number is one possibility. while i like @Thomas's idea about date stamping your build number you run in to needing to respin loads of packages if it's a common dependency (or rebuild lots of stuff with a >= if it's not already there) so you don't have loads of mismatched build dependencies (just search the site here for dependency problems and look at how many have dates in the version numbers)
May
6
answered Best practice: version numbers for own packages