전체 글
-
wsl2 에서 curl, wget 실행시 unable to resolve host address 문제dev/etc 2020. 10. 13. 10:19
github.com/microsoft/WSL/issues/5256#issuecomment-666545999 WSL2 DNS issues · Issue #5256 · microsoft/WSL Your Windows build number: Microsoft Windows [Version 10.0.19041.264] (desktop) Microsoft Windows [Version 10.0.19041.264] (laptop) What you're doing and what's happening: on wsl2 on my des... github.com 1. /etc/wsl.conf 생성 2. wsl.conf 내용 입력 [network] generateResolvConf=false 3. shell 종료 4. ..
-
netstat on Windows - find process using some portsdev/etc 2020. 10. 6. 09:16
netstat -ano | find "9092" docs.microsoft.com/ko-kr/windows-server/administration/windows-commands/netstat netstat 활성 TCP 연결, 컴퓨터가 수신 대기 하는 포트, 이더넷 통계, IP 라우팅 테이블, IPv4 통계 및 IPv6 통계를 표시 하는 netstat 명령에 대 한 참조 문서입니다. docs.microsoft.com
-
Apache kafkadev/kafka 2020. 9. 24. 10:20
home kafka.apache.org/ Apache Kafka Apache Kafka: A Distributed Streaming Platform. kafka.apache.org 소개글 epicdevs.com/17 [Apache Kafka] 1. 소개및 아키텍처 정리 Apache Kafka(아파치 카프카)는 LinkedIn에서 개발된 분산 메시징 시스템으로써 2011년에 오픈소스로 공개되었다. 대용량의 실시간 로그처리에 특화된 아키텍처 설계를 통하여 기존 메시징 시스템보�� epicdevs.com kafka-node github.com/SOHU-Co/kafka-node SOHU-Co/kafka-node Node.js client for Apache Kafka 0.8 and later. Contribut..
-
fire HD 10 settingmore 2020. 9. 7. 14:23
andp.lc/firetabletplay How to install the Google Play Store on an Amazon Fire tablet Amazon's Fire tablets are incredibly popular, mostly because they're incredibly cheap. However, none of them come with access to the Google Play Store, www.androidpolice.com https://forum.xda-developers.com/hd8-hd10/development/official-amazon-fire-toolbox-v1-0-t3889604 [WINDOWS][TOOL]Amazon Fire Toolbox V8.1 ╔═..
-
link, Node.js-Stream-당신이-알아야할-모든-것dev/etc 2020. 8. 20. 09:29
번역 fedevelopers.github.io/tech.description/node-js-stream-everything-you-have-to-know/ Node.js Stream 당신이 알아야할 모든 것 이 글은 Samer Buna의 Node.js Streams: Everything you need to know를 번역한 포스트입니다. 오역이나 오타 등 고칠내용을 발견하시면 댓글 부탁드립니다. fedevelopers.github.io 원본 www.freecodecamp.org/news/node-js-streams-everything-you-need-to-know-c9141306be93/ Node.js Streams: Everything you need to know by Samer Buna > Upd..
-
docker error on WSL2dev/docker 2020. 7. 14. 15:29
Error response from daemon: cgroups: cannot find cgroup mount destination https://github.com/microsoft/WSL/issues/4189#issuecomment-518277265 WSL2: docker: Error response from daemon: cgroups: cannot find cgroup mount destination: unknown. · Issue #4189 · microsoft/WS Please fill out the below information: Your Windows build number: 18912 What you're doing and what's happening: Intermittently, D..