# Additional Information

## <mark style="color:blue;">Other way to run Kali</mark>

### <mark style="color:blue;">Using Container</mark>

Using Container technology such as [Docker](https://www.docker.com/) and [LXC](https://linuxcontainers.org/lxc/)/[LXD](https://linuxcontainers.org/lxd/), our Kali containers allow you access to the Kali toolset on your host operating system without the overhead of running an additional full operating system. This does come with limitations, as you won’t have direct hardware access and dealing with inbound connections to tools running in the Kali container can be complicated.

{% embed url="<https://www.kali.org/get-kali/#kali-containers>" %}

You can watch [this YouTube Video](https://www.youtube.com/watch?v=eGz9DS-aIeY) created by [NetworkChuck](https://www.youtube.com/@NetworkChuck) to run kali on Docker Containers.

### <mark style="color:blue;">Using WSL</mark>

Windows Subsystem for Linux (WSL) is a software package on modern Windows installs that allow you to run Linux alongside your Windows system in an optimized container. The Kali WSL package allows easy access to the Kali toolset. This comes with the same drawbacks of a standard VM, but allows for less overhead and tighter integration with your Windows systems.

{% embed url="<https://www.kali.org/get-kali/#kali-wsl>" %}

## <mark style="color:blue;">Test Your Linux Commands Knowledge</mark>&#x20;

You can watch [this YouTube Video](https://www.youtube.com/watch?v=gd7BXuUQ91w) created by [NetworkChuck](https://www.youtube.com/@NetworkChuck) to test your knowledge about Linux Commands.

## <mark style="color:blue;">Command Explain</mark>&#x20;

if you find a command and you don't know what it do you can use explainshell.com to understand what it do

{% embed url="<https://explainshell.com>" %}

## <mark style="color:blue;">The History of OS</mark>&#x20;

<figure><img src="https://techsnap.tv/wp-content/uploads/2019/10/operating-systems-timeline.png" alt=""><figcaption></figcaption></figure>

You can watch [this YouTube Playlist](https://www.youtube.com/playlist?list=PL9d7IYbKry7t4ws1QwMzN3EgzGxSEZLhD) created by [anaHr](https://www.youtube.com/@anaHr) to learn more about the history of OS and Computers (This Arabic-language YouTube playlist).

You can watch [this YouTube Video](https://www.youtube.com/watch?v=suhaKEbaf1w) created by [New Media Academy Life / Da7i7](https://www.youtube.com/@NewMedia_Life) to learn more about the history of Computers (This Arabic-language YouTube Video).

## <mark style="color:blue;">All Linux Distributions</mark>

{% embed url="<https://en.wikipedia.org/wiki/List_of_Linux_distributions>" %}

{% embed url="<https://upload.wikimedia.org/wikipedia/commons/1/1b/Linux_Distribution_Timeline.svg>" %}

## <mark style="color:blue;">Valuable Books</mark>

### <mark style="color:blue;">Linux Basics for Hackers</mark> <a href="#title" id="title"></a>

Linux Basics for Hackers is a book that teaches the fundamentals of the Linux operating system, with a focus on how hackers would use it. It covers topics such as the Linux command line, filesystems, networking, scripting, and security.

{% embed url="<https://www.amazon.com/Linux-Basics-Hackers-Networking-Scripting/dp/1593278551>" %}

## <mark style="color:blue;">Other Linux Courses</mark>&#x20;

You can watch the following YouTube playlists if you wish to learn more about Linux:

* &#x20;[This YouTube Playlist](https://www.youtube.com/playlist?list=PLIhvC56v63IJIujb5cyE13oLuyORZpdkL) created by [NetworkChuck](https://www.youtube.com/@NetworkChuck)
* &#x20;[This YouTube Video](https://www.youtube.com/watch?v=sWbUDq4S6Y8) created by [freeCodeCamp.org](https://www.youtube.com/@freecodecamp)
* &#x20;[This YouTube Playlist](https://www.youtube.com/playlist?list=PLhfrWIlLOoKMe1Ue0IdeULQvEgCgQ3a1B) created by [David Bombal](https://www.youtube.com/@davidbombal)&#x20;
* [This YouTube Video](https://www.youtube.com/watch?v=YJUVNlmIO6E) created by  [David Bombal](https://www.youtube.com/@davidbombal) (with [Occupy The Web](https://twitter.com/three_cube))&#x20;
* [This YouTube Playlist](https://www.youtube.com/playlist?list=PLNSVnXX5qE8VOJ6BgMytvgFpEK2o4sM1o) created by[ Saif Alwedyan](https://www.youtube.com/@SaifAlwedyan) (This Arabic-language YouTube playlist)

## <mark style="color:blue;">Windows Command Lines (CMD Commands)</mark>

You can watch the following YouTube Videos if you wish to learn about Windows Commands:

* [This YouTube Video](https://www.youtube.com/watch?v=prVHU1fLR20) created by [NetworkChuck](https://www.youtube.com/@NetworkChuck)&#x20;
* [This YouTube Video](https://www.youtube.com/watch?v=Jfvg3CS1X3A) created by [NetworkChuck](https://www.youtube.com/@NetworkChuck)&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hackingforbabies.gitbook.io/en/kali-linux/additional-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
