Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
4k4xs4pH1r3 committed Feb 23, 2024
1 parent cfe3ae4 commit 4c608ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperCluster/kali → SuperCluster/kali.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
1. Install Kali Linux on each laptop: You can download the latest Kali Linux ISO file from the official website and create a bootable USB drive. Then, install Kali Linux on each laptop by booting from the USB drive.

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:
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
sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev
sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev cockpit -y
```

3. Configure the network: You need to configure the network settings for each laptop 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 4c608ab

Please sign in to comment.