Update README.md

This commit is contained in:
Pavel Ruzicka 2016-09-16 11:20:57 +02:00 committed by GitHub
parent 0159ed814c
commit 8e95aa5b2b

View file

@ -1,23 +1,23 @@
# Instalation
cp notify-arp-neighbours.sh /usr/local/sbin/
cp notify-arp-neighbours.sh /usr/local/sbin/;
chmod 755 /usr/local/sbin/notify-arp-neighbours.sh
cp netiface-default.py /usr/local/bin/
cp netiface-default.py /usr/local/bin/;
chmod 755 /usr/local/bin/netiface-default.py
cp notify-send-as-root-MSG-permanent.sh /usr/local/bin/
cp notify-send-as-root-MSG-permanent.sh /usr/local/bin/;
chmod 755 /usr/local/bin/notify-send-as-root-MSG-permanent.sh
* change value of NOTIFY_USER variable to username of the user to send notification to
editor /usr/local/bin/notify-send-as-root-MSG-permanent.sh
cp dbus-find-session.sh /usr/local/bin/
cp dbus-find-session.sh /usr/local/bin/;
chmod 755 /usr/local/bin/dbus-find-session.sh
* install arp-scan
apt-get install arp-scan
cp arp-localnet.sh /usr/local/bin/
cp arp-localnet.sh /usr/local/bin/;
chmod 755 /usr/local/bin/arp-localnet.sh
cp notify-arp-neighbours /etc/network/if-up.d/