Skip to content

Instantly share code, notes, and snippets.

@passionsjin
passionsjin / AzureDevopsBoard.md
Last active June 18, 2020 07:19
Azure Devops Board - Docs번역

원본

Azure Board란 무엇인가?

웹서비스인 Azure Board으로 팀의 소프트웨어 프로젝트를 관리할 수 있습니다. 스크럼, 칸반에 대한 기본적인 지원과 사용자 정의 가능한 대시 보드 및 통합 리포팅 기능을 포함하고 다양한 기능을 제공합니다. 비즈니스 성장에 따라 이러한 도구를 확장 할 수 있습니다.

프로젝트와 관련된 사용자 스토리, 백로그 항목, 작업, 기능 및 버그 추적을 쉽고 빠르게 시작 할 수 있습니다. 프로젝트에서 사용 가능한 프로세스 및 작업 유형을 기반으로 작업 항목을 추가하고 추적합니다.

Work item types

가장 많이 사용되는 두가지 프로세스는 Basic 및 Agile입니다. 프로세스는 Azure보드에서 사용 가능한 작업 항목 유형 및 작업 흐름을 결정합니다. Scrum 또는 CMMI 프로세스를 사용하는 프로젝트를 원하는 경우 다른 프로젝트를 추가 및 지정할 수 있습니다.

프로세스 비교

@passionsjin
passionsjin / export_pfx.md
Last active October 15, 2020 06:29
certbot pfx 추출

VM에서 pfx 추출

설치

  • 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

Docker를 통한 pfx 추출

@passionsjin
passionsjin / usage.md
Created May 12, 2020 02:57
부하테스트- artillery

npm install artillery

  • 간단테스트 artillery quick --count 500 -n 20 https://scaleouttest.azurewebsites.net/
  • 500번 카운트를 20명이서 하는 효과(?)
@passionsjin
passionsjin / body.txt
Created May 7, 2020 01:23
teams graph api mention
"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": {
import test
# oh
@passionsjin
passionsjin / pycon2017kr-sample.rst
Created January 21, 2019 08:51 — forked from ianychoi/pycon2017kr-sample.rst
Let's learn rst - Pycon 2017 KR

[제목 부분: "=" 개수를 맞춥니다]

[부제목 부분: "-" 개수를 맞춥니다]

쓰고 싶은 내용을 텍스트로 편하게 적으면 됩니다. 다음 줄로 바꾸어 적더라도 계속 이어집니다.