Viewing profile — smwht
smwht
HN member- Joined
- Tue, Jul 22, 2014, 2:56 PM UTC
- HN karma
- 25
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About smwht
No profile information was provided.
Recent public activity
-
comment
Comment #9500239
Windows 8+ feature, see reply to kbenson above.
-
comment
Comment #9500229
It's a new feature with windows 8[1]. Unofficially you can install windows 7 using the OEM key (note this is not the key printed on the sticker on your laptop) and then activate it…
-
comment
Comment #9410911
Thanks. For reference, the use case is to distribute SSL negotiation without losing access to client IP addresses.
-
comment
Comment #9409523
Anyone know if the nginx TCP load balancing supports the PROXY protocol? Doesn't appear to, which is unfortunate.
-
comment
Comment #9409482
If you don't mind building your own package, this has worked well for us: https://github.com/yaoweibin/nginx_upstream_check_module Though I agree it'd be nice to have the functiona…
-
comment
Comment #8880822
It looks like it still loads the ixgbevf driver: # ethtool -i eth0 driver: ixgbevf
-
comment
Comment #8699676
If this is Amazon trying to compete with Google's pricing scheme, they missed. Google's sustained use discounts just happen, and give you a discount on whatever time you used. With…
-
comment
Comment #8069313
The important character here is the '>'. This redirects output to a file and overwrites the file. The lrwxrwxrwx will only print an error, but the redirect to the target executable…