From: Vincent Le Gallic Date: Fri, 15 Nov 2013 12:08:17 +0000 (+0100) Subject: alias pour rebooter la carte éthernet X-Git-Url: http://gitweb.pimeys.fr/?p=config-20-100.git;a=commitdiff_plain;h=c0a85586548ce564df30e2712553407d55b2fe0b alias pour rebooter la carte éthernet --- 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' # +------------+