Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hillad
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
hillad
13y ago
Password State [0] is excellent, has a pretty good feature set, and good support. [0] http://www.clickstudios.com.au/
2.
▲
by
hillad
15y ago
How are the updates delivered? New OVF?
3.
▲
by
hillad
15y ago
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 "do the math" http://www.lucd.info/2011/07/13/query-vram/
4.
▲
How good is Google’s Instant Mix?
(musicmachinery.com)
57 points
by
hillad
15y ago
|
29 comments
5.
▲
by
hillad
16y ago
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...
6.
▲
by
hillad
16y ago
$ 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 "username: " $1 "\t\tuid:" $