728x90 OS117 🥰 미사용 장치 제거 관리자 권한으로아래 명령어 실행powershell -noprofile -executionpolicy bypass -file "./RemoveGhosts.ps1" 출처https://minidora.tistory.com/274 장치관리자 미사용 숨겨진 장치 자동 제거일반적으로 생기는 문제는 아닌데... Image 를 통해서 여러 PC를 관리하는 경우 아래와 같이 현재 사용하지 않는 장치가 장치관리자에 많이 쌓이게 된다. 사용하지 않는 장치가 많아지게되면.... 네minidora.tistory.comParam( [array]$FilterByClass, [array]$FilterByFriendlyName, [switch]$listDevicesOnly, [switch]$listGhostDevicesOnly.. 2024. 6. 28. 🥰 nginx ingress Configure a sticky session nginx ingress Configure a sticky sessionapiVersion: networking.k8s.io/v1kind: Ingressmetadata: name: sticky-session-test annotations: nginx.ingress.kubernetes.io/affinity: "cookie" nginx.ingress.kubernetes.io/session-cookie-name: "route" nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"spec: rules: - host: stickyingress.example.com http: paths: - backend: .. 2024. 5. 20. 🥰 putty backup 방법 putty 설정파일을 백업하려면 관리자 권한으로 명령 프롬프트에서 아래 명령을 실행하면 reg 파일로 백업할 수 있습니다. putty exporterregedit /e putty.reg HKEY_CURRENT_USER\Software\SimonTatham 2023. 6. 16. 🥰 Virtualbox LVM 확장 1단계 : virtualbox에서 볼륨 확장 2단계 : lsblk 용량확인$ lsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTsda 8:0 0 101G 0 disk├─sda1 8:1 0 1G 0 part /boot└─sda2 8:2 0 79G 0 part ├─cl-linux-root 253:0 0 75G 0 lvm / └─cl-linux-swap 253:1 0 4G 0 lvm [SWAP]sr0 11:0 1 10.. 2023. 6. 3. 이전 1 2 3 4 5 6 ··· 30 다음 728x90