본문 바로가기
반응형

Linux30

Ubuntu 18.04.6 desktop : GUI network 설정 1 : 상단바 네트워크 아이콘 클릭 2 : Wired Settings 클릭. 3: 설정을 원하는 인터페이스의 설정 아이콘 클릭 4 : IPv4 클릭 5 : Manual 6 : IP address 입력/ Netmask : Subnetmask 입력/Gateway 입력 7 : DNS 입력 8 : 기존 인터페이스를 종료 후 재시작 해줘야 적용됩니다. 9 : 인터페이스 설정 적용 확인. Netplan을 통한 방식=> Ubuntu 20.04.6 Netplan static, dhcp 설정. 2024. 1. 23.
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.
CentOS7 최소설치 후 *groupinstall로 필요한 패키지 설치. # yum groupinstall "Compatibility libraries" "Development Tools" *설치되는 패키지 항목 Installing for group install "Compatibility Libraries": compat-db47 x86_64 4.7.25-28.el7 base 795 k compat-exiv2-023 x86_64 0.23-2.el7 base 681 k compat-glibc x86_64 1:2.12-4.el7.centos base 1.2 M compat-libcap1 x86_64 1.10-7.el7 base 19 k compat-libf2c-34 x86_64 3.4.6-32.el7 base 155 k compat-libgfortran-41 x86_64 4.1.. 2023. 11. 20.
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.
lshw display 항목 확인. ## lshw -short |grep -i display root@user:~# lshw -short |grep -i display /0/100/1.1/0 /dev/fb0 display GA100 [A100 PCIe 80GB] /0/118/3.1/0 display GA100 [A100 PCIe 80GB] /0/120/1.1/0 display GA100 [A100 PCIe 80GB] /0/128/3.1/0 display GA100 [A100 PCIe 80GB] /0/128/5.2/0/0 /dev/fb0 display ASPEED Graphics Family /0/130/1.1/0 display GA100 [A100 PCIe 80GB] /0/138/3.1/0 display GA100 [A100 PCIe 80.. 2023. 10. 16.
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.
반응형