일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Elasticsearch
- XCP-ng
- ssh key 배포
- Proxy
- miniconda
- GitLab
- Kibana
- elastic stack
- xe guest utilities
- centos 8
- hardening
- endpoint security
- docker
- freebsd
- 로그인불가
- x-pack
- 한글가이드
- macos
- Kibana server is not ready yet
- PlayBook
- proxycfg
- application security
- pfsense
- 보안양파
- G-suite
- bash
- Windows
- ELASTIC
- ansible
- Today
- Total
목록IT (650)
선 밖에 선 자유인
- powershell to exe https://gallery.technet.microsoft.com/scriptcenter/PS2EXE-Convert-PowerShell-9e4e07f1
http://www.cl.cam.ac.uk/~rja14/book.html
각 OS의 VM Images (VirtualBox, VMware) 다운로드 가능 사이트 http://www.osboxes.org/ 모든 계정의 암호는 osboxes.org 라고 합니다.
- icinga2 installhttps://docs.icinga.com/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#installation-enabled-features - icinga web2 installhttps://github.com/Icinga/icingaweb2/blob/master/doc/02-Installation.md - icinga2 tutorialhttp://zyradyl.github.io/2015/08/16/Icinga2-Tutorial-Part-0/
http://www.insanelymac.com/forum/topic/294035-fusion-drive-easy-step-with-clover-efi/
기업의 내부망 등에서 http proxy 사용중인 경우 docker image 다운로드가 되지 않음이 때 아래와 같이 설정 # mkdir -p /etc/systemd/system/docker.service.d/https-proxy.conf[Service]Environment="HTTPS_PROXY=https://" # systemctl daemon-reload# systemctl restart docker - 확인# systemctl show --property=Environment docker - docker image 다운# docker pull debian