본문 바로가기
반응형

Linux/Ubuntu16

Ubuntu 22.04 : pciutils-dev 설치. GPU test tool 사용간에 pciutils-dev 설치 요구 , 해당 Package Ubuntu 22.04에서 설치 불가. 온라인 상 확인결과 :libpci-dev 로 대체확인. https://packages.ubuntu.com/focal/libpci-dev Ubuntu – Details of package libpci-dev in focal [ focal ] [ focal-updates ] [ jammy ] [ lunar ] [ mantic ] [ noble ] Package: libpci-dev (1:3.6.4-1) PCI utilities (development files) Other Packages Related to libpci-dev dep: libpci3 (= 1:3.6.4-1) PC.. 2024. 1. 21.
Ubuntu 22.04: bonding 설정 +Bonding이란?, Bonding의 종류 1. Bonding이란? 리눅스에서 여러 네트워크 인터페이스를 하나의 채널로 만들어, 안정성 혹은 대역폭 이득을 얻는 기능. 2. Bonding의 종류 # 0: Balance-round robine 정책 : 2개의 NIC를 통한 분배, 프로세스들 간의 우선순위 X Round Robin Scheduling : https://ccclog.tistory.com/118 # 1: Active-Standby : - Active 상태의 NIC에 문재발생시 Unactive 상태의 NIC를 활성화. - 안정성 확보의 기술. 평상시에는 1개의 인터페이스를 사용하다 해당 인터페이스 문제발생시에 Backup 인터페이스로 사용하여 안정성 확보, - 성능향상과는 무관한 기술 # 4: 802.3ad(link aggregation).. 2023. 10. 19.
Ubuntu 22.04: Network static 설정. 22.04이전 버전은 다음 글 방법 활용 -> Ubuntu 20.04.6 Netplan static, dhcp 설정. 더보기 Netplan 설정 경로 : /etc/netplan/*.yaml >> vim /etc/netplan/*.yaml netplan 파일내에, network interface name이 없는 경우는 네트워크명을 별도로 확인해서 작성. https://ccclog.tistory.com/59 네트워크 포트 인터페 ccclog.tistory.com *해당 설정은 ubuntu 22.04.6에서 진행되었습니다. Ubuntu 22.04 버전부터 netplan 구문이 변경되었다. Gateway 설정시에, 기존 gateway4에서 routes 구문으로 변경되었다. ---------------------.. 2023. 10. 13.
UBUNTU: apt-get 명령어 모음 apt-get install 설치. apt-get update 레포지터리 업데이트. apt-get remove 제거. apt-get autoremove 잔여 파일 제거. apt-get purge 호환성 관련 제거. 2023. 9. 12.
Ubuntu 23.04 : netplan apply시 발생한 에러문구 - Permissions for /etc/netplan/00-installer-config.yaml are too open.  Netplan configuration should NOT be accessible by others. # etc/netplan/*.yaml 파일 기본권한 622 -> chmod 600으로 변경.  https://askubuntu.com/questions/1477287/need-help-with-a-netplan-configuration-issue Need help with a Netplan configuration issueWhen I did sudo netplan apply, it shows me permission warnings. Below are the same exac.. 2023. 9. 11.
Ubuntu 20.04.6 Netplan static, dhcp 설정. 더보기 Netplan 설정 경로 : /etc/netplan/*.yaml >> vim /etc/netplan/*.yaml netplan 파일내에, network interface name이 없는 경우는 네트워크명을 별도로 확인해서 작성. https://ccclog.tistory.com/59 네트워크 포트 인터페이스명 확인방법, Mac address 확인방법 >>ip addr /// eno1, eno2 -> 인터페이스 명. /// Link/ether -> 뒷 부분 주소 = mac address @@:@@:@@:@@:@@:@@ 구조 ccclog.tistory.com *들여쓰기 변경시, 에러 발생하므로 들여쓰기 수정하면 안됨. *자체가 DNS서버로 지정 되어 있어 nameserver없이는 ping은 나가나 외부.. 2023. 9. 8.
반응형