Lo que hice para dejar funcionando WiFi en Ubuntu 19.10 El problema es que mi equipo es un: Lenovo Ideapad S540 15 con una tarjeta Wifi Intel Wireless AC 9560
sudo apt update
sudo apt install git build-essential
| <html> | |
| <?php | |
| $thelist = ""; | |
| $handle = opendir('.'); | |
| $path = basename(__DIR__); | |
| $host= gethostname(); | |
| $ip = gethostbyname($host); | |
| $serverIP = $_SERVER['SERVER_ADDR']; | |
| $externalContent = file_get_contents('http://checkip.dyndns.com/'); | |
| preg_match('/Current IP Address: \[?([:.0-9a-fA-F]+)\]?/', $externalContent, $m); |
| <html> | |
| <?php | |
| $thelist = ""; | |
| $handle = opendir('.'); | |
| if ($handle = opendir('.')) { | |
| while (false !== ($file = readdir($handle))){ | |
| if ($file != "." && $file != ".."){ |
| <i class="icn">acto</i> acto |
| <i class="icn icn-acto"></i> icn-acto |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta http-equiv="Content-Style-Type" content="text/css"> | |
| <title>Chilexpress</title> | |
| <!-- Stylesheets --> | |
| <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,800,700italic,700' rel='stylesheet' type='text/css'> | |
| <link rel="stylesheet" media="all" href="../css/style.css"> | |
| <!-- Scripts --> |
| <div class="container"> | |
| <div class="row"> | |
| <div class="grid-12"> | |
| <!-- condenido del bloque --> | |
| </div> | |
| <div class="grid-12"> | |
| <!-- condenido del bloque --> | |
| </div> | |
| </div> | |
| </div> |