-
·
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…
-
·
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.…
-
·
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…