【Fundamental Tech】/Ubuntu [Ubuntu 22.04] ndctl build issue 2024. 11. 1. ndctl은 Linux LIBNVDIMM 커널 하위 시스템을 관리하기 위한 유틸리티입니다.빌드 단계에 필요한 패키지가 여러 개 있는데, 아래는 홈페이지 기준으로 설치 가이드입니다.https://docs.pmem.io/ndctl-user-guide/installing-ndctl/installing-ndctl-from-source-on-linux Install the Prerequisitessudo apt install -y git gcc g++ autoconf automake asciidoc asciidoctor bash-completion xmlto libtool pkg-config libglib2.0-0 libglib2.0-dev libfabric1 libfabric-dev doxygen graphvi.. [Ubuntu] 특정 버전 Kernel 설치 2024. 10. 25. 간혹 Old or 특정 버전의 Kernel 설치가 필요한 경우, 아래와 같이하면 됩니다.sudo apt install linux-image-{버전}-genericsudo apt install linux-modules-{버전}-genericsudo apt install linux-modules-extra-{버전}-generic [Ubuntu] apt-get update Hash sum mismatch 2024. 10. 25. 아래와 같이 apt-get update시 Hash sum mismatch 발생시, 해결 방법을 소개합니다. 아래와 같이 하면 Hash Sum mismatch 에러가 해결 된다 :)apt-get update -o Acquire::CompressionTypes::Order::=gzapt-get upgrade -yapt-get dist-upgrade -y [Ubuntu] Mainline Kernel 설치 2024. 10. 13. *참고: https://github.com/bkw777/mainlineUbuntu Kernel Update Utility (Ukuu)를 fork한 mainline 툴을 이용해 Ubuntu Mainline Kernel 설치를 하는 방법에 대해 설명합니다.A tool for installing Ubuntu Mainline Kernel Builds onto debian-based distributions.1. Installsudo add-apt-repository ppa:cappelikan/ppasudo apt updatesudo apt install mainline 2. Usagesmainline help# 설치 가능한 Kernel Listmainline list# 특정 버전의 Kernel Downloadm.. [Ubuntu 22.04] Ubuntu Kernel Compile 2024. 10. 13. *참고: https://askubuntu.com/questions/1435591/correct-way-to-build-kernel-with-hardware-support-fix-patches-ubuntu-22-04-ltsVainilla Kernel Source가 아닌 Ubuntu Kernel Source로 Kernel Compile 만들기 방법에 대해 소개합니다.아래 방법은 Ubuntu 20.04 및 22.04에서 동작합니다. 1. Ubuntu Kernel Source Repository 설정$ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak$ sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list$.. [Ubuntu] Ubuntu Linux Release Schedule 2024. 9. 4. 아래 링크에 Ubuntu Linux의 Release 일정에 나와 있으니 참고하시기 바랍니다.https://wiki.ubuntu.com/Releases Releases - Ubuntu WikiList of releases Ubuntu Website release cycle page Current Version Code name Docs Release End of Standard Support End of Life Ubuntu 24.04.1 LTS Noble Numbat Release Notes August 29, 2024 June 2029 April 2036 Ubuntu 24.04 LTS Noble Numbat Release Notes Aprwiki.ubuntu.comCurrentVersionCode na.. [Ubuntu] 의존성 포함 deb 패키지 다운로드 2024. 9. 4. deb만 다운로드 하고 싶을 경우아래 Command를 실행하면 /var/cache/apt/archives 디렉토리에 deb 파일을 다운로드$sudo apt reinstall --download-only -y [패키지명] 모든 의존성 패키지를 다운로드$sudo apt-cache depends [패키지명] | grep "Depends" | awk '{print $2}' | xargs apt-get download [Ubuntu 22.04] XRDP 연결 및 설정 2024. 8. 27. 로그인 후 바로 세션이 끊어질 경우, 아래와 같이 조치합니다.$ sudo apt update$ sudo apt upgrade$ sudo apt install xrdp$ sudo adduser xrdp ssl-cert$ sudo ufw allow 3389/tcp$ sudo systemctl enable xrdp$ sudo reboot※ 주의사항1. 해당 계정으로 로그인이 되어 있는 경우에는 접속이 바로 끊어진다. 따라서 로그인 하려는 계정은 Log Off 후 원격 데스크탑으로 접속해야 한다. 2. 다중 접속을 허용하지 않는다. 따라서 여러 사용자가 접속해야 하는 경우에는 계정을 여러개 생성해서 별도로 접속해야 한다. 이전 1 2 3 4 다음