일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- configmap
- android studio
- 행정구역분류
- dart
- deployment
- Sysinternals
- golang
- docker
- Windows10
- Python
- Kubernetes
- ffmpeg
- Shell script
- VSCode
- aws cli
- spring cloud config
- ebpf
- HLS
- Java
- Android
- macos
- service
- namespace
- kubectl
- Flutter
- wireshark
- nginx-media-server
- RTMP
- aws
- Pod
- Today
- Total
목록분류 전체보기 (120)
woonizzooni
TL;DR 사용자 OS환경별 참고 ( 공통 : 다운로드 & PATH 설정) Linux - Redhat 계열 (CentOS 등) 설치 $ su - 혹은 su # yum install tcping .... Transaction Test Succeeded Running Transaction Installing : tcping-1.3.5-13.el6.x86_64 1/1 Verifying : tcping-1.3.5-13.el6.x86_64 1/1 Installed: tcping.x86_64 0:1.3.5-13.el6 Complete! # which tcping /usr/bin/tcping 사용법 # tcping error: Usage: tcping [-q] [-t timeout_sec] [-u timeout_us..
** MacOS / Linux 환경에서 환경 구성하는 것이 더 수월하고 더 많은 기능활용에 유리함 ** bash, zsh 등 cli 쉘 사용이 빈번한 Mac / Linux등과 달리 Windows환경에서는 컴파일 환경, 빌드 환경 별 전용(?) GUI 빌드 툴 실행이 보편적이니 적당선(?)의 환경 구성만 해두자. o Vim 다운로드 & 설치 [공식] 공식 download 페이지 : https://www.vim.org/download.php - Windows 64bit용은 배포되지 않는다. (The 32-bit version of Vim runs fine on 64-bit windows. There was a 64-bit binary, but it wasn't used much and maintenance ..
Abount : https://chocolatey.org/about Install : https://chocolatey.org/install Windows10 + 네트웍 온라인 상태에서의 설치 방법임. 1. win + s > 명령프롬프트 > 관리자 권한으로 실행 2. 아래 명령 붙여 넣기 C:\WINDOWS\system32> @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1..
이전 게시물 참고. 1. QGiS이용 2. python이용 이번에는 java코드로 shapefile에서 GeoJson형식으로 좌표 추출 시도. o 빌드 & 실행 환경 구성 geotools를 이용할 건데, 우선 아래 내용 참고해서 실행 환경 구성. https://docs.geotools.org/latest/userguide/tutorial/quickstart/ Eclipse Quickstart Netbeans Quickstart IntelliJ Quickstart Maven Quickstart Java 11 Quickstart 현재 편의상 eclipse, maven을 활용해본다. 아래는 내 pom.xml설정 상태. ... org.geotools gt-shapefile ${geotools.version} o..
이전글 에서 설명한 '행정구역분류' 데이터는 엑셀 문서 형식인데, 이를 SQL DB로 가져오는 예제. o 준비사항 1) 엑셀 파일 : 아래 둘 중 하나, 혹은 둘다. - 행정안전부 엑셀 파일 ex) jscode20190701.zip의 KIKmix.20190701.xlsx - 통계분류포털 엑셀 파일 : 한국행정구역분류_2019.7.1.기준(F)_추가반영.xls 2) mysql 실행 환경 : 이전글 참고. - 접속 계정 정보 (username / password) - db or schema 생성 (mysql에서는 동일 의미) - 테이블 생성 : 미리 엑셀 문서 보고, 희망하는 구조로 테이블 생성. 귀찮으면 아래 코드 주석 참고. 3) python 실행 환경 : 이전글 참고. - 개인 환경에 따라 파일 전체 ..
1. Java Decompiler 설치 Help > Eclipse Marketplace.. > Find : decompiler 검색 > Enhanced Class Decompiler 설치 : JD, Jad, FernFlower, CFR, Procyon 통합 설치 Eclipse 재시작 2. Decompiler 선택/변경 Windows > Preferences > Java > Decompiler > Default Class Decompiler : 아래 5개 목록에서 Procyon선택 CFR (Support JDK9+) FernFlower (Support JDK8) JD-Core Jad Procyon (Support JDK9+) 3. Decompiler 뷰어 설정 Windows > Preferences > G..
Elicpse 등에서 decompiler 설치 검색해보면 JAD 설치 내용이 꽤 나오는데, Fernflower > Procyon or CFR > JD 등을 사용하자. (주관적) 특히, 최신 java를 지원하도록 업데이트 되는 것을 선택하자. 대략 아래 5 종류 정도만 기억해두자. o JD (http://java-decompiler.github.io/) - open-source project - JD-CORE : https://github.com/java-decompiler/jd-core - JD-Eclipse : https://github.com/java-decompiler/jd-eclipse - JD-GUI : https://github.com/java-decompiler/jd-gui o CFR (ht..
= 백업 용 = o 환경 Windows10 환경 [참고] o 설치 cmd > pip3 install pyqt5-tools C:\>pip3 install pyqt5-tools Collecting pyqt5-tools Downloading https://files.pythonhosted.org/packages/20/8e/c5ee.../pyqt5_tools-5.13.0.1.5-cp37-none-win_amd64.whl (67.2MB) |████████████████████████████████| 67.2MB 6.4MB/s Collecting python-dotenv (from pyqt5-tools) Downloading https://files.pythonhosted.org/packages/57/c8/.../..