Aug. 11, 2020

Update Peugeot Navigation Maps

Update navigation maps in Peugeot cars with SMEG/SMEG+ Touchscreen 7" system.

Tags: peugeot smeg+ update 308

Categories: navigation

Jul. 29, 2020

Using Logstash with Zabbix

If you collect logs from some servers and parse it with Logstash and want to be notified about specific events to Zabbix Server you could use Zabbix output plugin.

Tags: logstash zabbix elk

Categories: monitoring

Jul. 28, 2020

Reload logstash config file automatically

If you want that logstash instance automatically reload after config change, you need to set config.reload.automatic parameter to true

Tags: logstash elk

Categories: monitoring

Jul. 22, 2020

Securing SSH

This is some tips for securing SSH Server on linux host. Config file is usually located on path /etc/sshd/sshd_config.

Tags: ssh

Categories: linux

Jul. 21, 2020

SSH Basics

SSH or secure shell is a network protocol for operating networking services securely over network. It uses encryption standards to securely connect and login to the remote system.

Tags: ssh

Categories: linux