explain how to install mentohust on ubuntu
download
download package mentohust_0.3.4-1_amd64.deb(64 bits machine) on https://code.google.com/archive/p/mentohust/downloads
install
1 | $ sudo dpkg -i mentohust_0.3.4-1_amd64.deb |
configure
make sure that your settings are suitable
all settings are written in /etc/mentohust.conf1
2
3
4...
StartMode=1
DhcpMode=1
...
run
1 | $ sudo mentohust |
note
mentohust error, can not open libnotify1
$ sudo apt-get install libnotify-bin
you can also try the following command1
$ sudo apt-get install libnotify4