Hero

...

Home

markdown cheat sheet

Markdown Cheat Sheet This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax. Basic Syntax These are the elements outlined in John Gruber’s original de...

Read more

install script

#!/bin/bash ##################################################################################### TITLE="SysInfo Report for $HOSTNAME" CURRENT_TIME=$(date +"%x %r %Z") TIME_STAMP="Generated $CURRENT_TIME by $USER" ##################################################################################### ####-Update and clean of the system UPDATE (...

Read more

sec service

Event triggered script Purpose of this page is to explain how to configure SEC service to interact with DHCP event when new device is connected to the network simple event correlator - MAN Page HERE — sec - simple event correlator DESCRIPTION SEC is an event correlation tool for advanced event processing which can be harnessed for e...

Read more

linux dhcp config

DHCP config for testing purposes platform used: 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u4 (2019-07-19) x86_64 GNU/Linux first we need to install dhcp and vlan packages copy paste the code: sudo apt install isc-dhcp-server vlan now we need to edit two files that will allow us to use dhcp isc-dhcp-server file and dhcpd.conf file...

Read more