An open API service indexing awesome lists of open source software.

https://github.com/favna/linux-workshop

Linux workshop files
https://github.com/favna/linux-workshop

Last synced: 28 days ago
JSON representation

Linux workshop files

Awesome Lists containing this project

README

        

# Linux workshop

## Network

- Please use IWNET while you are doing the exercises, because of EWNET's firewall 🔥

## Run docker image

**Run the docker image**

```sh
docker run -it --rm linux /bin/bash
```