• Assigning Static IP with Python – 2

    I recently took another crack at my station IP changer Python program and made some improvements to make the code more ‘pythonic’ by that I mean abstracting the code and trying to have it reusable as possible. For anyone that didn’t read my first post I wanted a simple way to change my work laptops…

  • Assigning Static IP with Python

    Practical Python projects are the best python projects right? I came up with a simple script that makes a common work task much faster and easier. In the course of my daily activities as a VoIP technician I am frequently visiting different customer sites each with a server that has a unique static IP address.…

  • Proxmox Home Lab Setup

    I recently got a Dell Power edge R620 server which I will install Proxmox on and use for virtualizing my lab environment. I will be installing Proxmox via iDRAC (Integrated Dell Remote Access Controller) The iDRAC is a piece of hardware that sits on the server motherboard that allows Systems Administrators to update and manage…

  • The Vital Role of Monitoring Logging Events on a Web Server

    In the realm of cybersecurity, staying one step ahead of potential threats is paramount. As organizations continue to rely on web servers to deliver their services, monitoring logging events becomes crucial. By diligently observing and analyzing these events, businesses can gain valuable insights into their server’s activities, detect anomalies, and proactively defend against potential security…

  • Unlocking the Power of Pi-hole: Enhancing Security and Browsing Experience

    Introduction:In an era where online privacy and security are paramount, finding effective ways to protect our digital lives is crucial. Enter Pi-hole, a powerful network-wide ad-blocking solution that offers an array of benefits. By leveraging the capabilities of a Raspberry Pi, Pi-hole acts as a network-wide DNS sinkhole, effectively blocking ads, trackers, and malicious content.…

  • Understanding OWASP Top 10: Enhancing Web Application Security

    In today’s digital landscape, web applications have become a crucial part of our lives, enabling seamless interactions and transactions. However, this convenience comes with risks, as cyber threats loom large. To mitigate these risks, the Open Web Application Security Project (OWASP) has identified and outlined the top 10 most critical web application security risks, serving…

  • Enhancing Server Security with Fail2Ban: A Powerful Package for Protection

    One of the first things I like to do when setting up a web server is install the fail2ban package. If you’ve ever deployed a webserver before, you may have noticed that almost immediately you will be the target of automated scripts attempting to bruteforce your webserver’s authentication. Fail2ban helps to mitigate these attempts by…