How to install Kali Linux on Windows using WSL2

Understanding the Components

Before installation, it is important to understand what each component does.

WSL (Windows Subsystem for Linux)
WSL is a compatibility layer developed by Microsoft that enables Linux distributions to run directly on Windows.

WSL2
WSL2 uses a lightweight virtualization technology and provides better filesystem performance and Linux compatibility.

Kali Linux
Kali Linux is a Debian-based Linux distribution widely used for penetration testing, digital forensics, and security research.

[mai mult...]

How to use Ollama and Open WebUI with Docker Compose

Before you start running some Docker Compose commands, be informed of some of the software that needs to be running on your machine:

  1. You will need Docker running on your machine, for this example, I am using Docker 27.4.0 on Mac
  2. Make sure you have Docker Compose available as well (it used to be a different install when it was docker-compose in v1; from v2, it is coupled with the Docker Desktop installation). I am using Docker Compose version v2.31.0-desktop.2 on a Mac)
  3. It would be good to know about Docker volumes, docker ports, and basic docker commands
[mai mult...]