1. SFTP를 위한 SSH설치 rpm -qa|grep ssh 2. SFTP 구성하기 (SFTP 권한을 얻을 user와 group만들기 위한 기초작업) 2-1 /data/sftp/ 디렉터리를 만들어준다. 권한을 701로 설정한다. mkdir -p /data/sftp chmod 701 /data 3. 그룹 및 유저 생성 3-1. 그룹명 sftpusers 생성 groupadd sftpusers 3-2. 유저 생성 useradd -g sftpusers -d /node -s /sbin/nologin node_user passwd node_user => 암호 넣기 또는 변경(유저이름을 넣고 암호변경) 4. web 디렉터리 만들고, 권한 설정하기 4-1. mkdir -P : 경로에 디렉터리를 없으면 만들고 있으면 ..
1. node 설치 https://nirsa.tistory.com/193?category=857715 https://paulgo1111.tistory.com/17 1. nvm 설치 : 최신버젼 https://github.com/nvm-sh/nvm 2. 방화벽 체크 firewall-cmd --list-all firewall-cmd --zone=public --add-service=http --permanent firewall-cmd --zone=public --add-port=8080/tcp --permanent firewall-cmd --reload 3. node 설치 rpm -qa | grep nodejs curl --silent --location https://rpm.nodesource.com/se..
1. 용량확인 현재 디렉토리 : df -h 또는 df . -h 서브 디렉토리 포함 : du -h 2. 버전확인 cat /etc/*release* cat /proc/version 3. 날짜바꾸기 date : 2021. 03. 25. (금) 17:54:47 KST KST 가 아닌경우 : tzselect => 5.Asia > 23. Korea(South) > 1.Yes [root@zetawiki ~]# ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime [root@zetawiki ~]# rdate -s time.nist.gov [root@zetawiki ~]# hwclock --systohc [root@zetawiki ~]# date [root@zetawiki ~]#..
1. https://www.centos.org/download/ Download As you download and use CentOS Linux, the CentOS Project invites you to be a part of the community as a contributor. There are many ways to contribute to the project, from documentation, QA, and testing to coding changes for SIGs, providing mirroring or ho www.centos.org 2. https://rufus.ie/ko/ Rufus - 간편하게 부팅 가능한 USB 드라이브 만들기 간편하게 부팅 가능한 USB 드라이브 만들기..