From: Mike Frysinger Date: Sat, 31 Dec 2011 19:35:21 +0000 (-0500) Subject: new mobo -> new nic -> new mac X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=276cf0d7cd30783e13f77c204b439dfad39dc7ee;p=home.git new mobo -> new nic -> new mac --- diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index 142156e..a8f3634 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -29,7 +29,7 @@ svlc() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec vlc "'"$*"' svnc() { sudo -u smriti env DISPLAY=:0 x11vnc -q -nopw ; } alias xine='xine -l' -alias wol-vapier='wakeonlan -i 192.168.1.255 00:26:18:80:ea:da; wakeonlan -i 192.168.0.255 00:26:18:80:ea:da' +alias wol-vapier='wakeonlan -i 192.168.1.255 00:25:22:64:19:79; wakeonlan -i 192.168.0.255 00:25:22:64:19:79' if [[ ${TERM} != "dumb" ]] ; then alias grep='grep --colour=auto'