본문 바로가기

RHEL4

centOS-7 기본 yum -y update 방화벽 확인 getenforce 이랑 확인 vim /etc/selinux/config [root@localhost ferhan]# getenforce Disabled [root@localhost ferhan]# systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled) Active: active (running) since 월 2023-06-26 18:22:03 KST; 1min 6s ago Docs: man:firewalld.. 2023. 6. 26.
Disk quota 유틸리티 개념이다. raid 도 그래 quota.user quaota.group quotacheck -avug --> 사용자/그룹과 관련된 내용을 출력해라 quaotaon 시작 quotaoff 종료 repquota : 리포트 : -a edquota - t (edit) edquota -u 사용자 : 특정 계정에 영량 제한 filesystem block inodes ---> 파일의 갯순데 요즘은 잘 안써요 mkdir -p /share/ㅌ UUID=2109d20c-d251-4938-b1e0-7e18280f4afe /share/raid0 ext4 defaults 0 0 quota home dirextory sini degistirdik / etc /passwd UUID=2109d20c-d251-4938-b1e0.. 2023. 6. 22.
RAID RAID 구성하자 물리 디스크를 ---> 논리적으로 인식 --> 논리 디스크 논리 디스크를 (묶어서 사용한다) --> 동작 인터페이스 단계 (인덱스) 인터페이스 컨트롤러 RAID 컨트롤러 sda --> - : 동작방식 : h : ATA or IDE : 병렬 연결 방식 s : SCSI or SATA : 직렬 연결 방식 NVme /dev --> 운영체제가 인식하는 모든 디바이스 sda1 sda2 --> 논리적 파티션 번호 fdisk -l Disk /dev/sdb: 106 MB, 106954752 bytes, 208896 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O s.. 2023. 6. 21.
phpmyadmin yum -y install epel-release --> 리저스터리 먼저 확인하고 yum -y install phpmyadmin yum -y install phpmyadmin --> kuruyoruz cd /etc/httpd/conf.d/ vim phpMyAdmin.conf 들어가서 # phpMyAdmin - Web based MySQL browser written in php # # Allows only localhost by default # # But allowing phpMyAdmin to anyone other than localhost should be considered # dangerous unless properly secured by SSL Alias /phpMyAdmin /usr/sh.. 2023. 6. 21.