본문 바로가기

728x90

centos

[url] Installati.one 사이트 Installati.one 사이트https://installati.one/How To Install Application on Ubuntu 22.04 How To Install Application on CentOS 7 더보기
CentOS 7에 PHP YAML 확장 모듈을 설치하는 방법 CentOS 7에 PHP YAML 확장 모듈을 설치하는 방법테스트 환경$ cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core)$ /usr/local/apache2/bin/apachectl -vServer version: Apache/2.4.29 (Unix)Server built: Aug 10 2020 17:03:40$ /usr/local/php/bin/php -vPHP 7.3.2 (cli) (built: Aug 10 2020 17:10:03) ( ZTS DEBUG )Copyright (c) 1997-2018 The PHP GroupZend Engine v3.3.2, Copyright (c) 1998-2018 Zend Technologies패키지 .. 더보기
nload 사용법 nload 사용법 nload는 터미널에서 네트워크 트래픽을 실시간으로 모니터링하는 도구입니다. 1. nload 설치 Ubuntu 시스템 sudo apt-get install nload CentOS 시스템 sudo yum install nload 2. nload 명령어의 기본 사용 구문 및 옵션 nload [options] $ nload -h nload version 0.7.4 Copyright (C) 2001 - 2012 by Roland Riegel nload comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. For more detai.. 더보기
bmon 사용법 bmon 사용법 bmon은 터미널에서 네트워크 밴드위스 사용량을 그래픽으로 표시하는 간단한 도구입니다. 1. bmon 설치 Ubuntu 시스템 sudo apt-get install bmon CentOS 시스템 sudo yum install bmon bmon version bmon -V $ bmon -V bmon 4.0 Copyright (C) 2001-2015 by Thomas Graf Copyright (C) 2013 Red Hat, Inc. bmon comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the source code.. 더보기
리눅스에서 메모리 사용률이 높은 프로세스를 찾는 방법 리눅스에서 메모리 사용률이 높은 프로세스를 찾는 방법 1. top 명령어 top 명령어는 시스템 상태를 실시간으로 모니터링하는 도구로 메모리 사용률이 높은 프로세스를 확인할 수 있습니다. top을 실행한 후에는 메모리 사용량이 큰 프로세스들이 상단에 나타납니다. top 2. htop 명령어 htop은 top과 유사하지만 더 사용하기 편리하며 색상으로 시각화된 인터페이스를 제공합니다. sudo apt-get install htop 더보기 더보기 --- $ sudo apt install htop Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additiona.. 더보기
CentOS 7 컨테이너 내에서 init를 사용하는 방법 CentOS 7 컨테이너 내에서 init를 사용하는 방법(centos7 init)기본적으로 Docker 컨테이너는 systemd를 지원하지 않기 때문에 다음과 같은 방법을 사용하여 systemctl을 활성화할 수 있습니다.1. Dockerfile 설정Docker 이미지를 빌드할 때 systemd 지원을 활성화하려면 Dockerfile에 다음 명령을 추가합니다.vim Dockerfile# Use the CentOS 7 base imageFROM centos:7ENV container docker# Install systemd and necessary packagesRUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \syste.. 더보기
CentOS 7에서 PHP-FPM 8.1을 설치하는 방법 CentOS 7에서 PHP-FPM 8.1을 설치하는 방법 PHP-FPM : PHP FastCGI Process Manager CentOS 7은 PHP 5.x를 지원하며, PHP 8.1은 공식 CentOS 7 저장소에 포함되어 있지 않습니다. PHP 8.1을 CentOS 7에 설치하려면 추가 저장소 설정이 필요하며, Remi 저장소는 이를 제공하는 인기있는 옵션 중 하나입니다. Remi 저장소를 사용하여 CentOS 7에 PHP 8.1을 설치할 수 있습니다. 테스트 환경 운영체제 버전 정보 확인 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) $ getconf LONG_BIT 64 filewalld 서비스 정지 sudo systemctl st.. 더보기
RHEL(Red Hat Enterprise Linux), CentOS와 Fedora의 차이점 RHEL(Red Hat Enterprise Linux), CentOS와 Fedora의 차이점 RHEL, CentOS, Fedora는 모두 Red Hat에서 개발한 Linux 배포판입니다. 세 배포판 모두 강력하고 안정적이지만, 각 배포판은 고유한 지원, 출시 주기, 안정성, 패키지, 목적을 가지고 있습니다. 지원(Support) RHEL: 유료 지원 제공 CentOS: 무료 지원 제공 Fedora: 무료 지원 제공 RHEL은 유료 배포판이며, Red Hat에서 제공하는 기술 지원을 받을 수 있습니다. CentOS와 Fedora는 모두 무료 배포판이며, 사용자 커뮤니티에서 제공하는 지원을 받을 수 있습니다. 릴리스 주기(Release cycle) RHEL: 3년마다 출시 CentOS: RHEL의 이전 버전.. 더보기

반응형