Array
(
    [content] => 
    [params] => Array
        (
            [0] => /forum/index.php?threads/a-typo-took-down-a-big-chunk-of-the-internet.9039/
        )

    [addOns] => Array
        (
            [DL6/MLTP] => 13
            [Hampel/TimeZoneDebug] => 1000070
            [SV/ChangePostDate] => 2010200
            [SemiWiki/Newsletter] => 1000010
            [SemiWiki/WPMenu] => 1000010
            [SemiWiki/XPressExtend] => 1000010
            [ThemeHouse/XLink] => 1000970
            [ThemeHouse/XPress] => 1010570
            [XF] => 2021370
            [XFI] => 1050270
        )

    [wordpress] => /var/www/html
)

A typo took down a big chunk of the Internet

That explanation makes total sense, the command line is powerful and also dangerous if you have any typos. This following command line does a lot of damage to any Unix or Linux box:

% rm -rf /*
 
Back
Top