일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 보안양파
- Kibana server is not ready yet
- application security
- hardening
- x-pack
- ELASTIC
- centos 8
- 한글가이드
- Windows
- elastic stack
- ansible
- docker
- endpoint security
- bash
- macos
- proxycfg
- 로그인불가
- freebsd
- PlayBook
- Proxy
- xe guest utilities
- Kibana
- G-suite
- GitLab
- Elasticsearch
- XCP-ng
- pfsense
- miniconda
- ssh key 배포
- Today
- Total
목록IT/Programming (66)
선 밖에 선 자유인
빌드 도구에 대해 잘 설명이 되어 있는 포스팅 공유 goddaehee.tistory.com/199 [Maven] Maven 이란? (정의, 예제) [Maven] 메이븐 이란? (정의, 예제) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ 메이븐 알아보기 ] 입니다. : ) 1. 빌드 (Build) #1 빌드란? - 소스코드 파일을 컴퓨터에서 실행할 수 있는 독립 goddaehee.tistory.com sjh836.tistory.com/131 maven (메이븐 구조, 차이점, 플러그인, 라이프사이클, 의존성, pom.xml) 참조문서 : http://maven.apache.org/ 이클립스에서만 깨작깨작해본 나는 메이븐은 이름만 들어보았을 뿐.. 라이브러리 추가할 거있으면 dependency 만 복붙해서..
- RVM 설치 $ sudo gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB $ \curl -L https:/get.rvm.io | sudo bash -s stable - 사용자 rvm 그룹에 추가 $ usermod -G rvm - ruby 설치 $ rvm install 2.3.0
출처: https://httpie.org/doc HTTPie 2.0.0 (latest) documentation CLI HTTP that will make you smile. JSON support, syntax highlighting, wget-like downloads, extensions, and more. httpie.org https://httpie.org/#installation Custom HTTP method, HTTP headers and JSON data: $ http PUT example.org X-API-Token:123 name=John Submitting forms: $ http -f POST example.org hello=World See the request that is ..
사용자 홈디렉터리 하위의 .jupyter/ 에 custom 폴더 생성 및 custom.css 파일 생성 Ex) /Users/test/.jupyter/custom/custom.css .CodeMirror pre {font-family: Consolas; font-size: 14pt; line-height: 140%;}
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..
$ cat /dev/urandom | tr -d -C 'a-zA-Z0-9!@#$%^&*' | fold -w ${1:-32} | head -n 1
https://hub.docker.com/r/izone/hadoop/