Skip to content

Commit

Permalink
Update kali.md
Browse files Browse the repository at this point in the history
Signed-off-by: ҉αkα x⠠⠵ <[email protected]>
  • Loading branch information
4k4xs4pH1r3 authored Feb 23, 2024
1 parent f68be5b commit e5135ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperCluster/kali.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
2. Install the required software packages: After installing Kali Linux, you need to install the necessary software packages for cluster computing. Open a terminal and type the following command to install OpenMPI and Cockpit:

```
sudo apt-get update -y && sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev cockpit* -y && wget https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.2.tar.bz2 && tar -xjf openmpi-5.0.2.tar.bz2 && cd cd openmpi-5.0.2 && ./configure --prefix=/usr/bin/ && sudo make clean && sudo make && sudo make install && sudo systemctl enable cockpit.socket && sudo systemctl start cockpit.socket && sudo systemctl status cockpit.socket
sudo apt-get update -y && sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev cockpit* -y && wget https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.2.tar.bz2 && tar -xjf openmpi-5.0.2.tar.bz2 && cd cd openmpi-5.0.2 && ./configure --prefix=/usr/bin/ && sudo make clean && sudo make && sudo make install && sudo systemctl enable cockpit.socket && sudo systemctl start cockpit.socket && sudo systemctl status cockpit.socket && mpirun -V
```

3. Configure the network: You need to configure the network settings for each device to be able to communicate with each other. You can connect them using a network switch or a router. Alternatively, you can use Wi-Fi if all devices support it.
Expand Down

0 comments on commit e5135ae

Please sign in to comment.