From 7c146d6806660d5f6a9dc31ce9b43e6b21387d3c Mon Sep 17 00:00:00 2001 From: grouille Date: Tue, 21 Apr 2020 16:10:47 +0200 Subject: [PATCH] Protocole RPI --- site/addRpi.php | 6 +++--- site/css/style.css | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/site/addRpi.php b/site/addRpi.php index 4f786f2..3415662 100644 --- a/site/addRpi.php +++ b/site/addRpi.php @@ -41,9 +41,9 @@ session_start(); auto eth0
iface eth0 inet static
- address 172.26.145.X
- netmask 255.255.255.0
- gateway 172.26.145.254
+ address 172.26.145.X
+ netmask 255.255.255.0
+ gateway 172.26.145.254

Lancez la commande : ifdown eth0
Lancez la commande : ifup eth0
diff --git a/site/css/style.css b/site/css/style.css index c930594..055f9e8 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -72,7 +72,3 @@ th, td { margin-top: 15px; } -.tabulation { - text-indent: 20px; -} - -- libgit2 0.21.2