일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- GitLab
- Elasticsearch
- docker
- endpoint security
- hardening
- G-suite
- centos 8
- macos
- proxycfg
- elastic stack
- PlayBook
- Kibana server is not ready yet
- freebsd
- ansible
- xe guest utilities
- ELASTIC
- x-pack
- ssh key 배포
- Windows
- bash
- application security
- pfsense
- XCP-ng
- 한글가이드
- Proxy
- Kibana
- miniconda
- 로그인불가
- 보안양파
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
http://www.gurubee.net/postgresql/basic
1. 퍼미션 리스트 esxcli system permission list ---------------------------------- dcui false Admin root false Admin vpxuser false Admin test1 false ReadOnly 2. 퍼미션 설정 excli system permission set --id test1 -r ReadOnly 3. 퍼미션 삭제 esxcli permission remove --id test1 4. 사용자 추가,설정,리스트,삭제 명령어 esxcli system account add esxcli system account set esxcli system account list esxcli system account remove ex) esxc..
http://www.ciokorea.com/news/39526 https://github.com/toniblyx/my-arsenal-of-aws-security-tools
http://yallalabs.com/devops/how-to-install-ansible-awx-without-docker-centos-7-rhel-7/
https://summitroute.com/blog/2017/05/30/free_tools_for_auditing_the_security_of_an_aws_account/
https://developer.cisco.com/learning/labs/tags/Ansible
https://www.openproject.org/docker/ $ sudo mkdir -p /var/lib/openproject/{pgdata,static} $ docker run -d -p 8080:80 --name openproject -e SECRET_KEY_BASE=secret \ -v /var/lib/openproject/pgdata:/var/openproject/pgdata \ -v /var/lib/openproject/static:/var/openproject/assets \ openproject/community:8