amuck-landowner

Recent content by Deleted

  1. D

    Bash Remote Exploit (https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-v

    Apparently educating users on how simple, and dangerous this is is bad bad evil evil and it should be stricken from the record. It's not my fault people can't read simple c code.  Should I have posted the PoC? Yes. Why? To show how simple it is. The PoC code did not do anything harmful. Should...
  2. D

    Bash Remote Exploit (https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-v

    That's lame. It was a test code, not a working way to exploit anything.  You can remove my account from this forum. Thanks.
  3. D

    Talk Show Host Starts IP Spoofing Friendly VPS Service In Buffalo

    Their upstream providers all use BCP-38.. spoofing is pointless on modern networks.
  4. D

    Why i should not use SSD disk on openvz server?

    Where did you 'read' this? Sounds like hyperbole. 
  5. D

    SSD guru needed. Looking for an SSD with good Garbage Collection.

    I would avoid using SATA drives in a RAID environment for these reasons: - If I remember correctly, SATA drives only have 1 outstanding write transaction at a time, SAS drives have as many as your Tagged Command Queue Depth (usually 128 or 256 depending on the drive). NCQ is not the same thing...
  6. D

    SSD guru needed. Looking for an SSD with good Garbage Collection.

    Some PERC controllers used to be LSI or Adaptec based, unsure if your specific controller. Can you see if it supports anything like I mentioned?
  7. D

    SSD guru needed. Looking for an SSD with good Garbage Collection.

    Decent RAID cards have the ability to use an SSD for caching for normal perpendicular SATA drives. It requires a license on the card. Depending on the content, it will be used. Please see: http://www.lsi.com/products/raid-controllers/pages/default.aspx#tab/product-family-tab-3 There are OS...
  8. D

    SSD guru needed. Looking for an SSD with good Garbage Collection.

    Parity calculations are brutal for SSD write exhaustion. The larger the drives, the more the parity is written for the parity disk(s). A large amount of SAS/SATA RAID controllers do not send trim commands because it will cause stalls with firmware bugs, plus all the ones that do support TRIM to...
  9. D

    19:49:58 up 7 min, 1 user, load average: 238.29, 74.69, 26.50 root@freebypass-com:~#

    You should really use apachectl's status output :)
  10. D

    Hello PHP 5.6.0

    And I stand by cPanel, watching for post-release bugs and waiting for a minor version change is much more efficient than heeding to the demands of the masses who think 'newer is better' but can't read a changelog or wonder why their drupal/WP/Joomla/et al is broken with a newer version of PHP.
  11. D

    Hello PHP 5.6.0

    Do you realize that in software engineering there's such a thing called 'it's too soon for a release'? Look at the nightmare people went through for demanding PHP 5.x when they were stuck on 4.x, only to upgrade and find it broke their applications due to sudden API changes, deprecated features...
  12. D

    Best low cost CDN?

    First thing you should do is examine your 'site' or 'server' and do overview of configuration. Some tips: - Google Chrome's Debugger can 'audit' the webpage to give tips on speeding it up - Use gzip compression if you can, since smaller chunks of data (=< MTU) won't fragment and give a nice...
  13. D

    Internet routing table breaks 512,000 routes

    Filtering /24 via prefix list would cause that specific route to not be installed so a more generic route (default route, or larger route will be use) , remember the specifics usually win, then if not, the default route is used or the larger allocation.  Considering these 2 situations...
Top
amuck-landowner