ubuntu(2)
-
Ubuntu 20.04 DevStack 설치 가이드
- 시스템 업데이트 $ sudo apt update sudo apt upgrade -y sudo apt-get update sudo apt-get upgrade -y - stack user 생성 $ sudo useradd -s /bin/bash -d /opt/stack -m stack $ echo "stack ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/stack stack ALL=(ALL) NOPASSWD: ALL - stack user 로 변경 $ sudo su - stack - DevStack 설치 환경 설정 $ sudo apt install git -y $ git clone https://github.com/openstack-dev/devstack.g..
2023.11.22 -
우분투 20.04 네트워크 관련 명령
안녕하세요 #카트로 입니다. 오늘은 우분투 20.04 버전의 네트워크 관련 명령을 알아 볼게요 - NIC 확인 $ lshw -class network -short H/W path Device Class Description ======================================================== /7 eth0 network Ethernet interface /8 eth1 network Ethernet interface /9 eth2 network Ethernet interface - ip설정 $ sudo vi /etc/netplan/00-installer-config.yaml # dhcp 자동할당 설정 # This is the dhcp network config written..
2023.11.17