본문 바로가기

컴퓨터 이야기58

PowerPC(ppc64le) docker setting PowerPC(ppc64le) 도커 셋팅 방법을 찾아보면 unicamp 관련 링크들이 너무 많이 나온다.브라질에서 후원해서 배포햇던 링크인것 같은데 이제는 더이상 관리하지 않는다. 그러다보니 yum 설치도 에러나는데,docker 에서 정식으로 알려주는 링크로 교체해서 사용하는것이 가장 명확하다. 따로 ppc64le 설치법으로 명시하지는 않았지만,직접 해보니 잘 설치되고 docker 도 최신버젼으로 잘 올렸다. 참고링크 : Install Docker Engine on CentOS | Docker Docs Install Docker Engine on CentOSLearn how to install Docker Engine on CentOS. These instructions cover.. 2024. 4. 25.
Docker /var/lib/docker 디렉터리 교체 Docker 를 무심코 셋팅해서 사용하다보면,어느새 /var/lib/docker 디렉터리가 가득차 파티션에 문제를 주는 경우가 있다. 이런경우에는 파티션 위치를 바꿔줘야하는데,이 자료를 보면 참고할 수 있음. 영문자료이긴하지만 깔끔하게 잘 정리해놓아서,명령어만 봐도 충분히 이해가 가능한 수준임. 참고링크 : Relocating /var/lib/docker directory | Sisense Relocating /var/lib/docker directoryRelocating /var/lib/docker directory Introduction Docker uses /var/lib/docker to store images, containers, and locally named volume.. 2024. 4. 25.
CUDA 설치 관련 CUDA 설치 CUDA 설치를 위해서는 CUDA 관련 검색어를 기반으로 검색하게 되는데, CUDA 옛날 버전을 설치하고 싶을때 의외로 접근성이 좋지 않음. CUDA archive 에 접속하면, 버전별로 다운로드가 가능함. CUDA - archive : https://developer.nvidia.com/cuda-toolkit-archive CUDA Toolkit Archive Previous releases of the CUDA Toolkit, GPU Computing SDK, documentation and developer drivers can be found using the links below. Please select the release you want from the list below, .. 2024. 1. 23.
DNS 서버(server) 추천 (검색하신) 엔지니어가 복붙하기 좋게 IP만 적어 놓았음 [업체명] Primary DNS address Secondary DNS address KT 168.126.63.1 168.126.63.2 SKT 219.250.36.130 210.220.163.82 LG 164.124.101.2 203.248.252.2 Clouflare 1.1.1.1 Google 8.8.8.8 8.8.4.4 2024. 1. 12.
centos extra for ppc64le 대부분 x86_64 를 위주로 쓰다보니, repository에 대한 걱정이 없다. (extra 등등) IBM ppc64le architecture의 경우에는 repository를 찾기가 쉽지 않아서 정리해놓는다. package 가 build만 되고 배포가 안 된 rpm도 존재하는것 같으나, ppc64le 사용자의 경우도 이마저도 유용한 경우가 있다. CentOS 7 CentOS Mirror CentOS Mirror mirror.centos.org Index of /c7-extras.ppc64le (centos.org) Index of /c7-extras.ppc64le buildlogs.centos.org CentOS 8 링크 삽입 예정 2022. 10. 12.
Linux(리눅스) security(보안) update(업데이트) 명령어 보통 # yum update 를 통해서 전체 업데이트를 진행하곤 함. 하지만 현재 서비스 중인 서버의 경우에는 무단으로 package를 업데이트할 경우, 예상치도 못한 서비스 장애를 일으킬수 있어 함부로 사용하기 힘든 명령어임. 이런경우 보안 업데이트, 버그 픽스만 하고 싶을때가 있는데 다음의 명령어를 쓰면 손쉽게 해결할 수 있음 # yum update --security --bugfix 2022. 10. 12.
반응형