DevXP-Tech - BLOG

Lorem ipsum dolor sit amet consectetur adipisicing elit. Est nemo voluptatem eum veritatis excepturi iste voluptate pariatur error. Ipsam sit facilis officiis voluptates optio repudiandae eveniet architecto numquam illo incidunt.

January 31, 2022

Deploy Kubernetes cluster with Vagrant and Ansible for Development

[external_markdown url=”https://raw.githubusercontent.com/diegoluisi/kubernetes-vagrant/master/README.md”]

Read More +

January 31, 2022

Run Puppet Master and Agent with Vagrant for Development

[external_markdown url=”https://raw.githubusercontent.com/diegoluisi/control-repo/master/README.md”]

Read More +

January 5, 2018

Zabbix Monitoring Meltdown and Spectre Vulnerability

How to monitor if your linux systems are vulnerable to Meltdown and Spectre   Template: https://github.com/diegoluisi/Zabbix/blob/master/25%20-%20Template%20OS%20Linux%20Security.xml   Item:   Trigger:   Last Data:

Read More +

May 17, 2017

How to scan your network to detect ms2017-010

Install NMAP rpm -Uvh https://nmap.org/dist/nmap-7.40-1.x86_64.rpm Download the NMAP script to check vulnerability. https://github.com/cldrn/nmap-nse-scripts/blob/master/scripts/smb-vuln-ms17-010.nse Run NMAP nmap -sC -p445 --open --script smb-vuln-ms17-010.nse XXX.XXX.XXX.XXX/24 >> ms17-010-result.txt

Read More +