보관함

azure ubuntu 설치 ver 2022

TimeZone Setting

package update

Util Install & Setting

.ssh login 처리

after edit ~/.ssh/authorized_keys from have to login client’s ~/.ssh/id_rsa.pub

sudoer 처리

after modify /etc/sudoers.d/init-user

zsh Install & Setting

after copy .zshrc to ~

tmux Install & Setting

after edit .tmux.conf.local

nvim 설정

after copy init.vim to […]

Azure OS Disk Size 부족할때 가장 쉽게 SizeUp 하는 방법

처음 Auzre에 VM을 만들고 운영을 하다보면 생각치도 않게 Disk Size 가 부족해 질때가 있다.

특히 OS Disk 가 부족해 지면 여러가지 방법을 찾아보고는 “절망” 한다

가장 일반적으로 Power Shell로 어찌 어찌 하는 방법이 있지만……….어렵다.

그렇다고 새로 설치하기에는 할일이 많아도 너무 많다.

그러다가 OS Disk Size를 바꿀수 있는 가장 쉬운 방법을 찾게 되었다.

[…]

Solution 아래 여러 Project가 있는데 자동 배포 하려고 했더니 Error가 딱~~~

Error : More than one package matched with specified pattern: D:\a\r1\a\**\*.zip. Please restrain the search pattern.

DevOps > Pipelines > Releases > Project – CD > Edit > Tasks > Deploy Azure App Service > Package or folder를 수정

$(System.DefaultWorkingDirectory)**\*.zip -> $(System.DefaultWorkingDirectory)**\프로젝트명.zip

[…]