Skip to content

mosheDO/setupVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

setupVM

How to install

  • wget https://github.com/mosheDO/setupVM/archive/refs/heads/master.zip
  • unzip master.zip
  • sudo ./setupVM-master/setup.sh

if you see errors it might be the lock so open it

sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock*

sudo dpkg --configure -a

sudo apt update

ToDo

add https://github.com/zardus/ctf-tools

  • pip3 install chepy

Installing Docker Compose on Linux

On macOS and Windows, you should already have Docker Compose installed - it's set up together with Docker there.

On Linux machines, you need to install it separately.

These steps should get you there:

  1. sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

  2. sudo chmod +x /usr/local/bin/docker-compose

  3. sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

  4. to verify: docker-compose --version

Also see: https://docs.docker.com/compose/install/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published