도커(Docker)와 쿠버네티스(Kubernetes)를 활용한 컨테이너(Container)관리_1
보호되어 있는 글입니다.
보호글
2025. 4. 12. 18:24
centos 실행 중인 프로세스의 실제 경로 찾기
ls -al /proc/프로세스ID | grep exe
self training/lin
2025. 3. 26. 14:13
centos stream 9 ip setting
vi /etc/NetworkManager/system-connections/[INTERFACE][connection] id=Wired connection 1 uuid=72a170c1-1cc9-36f5-80d6-8b829ee4c004 type=ethernet autoconnect=trueinterface-name=eno1 [ethernet] [ipv4] address1=192.168.15.XXX/24,192.168.15.1dns=168.126.63.1; method=manual [ipv6] addr-gen-mode=stable-privacy method=auto [proxy] 저장 후 systemctl restart NetworkManager또는 nmcli c rnmcli networking off && ..
self training/lin
2025. 3. 13. 16:08