Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- endpoint security
- proxycfg
- elastic stack
- PlayBook
- freebsd
- x-pack
- pfsense
- macos
- docker
- G-suite
- Kibana server is not ready yet
- ssh key 배포
- 한글가이드
- application security
- 보안양파
- Windows
- centos 8
- miniconda
- xe guest utilities
- Elasticsearch
- ELASTIC
- GitLab
- Proxy
- ansible
- XCP-ng
- Kibana
- 로그인불가
- bash
- hardening
Archives
- Today
- Total
선 밖에 선 자유인
rvm, ruby 설치 본문
- 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 <user>
- ruby 설치
$ rvm install 2.3.0
Comments