보관함

azure ubuntu 설치 ver 2022

TimeZone Setting ls -l /etc/localtime cd /etc sudo rm -rf localtime sudo ln -s /usr/share/zoneinfo/Asia/Seoul localtime # time changed UTC -> KST date package update sudo apt update sudo apt upgrade do-release-upgrade sudo apt autoclean sudo apt autoremove Util Install & Setting # install Utils sudo apt install build-essential sudo apt install net-tools colordiff […]

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

[…]