atime (File Access Time) 파일이 READ 되었을때 기록 ex) cat, head, tail, sort, grep ... ctime (File Change Time) 파일의 DATA 속성값 변경되었을때 기록 ex) 권한, 소유자, 파일크기, 모든 종류의 속성값 해당 mtime (File Modify Time) 파일의 내용이 달라졌을때 기록 mtime 이 변경되면 ctime 도 같이 변경됨 ls -l default : mtime ls -l -u : atime ls -l -c : ctime 원문 링크 https://m.blog.naver.com/PostView.nhn?blogId=itperson&logNo=220839799052&proxyReferer=https%3A%2F%2Fwww.goo..
mod_userdir 리눅스 사용자의 home 디렉토리를 apache 의 DocumentRoot 로 인식하게 함 예) userdir public_html 이라고 설정 URL 입력 : http://IP/~ID apache 내부 동작 --> /home/ID/public_html URL 입력 : http://IP/~ID/1234 apache 내부 동작 --> /home/ID/public_html/1234리눅스 계정 홈 디렉토리 확인 (계정이름 : liveimg) cat /etc/passwd liveimg:x:1001:1001::/home/liveimg:/bin/bash: /home/liveimg 가 홈디렉토리임
[root@backup ~]# You need to implement a remote task_setrlimit in your security module and call it directly from this functionWARNING: at security/security.c:51 security_ops_task_setrlimit() Call Trace: [] security_ops_task_setrlimit+0x87/0x96 [] do_prlimit+0xd7/0x1da [] sys_setrlimit+0x36/0x43 [] system_call+0x86/0x8b [] system_call+0x0/0x8b 참고사이트 https://ktdsoss.tistory.com/105 Link : https://..
anacron 중복실행방지 1일 2회 실행 불가능 정확한 시간 지정 불가능
wordpress 권한 디렉토리 755 파일 644 chown apache.apache -R wp-content
FTP 방화벽 및 사설 NAT 문제 /etc/vsftp/vsftpd.conf pasv_min_port=50010 pasv_max_port=50020 아래와 같이 수정해보았음 pasv_min_port=50010 pasv_max_port=50100 포트를 고정할 경우 등록한 방화벽 포트 오픈 필요함 FTP 로그인 성공이나 디렉토리 목록이 보이지 않을때 테스트 환경 Centos6, vsftpd 2.2.2-X iptables 설정 2개 필요 -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p tcp -m state --state NEW -m tcp --dport 21 -j ACCEPT모듈 확인후 없으면 아래와 같이 올려준다 modprobe n..
Centos7 에 iptables 대신 기본적으로 활성화 되는 방화벽 (firewalld)참고한 원문사이트https://www.lesstif.com/pages/viewpage.action?pageId=43844015https://sepiros.tistory.com/7기존 방식대로 커널에서 netfilter 가 처리하는것은 동일하다.firewalld 위치/usr/lib/firewalld/etc/firewalld/etc/firewalld/firewalld.conf : 설정파일 (global?)/etc/firewalld/zone/*.xml : 각 zone 에 대한 설정파일?iptables 과 유사하게 중지 및 시작이 가능하다.service firewalld stopservice firewalld startsy..
Centos7 Gnome (GUI) VirtualBox 설치 사전 패키지 설치 yum install kernel-devel kernel-headers make patch gcc yum repo 다운로드 wget https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo -P /etc/yum.repos.d VirtualBox 버전 확인 yum search VirtualBox 아래 버전이 설치 가능한 상태 VirtualBox-4.3.x86_64 : Oracle VM VirtualBox VirtualBox-5.0.x86_64 : Oracle VM VirtualBox VirtualBox-5.1.x86_64 : Oracle VM VirtualBox Vir..
서버정보 : centos7 gnome (GUI) 윈도우 원격 터미널로 접근하기 yum install epel-release yum install xrdp tigervnc-server방화벽 설정 firewall-cmd --permanent --zone=public --add-port=3389/tcp firewall-cmd --reloadxdrp 시작설정 systemctl enable xrdp.service systemctl start xrdp.service 윈도우 클라이언트에서 "원격터미널 연결" 로 접속되는지 확인
- Total
- Today
- Yesterday
- centos8
- gitlab
- L2TP
- 베이어다이나믹
- glusterfs
- softether
- mariadb
- mod_security
- MySQL
- HAProxy
- SSL
- OpenVPN
- virtualbox
- cURL
- pptp
- GeoIP
- 인증서
- galera
- IPSEC
- centOS7
- ntp
- php
- ssh
- 리눅스
- NGINX
- Apache
- kvm
- yum
- iptables
- WAF
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |