일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Python
- Sysinternals
- aws cli
- dart
- namespace
- ffmpeg
- HLS
- kubectl
- Kubernetes
- Pod
- Flutter
- RTMP
- Android
- golang
- VSCode
- nginx-media-server
- macos
- ebpf
- Java
- 행정구역분류
- aws
- android studio
- wireshark
- Shell script
- docker
- configmap
- service
- spring cloud config
- Windows10
- deployment
- Today
- Total
목록Windows10 (3)
woonizzooni
[참고] Windows패키지 매니저 chocolatey 설치 https://kubernetes.io/ko/docs/tasks/tools/install-kubectl-windows/ https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/install-aws-iam-authenticator.html choco로 설치 진행 o kubectl - win+s > cmd > 화면상 '명령프롬프트'에 우측 클릭 > '관리자 권한으로 실행' - 설치 C:\WINDOWS\system32>choco install kubernetes-cli Chocolatey v0.10.15 Installing the following packages: kubernetes-cli By insta..
[참고] AWS CLI구성 (MacOS) 맥의 경우와 차이 없으나, MSI 설치 관리자가 아닌 python & pip로 설치할 경우 나처럼 지저분한(?) 파이썬 상태 보유자를 위한 글. o 설치 - 참고 : https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/install-windows.html - 설치 방법 중 python & pip를 이용해서 설치 - python 설치 참고 : [VSCode] Python가상 실행 환경 구성 (Windows환경에서) * 이군데 저군데 너무 많이 python이 분포(?)되어 있어서 아래를 PATH 최상위로 잡아둠 * C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python..
[관련글] "FFmpeg Visual Studio 2019 컴파일-1" "[macos]ffmpeg으로 화면캡처(capture desktop)해서 rtmp송출" [참고] Capturing your Desktop / Screen Recording : Windows trac.ffmpeg.org/wiki/Capture/Desktop#Windows 기존에 컴파일해서 설치되어 있는 버전으로... Use DirectShow : dshow 장치 확인 > ffmpeg -list_devices true -f dshow -i dummy ffmpeg version 2.8.git Copyright (c) 2000-2015 the FFmpeg developers built with gcc 5.2.0 (GCC) configurat..