centos8x update error
# Operation System/Linux2023. 1. 17. 15:41centos8x update error

오류확인 centos8초기버전에서 yum(또는 dnf) update할려고할시 업데이트 에러가 발생 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 오류원인 저장소 경로가 잘못되었거나 할경우 발생할수 있던건데. 현재는(작성일 기준 : 2023-01-18) EOL로 인한 업데이트 에러. 해결방법 centos초기 버전이라 일단 아래와 같이 repo파일 수정. 기존 mirrorlist는 주석처리. https://vault.centos.org/8.5.2111/AppStream/x86_64/os/ https://vault.centos.org/8.5.2111/B..

mariadb 특정 버전 지정 설치
# DataBase/Mysql(MariaDB)2022. 7. 19. 07:07mariadb 특정 버전 지정 설치

1. 다운로드 페이지 접속 https://mariadb.org/download/ Download MariaDB Server - MariaDB.org REST API Release Schedule Reporting Bugs … Continue reading "Download MariaDB Server" mariadb.org 2. OS 및 설치버전 선택 3. /etc/yum.repos.d경로에 mariadb.repo추가 # MariaDB 10.3 CentOS repository list - created 2022-07-19 04:26 UTC # https://mariadb.org/download/ [mariadb] name = MariaDB baseurl = https://tw1.mirror.blendbyt..

elasticsearch 8.2.3 install
# DataBase/Elasticsearch2022. 6. 16. 08:57elasticsearch 8.2.3 install

다운로드 https://www.elastic.co/kr/downloads/elasticsearch Download Elasticsearch Download Elasticsearch or the complete Elastic Stack (formerly ELK stack) for free and start searching and analyzing in minutes with Elastic. www.elastic.co 설치환경 [darksharavim.tistory.com]cat /etc/redhat-release Rocky Linux release 8.6 (Green Obsidian) 엘라스틱서치 GPG키 및 레포지토리 추가 [darksharavim.tistory.com]rpm --import https..

centos7x php7.3x 패키지 설치
# Script/PHP2022. 5. 31. 00:01centos7x php7.3x 패키지 설치

[darksharavim.tistory.com] yum -y install epel-release yum-utils [darksharavim.tistory.com] yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm [darksharavim.tistory.com] yum-config-manager --enable remi-php73 [darksharavim.tistory.com] yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd [darksharavim.tistory.com] php -v PHP 7.3.33 (cli) (built..

리눅스 NFS구축
# Operation System/Linux2019. 11. 14. 09:41리눅스 NFS구축

설치환경 : centos8 [darksharavim]yum -y install nfs-utils [darksharavim]vi /etc/exports /DATA 2xx.6x.3x.xx8(rw,sync,no_root_squash) [darksharavim]systemctl enable/start rpcbind [darksharavim]systemctl enable/start nfs-server [darksharavim]systemctl enable/start nfs-lock [darksharavim]mount -t nfs [NFS서버 IP]:/DATA /DATA -o nolock,rsize=32768,wsize=32768,tcp,nfsvers=3

image