Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

Run Multiple Linux OS Inside the Terminal with GUI Tools | Run Any Linux Tools in Any Distribution using Docker


Hi Hacker's welcome back my new blog post, in this post I will share you Run Multiple Linux OS Inside the Terminal with GUI Tools. So without wasting your time let's get start.

multibox

What To Need:

1. Run Any Linux Tools in Any Distribution Like i'm using parrot os but i need to tools but this tools not available in parrot repo if i use distrobox run Kali Linux in  terminal and use tools.

2. You are making tools and software for Linux and test in different Linux distributions.


How to Install And use:

Step-1 Install docker or podman in your linux computer.

First thing you need to install docker or  podman in your  computer using this command-


sudo apt install docker.io


Step-2 Download Distrobox Files.

so go to terminal and copy paste this command your computer-

curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh


Step-3 Install kali linux in parrot os.

so go to terminal and copy paste this command your computer-


distrobox-create -n kali --image kalilinux/kali-rolling:latest


Step-4 Run Kali Linux in parrot os.

so go to terminal and copy paste this command your computer-

distrobox enter kali