September 2022

Flask Upload File

This is a basic file upload through Flask. I have used this in my F5 Dashboard project to upload a CSV file that contains the database that is used as the source for what domains require SSL profile updates. The Process There are two views for the CSV upload. The file uploader The database refresh […]

Flask Upload File Read More »

Python Default Setting Path

This is a very basic way to set the default path to always be the same as where the script is running from.So if the script has multiple files referenced then when moving the script instead of updating the paths for something such as opening a csv file, as long as the file is in

Python Default Setting Path Read More »

jQuery Button Call API

This is a nice and quick note of how to create a button on a web page that will be used to run something. In this example I am going to be shuffling a deck of cards from the Deck of Cards API.https://www.deckofcardsapi.com Very basic, a button on a web page. When clicked the API

jQuery Button Call API Read More »

Checkpoint Lab License

Licensing the Checkpoint firewalls Once you are able to download the license file, it must be uploaded to the device itself. If you have a separate management and gateway, you must only upload to the management. The gateway will connect and pull the license from the management. You can upload the license file through the

Checkpoint Lab License Read More »

pfSense Memory Error

My pfSense firewall has been constantly running for over a year with no problems. However I noticed that the VMs in my lab were not able to connect to the internet. these devices connect via a VPN that is a rule on the pfSense. This was very odd as nothing had changed. Turns out I

pfSense Memory Error Read More »