월루를 꿈꾸는 대학생

GNS3 LINUX 설치 본문

Server&Network/Capston

GNS3 LINUX 설치

하즈시 2020. 9. 13. 02:19
728x90

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

 

## 오류 시

askubuntu.com/questions/1096052/vmware-15-error-on-ubuntu-18-4-could-not-open-dev-vmmon-no-such-file-or-dire

 

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

 

728x90

'Server&Network > Capston' 카테고리의 다른 글

참고 사이트 zabbix 및 모니터링  (0) 2020.09.13
Gns3 docker에 파일 유지 방법  (0) 2020.09.13
dpkg/lock error  (0) 2020.09.13
Kubuntu backup tool [Timeshift]  (0) 2020.09.13
캡스톤 gns3 환경설정  (0) 2020.09.13