Using Terraform and AS3 to create new services on F5 LTM December 18, 2023 I’ve used Postman and then Python to configure new services(virtual servers) on F5 LTM I have in my lab, but now I want to…
Virtual Server graphical App for F5 LTM April 11, 2023 Virtual servers are an integral part of modern web application deployment. They provide a layer of abstraction between the application and the underlying infrastructure,…
Create/modify/delete an F5 virtual server using Python and Jenkins pipelines February 20, 2023 Introduction F5 BIG-IP load balancers are essential components for ensuring high availability and scalability for applications. One of the critical elements in a BIG-IP…
Using Postman for Creating F5 Virtual Servers and Pools February 1, 2023 Postman is a powerful API development tool that can be used for creating and testing REST APIs. This tutorial will guide you through the…
Using WAF and GeoIP data to block specific countries November 21, 2022 One of the features that many WAFs have, is blocking traffic using GeoIP data. First, why would you need to do something like this?…
WAF(Web application firewall) for My Website November 7, 2022 Lately, I’ve been investigating ways to improve this website/blog’s security and I’ve remembered about WAF. I did some reading about this back in the…
Observium reporting with Ansible August 17, 2021 Observium has a nice GUI, and you can find lots of information but it does not have a reports feature so you can save…
Basic network setup for home April 12, 2021 Working from home has its challenges for sure and one of those is your home network setup. And let me explain why. When you…
Alert via SMS and shutdown the power April 2, 2021 I started monitoring the temperature of my Raspberry Pi computer some time ago. I’ve also set up a Chatbot that can give me this…
Network ChatBot March 23, 2021 When you need basic information from your network you usually turn to your monitoring system. But wouldn’t be nice to have a different type…