README fixes

This commit is contained in:
Ruzicka Pavel 2018-01-14 21:06:31 +01:00
parent cd22a6bac5
commit d759f39bb9
3 changed files with 13 additions and 7 deletions

View file

@ -6,17 +6,18 @@ cp netiface-default.py /usr/local/bin/;
chmod 755 /usr/local/bin/netiface-default.py
# Install Python netifaces , this command may be different for you
apt install python-pip
pip install netifaces
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
# 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/;
chmod 755 /usr/local/bin/dbus-find-session.sh
* install arp-scan
# install arp-scan
apt-get install arp-scan
cp arp-localnet.sh /usr/local/bin/;
@ -27,4 +28,4 @@ editor /usr/local/bin/arp-localnet.sh
cp notify-arp-neighbours /etc/network/if-up.d/
* reconnect your network and you should receive and notification about your network neighbours
# reconnect your network and you should receive and notification about your network neighbours