일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- nginx-media-server
- configmap
- Windows10
- android studio
- golang
- namespace
- Java
- kubectl
- HLS
- Pod
- dart
- ebpf
- aws cli
- 행정구역분류
- wireshark
- VSCode
- deployment
- Android
- Python
- Sysinternals
- Kubernetes
- Flutter
- RTMP
- spring cloud config
- Shell script
- macos
- ffmpeg
- service
- docker
- aws
- Today
- Total
목록MISC (33)
woonizzooni
dh.shim님이 팁이라고 알려줘서, 기념(?)삼아 적어본다. > 실습 방법#1 : tcp contains "myword"
Swagger UI의 index.html을 참고해서, https://github.com/swagger-api/swagger-ui/blob/master/dist/index.html 아래와 같이 작성하니, 일단(?) 된다... $ npm install swagger-ui ./src/views/swagger/swagger.vue
무료 사용자와 PC사용자의 경우에 한함. TL; DR PC (Windows10 / MacOS / Linux) Desktop 환경일 경우 Tusk를 이용해보자. 에버노트 장치 제한에 대한 이해 https://help.evernote.com/hc/ko/articles/218558068-장치-제한에-대한-이해 장치 수 제한 대상으로, - PC용 OS로 Mac과 Windows를, 모바일은 iOS와 Android 전용 클라이언트 - 에버노트 웹?? '웹' 이게 뭔지는 잘 모르겠는데, 보통 웹 브라우저로 접속하면 제한되지 않던데 바뀐건가??..... 대충 넘어가본다. 리눅스는 언급되지 않았길래 찾아보니, Linux에서 Evernote https://help.evernote.com/hc/ko/articles/2083..
MacOS환경에서 디버깅 시도시 다음과 같은 에러 메시지 만나면, lldb 구동에 필요한 파일들이 - 설치되어 있지 않거나 - macOS업데이트 과정에서 뭔가(?) 제거되거나 업데이트가 필요한 상황이 되거나 해서임. could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server Process exiting with code: 1 xcode command line tools을 설치하면 됨. $ xcode-select --install xcode-select: note: install requested for command line developer tools
der, pem 확장자는 인코딩 방식이고 ce, cer, crt등은 인증서 의미 확장자인데 이것으로는 인코딩 방식을 즉시 알 수는 없음. 방법 1 : openssl 명령등 RSA ... pem > der $ openssl rsa -inform PEM -outform DER -text -in mykey.pem -out mykey.der X509 .. der > pem $ openssl x509 -inform DER -outform PEM -text -in mykey.der -out mykey.pem ---> 난 요렇게 했음. 방법 2 걍 귀찮으면 아래 페이지에서 변환하자. https://www.sslshopper.com/ssl-converter.html [참고] https://www.poftut.com/c..
brew install python3등 이미 python이 설치되어 있는 상태에서 진행. 1. VSCode 설치 2. VSCode 실행 > 플러그인 설치 : Python, Python for VSCode, Python Extension Pack 3. 터미널 or finder등으로 적당한 곳에 디렉토리 생성 (ex. ${HOME}/VSCode) 4. 실행되어 있는 VSCode에서 생성한 디렉토리 열기 5. VSCode 터미널 탭 실행 6. 가상 환경 구성 - VSCode 터미널 탭에서 > $ pythom -m venv flask_test 7. VSCode화면에서 CMD + Shift + P 누르고 "Python: Select Interpreter"를 선택 > 생성된 가상환경의 python 선택 (ex : ..
검색어를 'to find my external ip' 혹은 'to get my public ip'등으로 섞어가며(?) 해보면 됨. GUI환경이면 my external ip를 검색해서 "https://www.myexternalip.com/" 결과를 참고하면 됨. CLI환경에서 tool제약이 없다는 전제하에 $ dig +short myip.opendns.com @resolver1.opendns.com $ curl https://ipinfo.io/ip
Windows의 경우 캡처 내용이 클립보드에 복사되어 워드, ppt, 그림판, 포토샵 등 붙여넣는것이 편리한데, mac의 기본 캡쳐 기능 (CMD + Shift + 5등)을 이용할 경우 파일로 저장되기만 하는 현상 1. CMD + Shift + 5로 영역 지정 (혹은 원하는 형태) 2. Control 키를 길게 누르고 '캡처' 3. 원하는 앱에 붙여넣기 (내 경우 아래에 붙여넣어봄) 출처 : https://support.apple.com/ko-kr/HT201361