Viewing profile — hillad
hillad
HN member- Joined
- Fri, Jun 04, 2010, 12:42 AM UTC
- HN karma
- 75
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About hillad
I'm cool. http://andyhky.com
Recent public activity
-
comment
Comment #6508010
Password State [0] is excellent, has a pretty good feature set, and good support. [0] http://www.clickstudios.com.au/
-
comment
Comment #3184670
How are the updates delivered? New OVF?
-
comment
Comment #2760214
VMware Customer here. Lots of FUD coming from the community- at first glance it sounds bad, but a lot of us should do the math before getting the pitchfork ready. ( Script to help …
- story
-
comment
Comment #2006880
The more famous (with VMware) Scott Lowe rarely writes about BSD and has denied any sort of involvement. http://blog.scottlowe.org/2010/12/14/allegations-regarding-f...
-
comment
Comment #1403121
$ awk -F":" '{ print "username: " $1 "\t\tuid:" $3" }' /etc/passwd awk: { print "username: " $1 "\t\tuid:" $3" } awk: ^ unterminated string Needs to be $ awk -F":" '{ print "userna…