smwht | 11 years ago | on: Lenovo: researchers find 'massive security risk'
smwht's comments
smwht | 11 years ago | on: Lenovo: researchers find 'massive security risk'
[1] http://arstechnica.com/gadgets/2015/02/save-yourself-from-yo...
smwht | 11 years ago | on: NGINX open sources TCP load balancing
smwht | 11 years ago | on: NGINX open sources TCP load balancing
smwht | 11 years ago | on: NGINX open sources TCP load balancing
Though I agree it'd be nice to have the functionality integrated.
smwht | 11 years ago | on: AWS C4 Instances
# ethtool -i eth0
driver: ixgbevfsmwht | 11 years ago | on: Amazon’s New Cloud Prices Show That Google Is Now a Threat
They removed the light/medium reserved instance options where you paid a discounted usage rate, and now just have 3 ways of purchasing a heavy reserved instance.
This is going to raise prices for us on AWS because we won't be able to use reservations for the instances we autoscale so the current medium reservations we have are going to be on-demand now.
smwht | 11 years ago | on: Count to ten when a plane goes down
For example:
$ echo "asdf" > foo
$ cat foo
asdf
$ lrwxwrwxrwx 1 root root -> foo
lrwxrwxrwx: command not found
$ cat foo
$
So basically, this zero'd out every executable on the system.