network_restart.php 71 Bytes edit raw blame history 1 2 3 4 <?php shell_exec("sudo service networking restart"); echo true; ?>