GNS3 LINUX 설치
apt-get update
apt-get upgrade
add-apt-repository ppa:gns3/ppa
apt-get update
apt-get install gns3-server gns3-gui
## yes , yes ##
dpkg --add-architecture i386
apt-get update
apt-get install gns3-iou
#docker
computingforgeeks.com/installing-docker-ce-ubuntu-debian-fedora-arch-centos/
How to install Docker CE on Ubuntu / Debian / Fedora / Arch / CentOS | ComputingForGeeks
This is a step by step guide on how to Install Docker CE on Ubuntu, Debian, Fedora, Arch, and CentOS. The version of docker installed is the latest community edition on all operating systems.
computingforgeeks.com
apt-get remove docker docker-engine docker.io
apt-get update
sudo apt-get install apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt-get install docker-ce
usermod -aG docker your-user
usermod -a -G docker $USER
usermod -aG ubridge libvirt kvm wireshark $USER
완료
출처
computingforgeeks.com/how-to-install-latest-gns3-network-simulator-on-ubuntu-linux/
How To Install GNS3 on Ubuntu 18.04|16.04|20.04 | ComputingForGeeks
In this blog post, we will look at how to Install Latest GNS3 on Ubuntu 20.04|18.04|16.04. GNS3 is an open source, free Network Simulator used by
computingforgeeks.com
### vmware###
How to Install VMware Workstation Pro 15 on Linux Systems
How to Install VMware Workstation Pro 15 on Linux Systems
This tutorial will show you how to install VMware Workstation Pro 15 on RHEL/CentOS, Fedora, Debian, Ubuntu, and Linux Mint. VMware Workstation Pro 15 is a popular software that allows you to run multiple different virtual machines on physical hosts using
www.tecmint.com
## 오류 시
VMWare 15 Error on Ubuntu 18.4 - Could not open /dev/vmmon: No such file or directory
After exhausting research online and youtube videos and facing failure to all those suggested solutions, I need your professional help with this please. Installed VMWare workstation 15 on Ubuntu 1...
askubuntu.com