일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- GitLab
- Proxy
- 한글가이드
- pfsense
- centos 8
- xe guest utilities
- elastic stack
- miniconda
- application security
- XCP-ng
- bash
- freebsd
- Kibana
- G-suite
- Elasticsearch
- endpoint security
- proxycfg
- macos
- ssh key 배포
- hardening
- ansible
- 로그인불가
- Windows
- ELASTIC
- docker
- Kibana server is not ready yet
- x-pack
- Today
- Total
목록IT (650)
선 밖에 선 자유인
기업 내부적으로 Phishing 사이트를 구축하고 악성 메일을 통한 Phishing test가 가능함 - gophish 사이트https://getgophish.com/ - Githubhttps://github.com/gophish/
# vi /etc/sysctl.confnet.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1 # sysctl -p
- vmware esxi patch 사이트https://my.vmware.com/group/vmware/patch#search - VM 모두 종료 후 유지보수 모드 변경- Patch File 을 datastore1 에 업로드 및 SSH 접속 후 패치 [root@esxi:~] esxcli software vib update --depot /vmfs/volumes/datastore1/patchfile.zip
- VMware ESXi command https://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vcli.ref.doc_50%2Fesxcli_software.html
- IP 변경# esxcli network ip interface ipv4 set -i vmk0 -I -N subnet -t static - IPv6 Disable# esxcli network ip set --ipv6-enabled=false
Physical Machine to VM copy 시 CentOS 복사 후 error find not command; 와 같은 메시지가 보이면서 부팅이 안되는 경우가 있음 # yum install grub2-efi # grub2-mkconfig -o /boot/grub2/grub.cfg # grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg 후 재부팅 https://www.dedoimedo.com/computers/grub2-fedora-command-not-found.html
우선 VMware tools 설치 후 VM설정에서 VM옵션 -> 고급 -> 구성매개변수 편집 -> isolation.tools.copy.disable FALSEisolation.tools.paste.disable FALSE 추가