일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- x-pack
- pfsense
- proxycfg
- Kibana
- endpoint security
- GitLab
- application security
- bash
- Elasticsearch
- Proxy
- Kibana server is not ready yet
- elastic stack
- XCP-ng
- Windows
- macos
- ssh key 배포
- miniconda
- 로그인불가
- centos 8
- hardening
- xe guest utilities
- G-suite
- 한글가이드
- ansible
- freebsd
- 보안양파
- docker
- PlayBook
- ELASTIC
- Today
- Total
목록IT (650)
선 밖에 선 자유인
- yum install nfs-utils - /etc/exports 파일에 공유할 디렉터리 추가/home/share (rw,sync) - nfs daemon 실행 /etc/init.d/nfs start (rpcbind 가 먼저 시작되어 있어야 함)/etc/init.d/rpcbind start - 현재 공유된 내용 확인exportfs -v - 방화벽 포트 오픈# nfs port open-A INPUT -m state --state NEW -m tcp -p tcp -s 192.168.0.0/24 --dport 111 -j ACCEPT-A INPUT -m state --state NEW -m udp -p udp -s 192.168.0.0/24 --dport 111 -j ACCEPT-A INPUT -m sta..
아래와 같이 해주면 됨 stty -echoread -p "Password: " PASS; echostty echo
ssh 최초 접속시 보안 경고 메시지 없이 접속하는 방법 : ssh-keyscan명령어로 호스트의 rsa키를 복사 및 ~/.ssh/known_hosts 파일에 저장 # ssh-keyscan -t rsa >> known_hosts
출처: ITIL
- Preparation for the Deployment of your IT Infrastructure with Ansible IT Automation Tool http://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/
vi 로 파일 편집 중 세션이 끊기거나 하는 경우.swp 파일을 이용하여 복구 # vi -r ..swp
구글 오픈소스 포렌식 Framework GRR 관련 http://cpuu.postype.com/post/177743/