baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

August, 2017

Tesla links …

Übersicht Förderungen für E-Autos und Ladeinfrastruktur, privat + betrieblich: https://www.nic-e.shop/foerderungen-e-mobilitaet/ https://www.tevo.solutions/redwood-motorsports-model-3-anti-rollsway-bars—front-and-rear-set Günstiger Stromtarif für zuhause (Ö/D): https://www.awattar.com/ Model 3 Scheibenwischerblätter: Bosch Aerotwin A102s Typ 2 Kabel mit Button: https://www.enercab.at/ladekabel/913-enercab-plus-typ2-typ2-3x16a-11kw-Tesla-Button.html Retrofits: https://www.evchargeking.com/en/tesla-connector-kit Warning: stay away from “taptes” products. Googling the internet revealed they are tampering customer reviews. Their support is horrible, too. I wanted to purchase […]

SSH port forwarding: local + remote

local port forwarding – on the source machine: ssh t1.t2.t3.t4 -p tport -L :: remote port forwarding – on the target machine: ssh s1.s2.s3.s4 -p aport -R :127.0.0.1: ssh s1.s2.s3.s4 -p aport -R :: https://www.taos.com/advanced-ssh-tunneling/

Golive realtime log analyzer on Debian

https://goaccess.io/ $ wget http://tar.goaccess.io/goaccess-1.2.tar.gz $ tar -xzvf goaccess-1.2.tar.gz $ cd goaccess-1.2/ $ sudo apt-get install libncursesw5-dev libgeoip-dev $ ./configure –enable-utf8 –enable-geoip=legacy $ make # make install # vi /usr/local/etc/goaccess.conf # goaccess /var/log/apache2/other_vhosts_access.log -o /home/frank/www/www.reports.com/htdocs/analyzer.html –real-time-html