From aceccc7ac371d13681a16d24425c7c954bbb0efa Mon Sep 17 00:00:00 2001 From: Sebastien Dubois Date: Tue, 20 Jun 2017 02:41:53 +0200 Subject: [PATCH] relecture rapide --- reveal/linux.html | 10 ---------- reveal/linux_install.html | 10 ++++++---- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/reveal/linux.html b/reveal/linux.html index dfb8bbb..93564ae 100644 --- a/reveal/linux.html +++ b/reveal/linux.html @@ -324,16 +324,6 @@ grep-dctrl -P '' -c /var/lib/apt/lists/*jessie*Sources -
-

- -

- -
- diff --git a/reveal/linux_install.html b/reveal/linux_install.html index 2fec3d3..3e18ac9 100644 --- a/reveal/linux_install.html +++ b/reveal/linux_install.html @@ -118,9 +118,10 @@ $ /sbin/modinfo md_mod # cat /proc/mdstat -
-# mdadm --create /dev/md42 --chunk=64 --metadata=default --level=raid1 --raid-devices=2 /dev/sdy1 /dev/sdz1
+		    
+# mdadm --create /dev/md42 --chunk=64 --metadata=default --level=raid1 \
+--raid-devices=2 /dev/sdy1 /dev/sdz1
 # mdadm --detail /dev/md42
                     
                 
@@ -156,7 +157,8 @@ mdadm: added /dev/sdz2 Personalities : [raid1] md2: active raid1 sda1[1] sdz1[0] 1893933820 blocks super 1.2 [2/1] [U_] - [>....................] recovery = 4.0% (75859776/1893933820) finish=493.5min speed=61391K/sec + [>....................] recovery = + 4.0% (75859776/1893933820) finish=493.5min speed=61391K/sec
@@ -182,7 +184,7 @@ md2: active raid1 sda1[1] sdz1[0]
  • Fichiers standards : /etc/resolv.conf, /etc/hosts
  • Configuration statique ou dynamique (DHCP) ?
  • Configuration réseau : pas de standard sous Linux...
  • -
  • apt install net-tool
  • +
  • apt install net-tool
  • Outils réseaux de base : ifconfig, ping, route, ip, netstat, traceroute