리눅스 6

Apache + MariaDB + PHP (4)

https://parkjinwoo98.tistory.com/6 Apache + MariaDB + PHP (3) https://parkjinwoo98.tistory.com/5 Apache + MariaDB + PHP (2) https://parkjinwoo98.tistory.com/4 Apache + MariaDB + PHP (1) https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전 parkjinwoo98.tistory.com #> vi /var/www/html/db.php 웹 브라우저에 [내 IP]/db.php 입력한다. 마지막에 succes라고 뜨면 성공. https://sailer..

리눅스 2023.09.06

Apache + MariaDB + PHP (3)

https://parkjinwoo98.tistory.com/5 Apache + MariaDB + PHP (2) https://parkjinwoo98.tistory.com/4 Apache + MariaDB + PHP (1) https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활 parkjinwoo98.tistory.com php 설치 #> yum install -y php php-mysql php-mbstring php-pdo php-gd 설치된 파일들,,, 설치가 완료되었으면 간단한 코드를 /var/www/html..

리눅스 2023.09.06

Apache + MariaDB + PHP (2)

https://parkjinwoo98.tistory.com/4 Apache + MariaDB + PHP (1) https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활성화 SELinux는 리눅스의 강력한 보안 모듈 실습 parkjinwoo98.tistory.com MariaDB 설치 #> yum install -y mariadb mariadb-server //설치 명령어 #> systemctl start mariadb // mariadb실행 #> mysqladmin -u root -p password '비밀번호' /..

리눅스 2023.09.06

Apache + MariaDB + PHP (1)

https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활성화 SELinux는 리눅스의 강력한 보안 모듈 실습을 진행하기 위해 비활성화하고 진행 vi /etc/sysco parkjinwoo98.tistory.com #> getenforce #> vi /etc/sysconfig/selinux Permissive로 바꾸기 Apache 설치 #> yum install -y httpd //apache 설치 #> systemctl start httpd //apache 구동 #> vi /etc/sysconfig/iptables ..

리눅스 2023.09.06

FTP 서버 구축 및 보안 설정

https://parkjinwoo98.tistory.com/2 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활성화 SELinux는 리눅스의 강력한 보안 모듈 실습을 진행하기 위해 비활성화하고 진행 vi /etc/sysco parkjinwoo98.tistory.com 이거 한사람만 오십쇼.. #> yum install -y vsftpd //설치 명령어 #> rpm -qa | grep ftp //설치 확인 명령어 Ftp Client는 FileZilla를 사용한다. #> systemctl start vsftpd //vsftpd 실행 #> systemctl status vsf..

리눅스 2023.09.06

[CentOS] 설치 후 설정

SELinux 비활성, iptables 설치, net-tools 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활성화 SELinux는 리눅스의 강력한 보안 모듈 실습을 진행하기 위해 비활성화하고 진행 vi /etc/sysconfig/selinux reboot로 재실행 2. net-tools 설치 ifconfig 명령어를 찾을 수 없다고 나온다. 이제 자신의 ip가 잘 나온다. 3. iptables 설치 CentOs 7 부터 기본방화벽으로 firewalld가 제공된다. Iptables가 더 익숙하기 때문에 firewalld를 끄고 iptables 이용 먼저 firewalld를 중지 시킨다. #> systemctl stop firewalld 재부팅시 firewalld..

리눅스 2023.09.06