일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- golang
- yum
- Arch
- OpenStack
- pacman
- ubuntu
- Kubernetes
- k8s
- awx
- Linux
- ceph-ansible
- libvirt
- Ansible
- repository
- kolla-ansible
- kolla
- Kubeflow
- grafana-loki
- cloud-init
- Octavia
- HTML
- nfs-provisioner
- port open
- archlinux
- ceph
- KVM
- i3
- terraform
- Docker
- cephadm
- Today
- Total
목록분류 전체보기 (189)
YJWANG
파일에 권한이 있는데도 불구하고 삭제 및 수정이 불가한 경우가 있습니다. 그런 경우 아래와 같이 조치할 수 있습니다. 아래와 같이 권한을 가지고 있습니다. [root@test .ssh]# ls -l authorized_keys -rw-------. 1 root root 224 Feb 12 2018 authorized_keys [root@test .ssh]# stat authorized_keys File: ‘authorized_keys’ Size: 224 Blocks: 8 IO Block: 4096 regular file Device: fd00h/64768dInode: 537176179 Links: 1 Access: (0600/-rw-------) Uid: ( 0/ root) Gid: ( 0/ root) ..
https://github.com/YoungjuWang/yjwang-dotfiles/blob/master/README.md 업무용 노트북 세팅 정보입니다
아래와 같이 kolla config 경로에 rules 파일을 생성해줍니다. # ls -l /etc/kolla/config/prometheus/ total 20 -rw-r--r-- 1 root root 13995 Aug 6 03:41 first_rules.rules 파일 내용은 아래와 같습니다. rule 샘플은 링크를 참고합니다. https://github.com/samber/awesome-prometheus-alerts # cat /etc/kolla/config/prometheus/first_rules.rules groups: - name: nodeExpoter rules: - alert: HostOutOfMemory expr: node_memory_MemAvailable_bytes / node_memo..
Reboot 시 다시 돌리기 아래 명령 수행 후 reboot # cloud-init clean Reboot 없이 다시 돌리기 # cloud-init clean # cloud-init init
제가 VM을 쉽게 관리하기 위해 GO 언어로 개발한 software입니다. cloud-init 과 cloud-image 를 활용해서 VM을 관리합니다. https://github.com/YoungjuWang/virt-go
Autorandr은 hdmi등 외부 display 연결 및 해지 시 자동으로 설정된 resolution (해상도)를 불러와서 display 세팅을 맞춰주는 프로그램입니다. i3에서 매 번 해상도 변경하는게 귀찮았는데 약 3개월 정도 사용해본 결과 편하게 사용하고 있습니다. 설치는 아래 github을 참고 부탁드리며 저는 Arch linux를 사용중이기 때문에 autorandr 패키지를 사용해서 설치했습니다. https://github.com/phillipberndt/autorandr 사용법 autorandr은 profile 기준으로 동작합니다. 먼저 arandr이나 xrandr을 이용하여 display 세팅을 완료합니다. 아래는 arandr을 이용한 제 display 세팅 예시입니다. 상태 확인 $ xr..