일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ceph-ansible
- Linux
- libvirt
- awx
- kolla-ansible
- KVM
- archlinux
- HTML
- OpenStack
- pacman
- Docker
- cephadm
- k8s
- Octavia
- nfs-provisioner
- Kubeflow
- i3
- terraform
- ubuntu
- repository
- ceph
- grafana-loki
- Ansible
- port open
- yum
- Kubernetes
- kolla
- cloud-init
- Arch
- golang
- Today
- Total
목록분류 전체보기 (189)
YJWANG
GUI로 config를 진행할 수 없다는 가정 하게 CLI로만 진행한다. refer to https://pypi.org/project/nexus3-cli/ nexus 세팅 nexus3 이미지 pull 및 실행 # docker run -d --net=host --name=nexus3 sonatype/nexus3nexus3 admin default 암호 확인 # docker exec -it nexus3 cat /nexus-data/admin.passwordnexus3 cli Download # pip3 install nexus3-clinexus3 login 인증서는 사용하지 않을겁니다. [root@wyj02_deploy_0 ~]# nexus3 login Url [http://localhost:8081]: U..
Linux에서 노트북에 있는 OEM Windows key를 확인하고 싶은 경우 아래 폴더를 열어보면 된다. [yjwang@yjwang ~]$ sudo cat /sys/firmware/acpi/tables/MSDM MSDMUgLENOVOTP-N2Y AAAAAAAAAA-AAAAA-AAAAA-AAAAA-AAAAA
부트로더도 테마를 설정할 수 있다. /etc/default/grub에 아래와 같은 설정을 넣어주고 grub.cfg 파일을 갱신한다. [yjwang@yjwang ~]$ grep -i 'theme' /etc/default/grub # Uncomment one of them for the gfx desired, a image background or a gfxtheme GRUB_THEME="/boot/grub/themes/CyberRe/theme.txt"갱신 시 예시에서는 Overwrite를 할건데 설정이 잘못되는 경우 쉽게 복원하기 위해 기존 파일을 백업해두는 것이 좋다. grub.cfg 경로는 설정하기 나름이기 때문에 꼭 파일 위치를 참고하여 사용하길 바란다. [yjwang@yjwang ~]..
이미지 60%로 축소 # convert gump.jpeg -resize 60% gump_small.png
아래 명령에서 blur option뒤에 있는 0x7을 0x10과 같이 올리면 blur 정도가 강해지고 낮추면 약해진다. 해당 파일은 수동으로 생성해야한다. $ ls -l /usr/local/bin/blurlock -rwxr-xr-x 1 yjwang yjwang 336 9월 6 10:43 /usr/local/bin/blurlock $ cat /usr/local/bin/blurlock #!/bin/bash # /usr/bin/blurlock # take screenshot import -window root /tmp/screenshot.png # blur it convert /tmp/screenshot.png -blur 0x10 /tmp/screenshotblur.png rm /tmp/screenshot.p..

아래와 같이 sofhdadsp 카드를 쓰는데 노트북에서 사운드가 잡히지 않는 경우 [yjwang@yjwang ~]$ arecord -l **** List of CAPTURE Hardware Devices **** card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: sofhdadsp [sof-hda-dsp], device 1: HDA Digital (*) [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: sofhdadsp [sof-hda-dsp], device 6: DMIC (*) [] Subdevices: 1/1..