일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- application security
- Kibana
- ELASTIC
- hardening
- endpoint security
- 보안양파
- ansible
- PlayBook
- miniconda
- freebsd
- bash
- Windows
- elastic stack
- Kibana server is not ready yet
- macos
- docker
- pfsense
- GitLab
- centos 8
- ssh key 배포
- XCP-ng
- Proxy
- x-pack
- 로그인불가
- G-suite
- proxycfg
- xe guest utilities
- 한글가이드
- Elasticsearch
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
Vsphere CLI 관련 자료 https://serenity-networks.com/how-to-enable-snmp-on-esxi-5-5-5-6-for-remote-monitoring/
variable char 값 100개 이상으로 변경시 mysql> alter table modify varchar(100);
Stefan Esser 의 iOS 10 Kernel Heap Attack 관련 자료
whatismyip 등과 같이 현재 자신의 Public IP를 리눅스 command로 확인하는 방법 $ wget -qO- http://ipecho.net/plain ; echo $ curl ip.ojj.kr
Ubunt에서 github등 이용시 인증서 에러 발생하는 경우 $ sudo cp x2.crt /usr/share/ca-certificates/ - 마지막 줄에 x2.crt 추가$ sudo vi /etc/ca-certificates.conf....mozilla/thawte_Primary_Root_CA.crtmozilla/thawte_Primary_Root_CA_-_G2.crtmozilla/thawte_Primary_Root_CA_-_G3.crtx2.crt $ sudo update-ca-certificates 각 OS별 설치는 아래 참고http://manuals.gfi.com/en/kerio/connect/content/server-configuration/ssl-certificates/adding-trus..
date 이용하여 6개월 이내의 데이터만 추출하는 Query mysql> select * from table_name where date(date_column_name) > date(subdate(now(), interval 6 month));
https://wiki.wireshark.org/SampleCaptureshttp://www.netresec.com/?page=PcapFileshttp://sugerent.tistory.com/248
- 인터페이스 확인cmd> netsh interface show interface - ip 설정 (static)cmd> netsh interface ip set address name="로컬 영역 연결" source=static addr="192.168.x.x" mask="255.255.255.0" gateway="192.168.x.1" gwmetric=0cmd> netsh interface ip set dns name="로컬 영역 연결" source=static addr="168.126.63.1" register=PRIMARYcmd> netsh interface ip set dns name="로컬 영역 연결" addr="168.126.63.2" index=2 - ip 설정 (dhcp)cmd> netsh..