Transitioning from WordPress to Jekyll on GitHub Pages
February 09, 2024I recently embarked on a tech journey, moving my blog from WordPress hosted on a Digital Ocean droplet to using Jekyll on GitHub Pages. This wasn’t just a le...
I recently embarked on a tech journey, moving my blog from WordPress hosted on a Digital Ocean droplet to using Jekyll on GitHub Pages. This wasn’t just a le...
Maintaining the security of a Windows system is essential to protect sensitive data and prevent unauthorized access. One powerful tool in detecting potential...
SSH (Secure Shell) is a widely used protocol for securely accessing remote servers. However, its popularity also makes it a target for potential attackers. T...
When updating VMWare ESXI 6.7, which runs my homelab, I always get the error “[Errno 28] No space left on device”. But wait… There is enough space on the dis...
To verify if a removable media (e.g. USB, DVD, or ISO) is bootable, you could use file tool on Linux systems. The command file -s /path/to/media reads block ...