쓰고 싶은 내용을 텍스트로 편하게 적으면 됩니다. 다음 줄로 바꾸어 적더라도 계속 이어집니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# oh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"body": { | |
"content": "<p>https://www.cloudmt.co.kr 페이지가 @{outputs('HTTP')['statusCode']} 입니다.</p>\n<p>페이지 확인이 필요합니다! 도와줘요! <at id=\"0\">Youngjin Park</at> <at id=\"1\">Sangyeop Park</at> Help me!</p>\n", | |
"contentType": "html" | |
}, | |
"mentions": [ | |
{ | |
"id": 0, | |
"mentionText": "Youngjin Park", | |
"mentioned": { | |
"user": { |
npm install artillery
- 간단테스트
artillery quick --count 500 -n 20 https://scaleouttest.azurewebsites.net/
- 500번 카운트를 20명이서 하는 효과(?)
sudo apt-get update -y && sudo apt-get install letsencrypt -y
sudo letsencrypt certonly --standalone -d yourdomain.dns.com
- VM 80 포트 열기
sudo ls -al /etc/letsencrypt/archive/yourdomain.dns.com/
sudo cp -r /etc/letsencrypt/archive/yourdomain.dns.com/ ~
sudo openssl pkcs12 -export -out cert.pfx -inkey privkey1.pem -in cert1.pem -certfile chain1.pem
웹서비스인 Azure Board으로 팀의 소프트웨어 프로젝트를 관리할 수 있습니다. 스크럼, 칸반에 대한 기본적인 지원과 사용자 정의 가능한 대시 보드 및 통합 리포팅 기능을 포함하고 다양한 기능을 제공합니다. 비즈니스 성장에 따라 이러한 도구를 확장 할 수 있습니다.
프로젝트와 관련된 사용자 스토리, 백로그 항목, 작업, 기능 및 버그 추적을 쉽고 빠르게 시작 할 수 있습니다. 프로젝트에서 사용 가능한 프로세스 및 작업 유형을 기반으로 작업 항목을 추가하고 추적합니다.
가장 많이 사용되는 두가지 프로세스는 Basic 및 Agile입니다. 프로세스는 Azure보드에서 사용 가능한 작업 항목 유형 및 작업 흐름을 결정합니다. Scrum 또는 CMMI 프로세스를 사용하는 프로젝트를 원하는 경우 다른 프로젝트를 추가 및 지정할 수 있습니다.
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg \
lsb-release
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
sudo apt-get update | |
sudo apt-get install nginx -y | |
``` | |
- 기본 호스트 path : `/var/www/html` | |
- Config path : `/etc/nginx` |
OlderNewer