Create your own Honeypots

A honeypot is a type of security system that involves creating a decoy environment, usually on the internet, to detect and analyze cyber attacks. The goal of a honeypot is to identify and learn from malicious activity without compromising the actual network or data.

Docker: How to Use Your Own Registry

Disclaimer: This is a re-post from the original Docker.com website, useful and also hard to find in the internet due to the amount of information related with “Docker” “Containers” “Images” “Local” and so on….
Thanks to Docker.com and Peter McKee for this great guide.

Common Network Performance Issues and How to Fix Them

Building a robust network is essential for seamless communication and efficient collaboration. However, even the best networks can encounter performance issues. If you’re experiencing slow speeds, unreliable connections, or other problems, don’t panic. This guide will equip you with the tools you need to diagnose and fix common network performance issues.

Run AI locally on your server with Ollama using Docker

When Open-AI started developing their LLMs, also did so the Open Source community. Thanks to all the smart people behind those projects I was able to create my own chat bot and run it locally on my machine. In this guide, I’ll show you how I did it, the fixes to the problems I encountered, and how anyone can also have their own version of Chat-GPT.