일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- PlayBook
- Kibana
- xe guest utilities
- miniconda
- pfsense
- ansible
- bash
- x-pack
- Kibana server is not ready yet
- XCP-ng
- GitLab
- proxycfg
- 로그인불가
- endpoint security
- macos
- application security
- centos 8
- Proxy
- 한글가이드
- ssh key 배포
- G-suite
- ELASTIC
- elastic stack
- Elasticsearch
- Windows
- freebsd
- hardening
- docker
- 보안양파
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
vSphere에서 SNMP 설정 시 개체 '"serviceSystem"에 대한 "HostServiceSystem.Start"을(를) 호출하지 못했습니다.' 와 같은 오류 발생시ssh 에서 아래와 같이 작업 # esxcli system snmp set --enable true# esxcli system snmp set --communities # esxcli system snmp set --enable true# /etc/init.d/snmpd restart
Vsphere CLI 관련 자료 https://serenity-networks.com/how-to-enable-snmp-on-esxi-5-5-5-6-for-remote-monitoring/
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..
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..
Active Directory 포트 정리http://tshooter.tistory.com/28
- fluentd 다운로드 (https://www.fluentd.org/download)# wget http://packages.treasuredata.com.s3.amazonaws.com/2/redhat/7/x86_64/td-agent-2.3.5-0.el7.x86_64.rpm (centos 7)# wget http://packages.treasuredata.com.s3.amazonaws.com/2/redhat/6/x86_64/td-agent-2.3.5-0.el6.x86_64.rpm (centos 6) - redhat-lsb-core 설치# yum install redhat-lsb-core - fluentd (td-agent, CentOS 7 기준) 설치# rpm -Uvh td-agent-2.3.5-0...