Linux 487

gitlab-runner install 수동 설치 방법

gitlab-runner install 수동 설치 방법curl -L --output gitlab-runner.rpm https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_amd64.rpm보통 이렇게 받아서yum install -y gitlab-runner.rpm설치 하면 되긴 하는데오프라인 환경에서 설치는 2파일 다운 받아서 설치 해주면 된다.https://packages.gitlab.com/runner/gitlab-runner/ runner/gitlab-runner - Packages · packages.gitlab.comBrowse packages for the runner/gitlab-runner repository. H..

Linux 2025.06.13

wasabi 스토리지 백업 방법

wasabi 스토리지 백업 방법AWS 를 사용했는데 너무 비싸고 제일 큰 문제는 파일 올릴때 회선사용료를 내야 한다. 트래픽에 따라 과금이 어마어마 하다. 좀 저렴한게 없을까 하고 찾아봤는데 딱 마음에 드는 제품이 있다.지금 wasabi 에서 30일 체험 이벤트중이다. 뭐 이벤트라 할게 없다 매년 하고 있으니 1TB 용량을 준다.충분히 테스트 해볼 수 있다.가입을 하면 이상태이다. 크게 어려 울게 없다. 계정 만들고 buckets 만들고 access keys 생성 하고데이터 백업 하면 끝이다. buckets 에 들어가서 create bucket 누르면이름 입력하고 resion 누르면 되는데아쉽게 아직 한국 서버는 없다. 오사카로 선택 했다.오사카 서버로 테스트 해보면 해외 서버치곤 업다운 속도 괜찮다..

Linux 2025.05.20

ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization

ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization설치 하려는데 위와 같이 에러가 뜬다.그래픽카드도 있는데이건 드라이버가 설치가 안되서 그렇다.설치해주자.# yum install epel* 설치해주고# dnf config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/repos/rhel8/$(uname -i)/cuda-rhel8.repo # dnf config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/repos/rhel9/$(uname -i)/cud..

Linux 2025.05.06

Raid Card Full Access denied because another user is logged in with full access from IP Address: 127.0.0.1

Raid Card Full Access denied because another user is logged in with full access from IP Address: 127.0.0.1리눅스에서 Raid 카드 콘솔 들어가려고 하면 위와 같이 화면이 뜰때가 있다.이건 콘솔이 이미 어디선가에 구동되고 있어서 중복 접속이 안된다는 에러 메세지이다.제일 간단한 방법은 재부팅이 좋지만 뭐.. 굳이 재부팅 할필요 없고 구동프로그램만 죽이면 된다.# ps -ef | grep RAID root 4384 1 0 15:00 ? 00:00:00 sh /usr/local/RAID Web Console 2/Framework/startup.sh raid 인줄 알고 죽였는데 안된다. 이건 gui..

Linux 2025.05.05

lmstudio install for rocky 9.5

lmstudio install for rocky 9.5lmstudio 설치 하려면 ldd 버전이 2.30 이상이어야 한다.rocky 8.x 에 설치 하려고 했는데 ldd 버전이 2.28 이다 어거지로 gcc 를 2.30 으로 올리고 구동하려 했는데 의존성때문인지 계속 에러 뜬다. 그래서 그냥 rocky 9.5 버전으로 설치 했다. 나처럼 삽질 하지말고 바로 rocky 9.5 로 설치하자.설치전에 모든 패키지 업데이트 한번 해주고 시작 하자.# yum update -y그리고 lmstudio 다운 받자.# wget https://installers.lmstudio.ai/linux/x64/0.3.14-5/LM-Studio-0.3.14-5-x64.AppImagewget 으로 받으면 되고 버전은https://lm..

Linux 2025.05.01

83:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) rocky 8.x install

83:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) rocky 8.x installhttps://algo79.tistory.com/710 centos 8 r8125 installcentos 8 이던 7 이던 r8125 내장 그래픽카드 안잡힌다. www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software [ Realtek PCIe FE / GBE / 2.5G / Gaming Ethernet Family Controllealgo79..

Linux 2025.04.30

구축형 chatgpt(ollama-open-webui) for rocky 9.5

구축형 chatgpt(ollama-open-webui) for rocky 9.5docker 에 ollama + webui 에 llm 올리는 방식이다.그래픽카드 설치 하고 안해도 되긴 하는데 답변이 너무 느리다.링크 참조 # dnf install -y dnf-plugins-core# dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo# dnf install -y docker-ce docker-ce-cli containerd.io# systemctl enable --now docker# usermod -aG docker $USER# DOCKER_COMPOSE_VERSION=$(curl -s https://a..

Linux 2025.04.25

1080ti cuda install for rocky 9.5

1080ti cuda install for rocky 9.5https://algo79.tistory.com/2121 nvidia install for rocky 9.5 with 1080tinvidia install for rocky 9.5 with 1080tinvidia 설치를 하자.# dnf install epel-release epel repo 설치 해주고 삽질한 내용이니 아래는 따라 하지 말자-------------------------------------------------------------------------------------algo79.tistory.com 위와 같이 수동으로 설치 했을때 cuda 설치 방법이다. 1080ti cuda 설치시 최신 버전 설치시 정상 작동이 안된다. ..

Linux 2025.04.20

nvidia install for rocky 9.5 with 1080ti

nvidia install for rocky 9.5 with 1080tinvidia 설치를 하자.# dnf install epel-release epel repo 설치 해주고 삽질한 내용이니 아래는 따라 하지 말자----------------------------------------------------------------------------------------------------------------------------------------------------------------nvidia repo 도 설치# dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/c..

Linux 2025.04.18
728x90
320x100