본문 바로가기

ubuntu15

[Docker] 도커 설치 방법 1. 도커 레포지토리 설정# Add Docker's official GPG key:sudo apt-get updatesudo apt-get install ca-certificates curlsudo install -m 0755 -d /etc/apt/keyringssudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.ascsudo chmod a+r /etc/apt/keyrings/docker.asc# Add the repository to Apt sources:echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/dock.. 2025. 9. 7.
[Ubuntu 22.04] Hash Sum mismatch error Hash Sum mismatch errorwhen :sudo apt update solutionsudo apt-get cleansudo rm -rf /var/lib/apt/lists/*sudo apt-get update -o Acquire::CompressionTypes::Order::=gzsudo apt update * referencehttps://stackoverflow.com/questions/64120030/hash-sum-mismatch-when-apt-get-update-ubuntu-20-04-vm-with-multipass Hash sum mismatch when apt-get update Ubuntu 20.04 VM with MultipassMy issue is the following:.. 2025. 2. 26.
[Ubuntu] 한글 설치 * Environments - Ubuntu 20.04 1. 언어 업데이트 Settings - Region & Language 에 들어간 다음 Manage Installed Languages 선택 아래의 "The language support is not installed completely" 알람이 나오면 Install 선택 이후 재부팅 sudo reboot now 2. 언어에 Korean (Hangul) 추가 + 버튼을 눌러서 Korean (Hangul) 추가 기존에 있던 English는 삭제 3. 언어변환 키 설정 기존에 있는 Hangul Tollge Key는 모두 삭제 Add를 누른 다음 한글 키(또는 원하는 키) 추가 2024. 4. 14.
[Ubuntu] Tree 명령어 사용법 설치 sudo apt install tree https://codedragon.tistory.com/8892 Ubuntu - Command ; not found, but can be installed with: - tree command 설치하기 tree command 설치하기 설치가 되어 있지 않은 경우 아래와 같은 메시지가 오픈됩니다. osboxes@osboxes:~$ sudo apt-get update Hit:1 http://ppa.launchpad.net/ethereum/ethereum/ubuntu cosmic InRelease Hit:2 http://us.archive.ubuntu.co codedragon.tistory.com 옵션 -f : 전체 경로 표시 -d : 디렉토리만 표시 -L : 표시.. 2023. 8. 16.