1. Go to Layout
2. Add HTML/JavaScript widget
3. Copy/Paste:
<script src="//widget.battleforthenet.com/widget.min.js" async></script>
4. Save<script src="//widget.battleforthenet.com/widget.min.js" async></script>
4. SaveType:$ sudo apt-get update $ sudo apt-get install libxtst6if this isn't OK.Type:$ sudo updatedb $ locate libXtstit should return something like:/usr/lib/x86_64-linux-gnu/libXtst.so.6 # Mine is OK /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0If you do not havelibXtst.so.6but do havelibXtst.so.6.X.Xcreate a symbolic link:$ cd /usr/lib/x86_64-linux-gnu/ $ ln -s libXtst.so.6 libXtst.so.6.X.XHope this helps.
libXi.so.6is provided bylibxi6. Chromedriver will then also ask forlibgconf-2-4with a similar message.sudo apt-get install libxi6 libgconf-2-4Whenever facing an issue of missing a specific fileapt-filecomes to rescue:$ apt-file search libXi.so.6 libxi6: /usr/lib/x86_64-linux-gnu/libXi.so.6 libxi6: /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 libxi6-dbg: /usr/lib/debug/usr/lib/x86_64-linux-gnu/libXi.so.6.1.0This can be installed via apt-get:sudo apt-get install apt-file && apt-file update # install and fill the index