일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- hardening
- Kibana
- application security
- macos
- miniconda
- x-pack
- ssh key 배포
- Windows
- freebsd
- 보안양파
- 로그인불가
- Elasticsearch
- XCP-ng
- bash
- xe guest utilities
- endpoint security
- 한글가이드
- centos 8
- GitLab
- pfsense
- ansible
- proxycfg
- docker
- G-suite
- Kibana server is not ready yet
- elastic stack
- ELASTIC
- Proxy
- PlayBook
- Today
- Total
목록IT (650)
선 밖에 선 자유인
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
https://www.tecmint.com/install-samba4-active-directory-ubuntu/
1. miniconda 다운로드 https://docs.conda.io/en/latest/miniconda.html $ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh 2. 설치 $ bash Miniconda3-latest-Linux-x86_64.sh 3. ~/.zshrc 에 path 추가 export PATH=$HOME/miniconda3/bin:$PATH 4. 설치 확인 $ source ~/.bash_profile $ conda list 6. 가상 환경 만들기 $ conda create -n python= ex) python 3.7 flask 웹 프로젝트 $ conda create -n web_project pyt..
https://github.com/toniblyx/my-arsenal-of-aws-security-tools toniblyx/my-arsenal-of-aws-security-tools List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc. - toniblyx/my-arsenal-of-aws-security-tools github.com
- name: Change Password hosts: all user: superman become: yes ignore_errors: yes tasks: - name: Change Password user: name= update_password=always password=
http://www.catalog.update.microsoft.com/Search.aspx?q=windows+10
$ cat /dev/urandom | tr -d -C 'a-zA-Z0-9!@#$%^&*' | fold -w ${1:-32} | head -n 1
https://github.com/MISP/docker-misp MISP/docker-misp Automated Docker MISP container - Malware Information Sharing Platform and Threat Sharing - MISP/docker-misp github.com # git clone https://github.com/harvard-itsecurity/docker-misp.git # cd docker-misp/ # ./build.sh # mkdir -p /docker/misp-db # docker run -it --rm -v /docker/misp-db:/var/lib/mysql harvarditsecurity/misp /init-db # docker run ..