|
@ -62,6 +62,12 @@ |
|
|
|
|
|
|
|
|
* node version >15 |
|
|
* node version >15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Install Node](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/nodejs/install-nodejs.adoc.html) |
|
|
|
|
|
|
|
|
|
|
|
or run |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
|
curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash - |
|
|
curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash - |
|
|
sudo apt-get install -y nodejs |
|
|
sudo apt-get install -y nodejs |
|
@ -71,13 +77,15 @@ |
|
|
|
|
|
|
|
|
[install docker](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/docker/install-docker.adoc.html) |
|
|
[install docker](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/docker/install-docker.adoc.html) |
|
|
|
|
|
|
|
|
|
|
|
or run |
|
|
|
|
|
|
|
|
> curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - |
|
|
```sh |
|
|
> sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" |
|
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - |
|
|
> sudo apt update |
|
|
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" |
|
|
> sudo apt install -y docker-ce |
|
|
sudo apt update |
|
|
> sudo usermod -aG docker [USERNAME] # Please replace [USERNAME] with the user you want to run docker on |
|
|
sudo apt install -y docker-ce |
|
|
|
|
|
sudo usermod -aG docker $USER # Please replace $USER with the user you want to run docker on |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
:information_source: for kali specifically please visit the following link to install docker. |
|
|
:information_source: for kali specifically please visit the following link to install docker. |
|
|
|
|
|
|
|
@ -100,19 +108,15 @@ https://linuxhint.com/install_docker_kali_linux/ |
|
|
|
|
|
|
|
|
* wireguard |
|
|
* wireguard |
|
|
|
|
|
|
|
|
```sh |
|
|
[Install Wireguard](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/wg/install-wg.adoc.html) |
|
|
sudo apt install wireguard jq |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
<br> |
|
|
|
|
|
### **Installation info here** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
or run |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Install Wireguard](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/wg/install-wg.adoc.html) |
|
|
```sh |
|
|
|
|
|
sudo apt install wireguard jq |
|
|
|
|
|
|
|
|
[Install Node](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/nodejs/install-nodejs.adoc.html) |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<br> |
|
|
<br> |
|
|