일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ssh key 배포
- Windows
- G-suite
- Kibana
- macos
- miniconda
- application security
- centos 8
- Proxy
- hardening
- 보안양파
- proxycfg
- 로그인불가
- freebsd
- ansible
- Elasticsearch
- Kibana server is not ready yet
- bash
- docker
- elastic stack
- 한글가이드
- x-pack
- XCP-ng
- GitLab
- ELASTIC
- xe guest utilities
- pfsense
- endpoint security
- PlayBook
- Today
- Total
목록IT (650)
선 밖에 선 자유인
http://forensic-proof.com/tools
1. 시간동기화C:\>w32tm /resync 2. 설정된 시간 동기화 정보확인C:\>w32tm /query /configuration 3. 시간동기화 서버 변경C:\>w32tm /config /manualpeerlist:"time.windows.com,0x9" /syncfromflags:MANUAL 4. 시간동기화 서비스 중지C:\>net stop w32time 5. 시간동기화 서비스 시작C:\>net start w32time
- Windows Server DNS 보안http://armadablog.tistory.com/59https://technet.microsoft.com/ko-kr/library/cc731367(v=ws.11).aspx - DNS 운영과 실무 자료
http://l5.appkr.kr/
https://adsecurity.org/?p=3377 http://securitywing.com/active-directory-security/ https://msdn.microsoft.com/en-us/library/bb727065.aspx GPO securityhttps://technet.microsoft.com/en-us/library/cc960657.aspx Active Directory Security ChecklistThe following checklist is provided to help organizations assess and maintain the security of their Active Directory deployments: 1. Ensure that the logical..
- AWS 온라인 무료 실습 qwiklab https://aws.amazon.com/ko/training/intro-to-aws-labs-sm/
- /etc/firewalld/zones/public.xml # service open # 포트별 (service name or port name) # 수동으로 강제 추가[root@test]# firewall-cmd --add-rich-rule='rule family="ipv4" source address="192.168.0.0/24" service name="syslog" accept' --permanent # reload[root@test]# firewall-cmd --reload