From c0a85586548ce564df30e2712553407d55b2fe0b Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Fri, 15 Nov 2013 13:08:17 +0100 Subject: [PATCH] =?utf8?q?alias=20pour=20rebooter=20la=20carte=20=C3=A9the?= =?utf8?q?rnet?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 1862250..14f5e10 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -140,6 +140,8 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo # (adapter le path de votre procmail.log si besoin) alias tailprocmail='tail -f ~/.procmail/logs/procmail.log' +# Pour réveiller la carte éthernet quand elle déconne +alias rebooteth0='rmmod atl1c; modprobe atl1c' # +------------+ -- 2.39.2