리눅스 9

WINSCP 접근거부 문제 해결

# 문제상황 - AWS EC2를 사용하면서, EC2 Private Key (일명 PEM파일)로 접속하고 있었음 - putty에서는 ubuntu로 접속 후, su 명령어로 root 관리자로 이동 - putty에서 바로 root로 접속하려고 하면 ubuntu로 접속하라는 문구 나옴 ( 찾아보니 root로 접속하는 방법도 나오던데, 시도안함.. ubuntu로 접속 후, su 하면 되니까는..(일단은...?;_;) ) ** 찾아 적용해보기 ** - 이 상태에서 WinSCP 접속해서 파일 올리려는데.. 권한 없다고!! 안된다함ㅠㅠ ( WinSCP 접속도 putty에서 가져온 그대로라 ubuntu로 접속 ) WinSCP로 파일 올리기 위해서!!!!! 1. putty ubuntu로 접속 후, 2. su 명령어 입력,..

리눅스 2023.10.23

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

록키 리눅스 설치방법

STEP01 →VMware Workstation 설정 ※ 해당 내용은 8.5 기준으로 작성되었으나 테스트시 8.7 설치 그대로 진행해도 크게 문제가 없음을 확인 했습니다. 스크린샷 순서대로 따라가면 되며, 실무 위주로 설명하겠습니다. 익숙해지면 원하는 서버 용도에 따라 설치 진행하시면 됩니다. [기본 세팅으로 진행] STEP02 → Rocky Linux 8.6 GA 설치 ◇ 그래픽 인터페이스인 GUI 사용으로 안 하고 최소 설치하는 이유는 대부분의 서버호스팅의 업체는 최소사양으로 최대의 성능을 내기 위해 필요한 소스만 설치하고 운영합니다. 아무리 가볍다고 하지만 그래픽 인터페이스를 사용한다는 건 그만큼 무거워진다는 뜻입니다. 예를 들어 윈도우의 경우도 처음 설치할 때는 빠르지만 사용할수록 리소스가 많아 ..

리눅스 2023.07.04