X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=.bash_aliases;h=14f5e105acc48eff5c4e3b5bda755c47d77b56f9;hb=0751455c394512ef60f15e7eff7ad6069e9ad05f;hp=92620790480c52e0cd6d52ff9e0b80d9adf9271c;hpb=2f78d3536293e7941c2a123f24dfe40771e2537b;p=config-20-100.git diff --git a/.bash_aliases b/.bash_aliases index 9262079..14f5e10 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -31,6 +31,7 @@ fi # Alias ls alias ll='ls -alFh' +alias lld='ls -alFhd' alias la='ls -A' alias l='ls -CF' @@ -65,7 +66,7 @@ alias nexttv="ssh power \"service multicast next 'a<3'\"" alias mutekfet='ssh kfet "amixer set PCM,0 0%"' # sur zamok -alias whokfet='ssh zamok env LC_ALL=fr_FR.UTF-8 whokfet' +alias whokfet='ssh -t zamok env LC_ALL=fr_FR.UTF-8 whokfet' # sur vo alias who2b='ssh -t vo who2b' @@ -139,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' # +------------+