Logo

Blog Grid 2 Column

Journal

Creative Collection

When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.

2025년 04월 16일

vsftpd 설정 및 체크사항

yum install vsftpdyum install ftp 이렇게 2가지 설치여부 확인 vi /etc/vsftpd/vsftpd.confanonymous_enable=NO … 마지막줄에 pasv_enable=yespasv_min_port=49152pasv_max_port=65534 추가후 /etc/sysconfig/iptables-A INPUT -m state –state NEW -m tcp -p...

Continue Reading
2025년 04월 16일

Rocky Linux 8.x 에서 Let’s encrypt 설치 및 SSL 발급받기

OS 종류 및 버전에 따라 설치방법이 조금씩 다릅니다. 본 내용은 Rocky Linux 8.x 에서 설치하는 방법을 다루었습니다. 1. 패키지 다운로드 # dnf -y install...

Continue Reading
2025년 04월 16일

무료 SSL Let’s encrypt certbot 설치하는 방법 – Linux CentOS

무료 SSL Let’s encrypt certbot 설치하는 방법 – Linux CentOS 1. 서버 설치하기 : 소스설치 ~]# cd /usr/local ~]# yum install epel-release ~]# rpm...

Continue Reading
2025년 04월 16일

windows10 갑자기 폰트가 없어졌어요

출처 : https://answers.microsoft.com/ko-kr/windows/forum/windows_10-start/%EC%9C%88%EB%8F%84%EC%9A%B010/73535311-dcc5-4033-a09f-7cc5f9e71fb9?auth=1 1) 방화벽 관련 프로그램이 충돌이 난 것으로 보입니다. 저도 업데이트 이후 폰트가 안보였었는데 nProtect / NSD 삭제 후 폰트 다시 보이는 것으로...

Continue Reading