Author Archive: patrick

Python Packaging

Packaging In Python, the term packaging refers to putting modules you have written in a standard format, so that other programmers can install and use them with ease. This involves use of the modules setuptools and distutils. The first step in packaging is to organize…
Read more

How to run a temp webserver

This is to test Firewalls , Loadbalancer etc… quick and easy for labbing This was taking from :   https://linuxconfig.org/running-a-simple-http-web-server-with-one-terminal-command-and-python Configure simple web server in Linux 13 January 2022 by Luke Reynolds The purpose of this tutorial is to host a simple web…
Read more

Palo Alto Basics

PALO-ALTO-CLI-CHEATSHEET   CLI Jump Start The following table provides quick start information for configuring the features of Palo Alto Networks devices from the CLI. Where applicable for firewalls with multiple virtual systems (vsys), the table also shows the location to…
Read more