minikube minikube 가 설치된 서버에 접속 ssh -i ~/.minikube/machines/minikube/id_rsa docker@$(minikube ip) R&D/OS 2019.05.10
MAC 에서 VirtualBox 설치 명령어 brew cask install virtualbox 현재 돌고 있는 VM list VBoxManage list runningvms 예제 ➜ ~ VBoxManage list runningvms "minikube" {63964c85-5edc-4b1b-b8c9-1a6e83b0677c} ➜ ~ 현재 돌고 있는 VM의 상세 정보 VBoxManage showvminfo "minikube" R&D/OS 2019.05.10
sysctl /etc/sysctl.conf 적용하기:sysctl -p ### IMPROVE SYSTEM MEMORY MANAGEMENT ### # Increase size of file handles and inode cache fs.file-max = 2097152 # Do less swapping vm.swappiness = 10 vm.dirty_ratio = 60 vm.dirty_background_ratio = 2 ### GENERAL NETWORK SECURITY OPTIONS ### # Number of times SYNACKs for passive TCP connection. net.ipv4.tcp_synack_retries = 2 # Allowed local port range net.ipv4.ip_l.. R&D/OS 2018.10.14
sse42 http://natsys-lab.blogspot.kr/2016/10/http-strings-processing-using-c-sse42.html https://www.slideshare.net/kazuho/h2o-20141103pptx http://halobates.de/pcmpstr-js/pcmp.html R&D/OS 2017.12.06
Maximum number of files EXT4Maximum number of files: 232 - 1 (4,294,967,295)Maximum number of files per directory: unlimitedMaximum file size: 244 - 1 bytes (16 TiB - 1)Maximum volume size: 248 - 1 bytes (256 TiB - 1) R&D/OS 2017.11.23
apt package 쉽게 찾기 (apt-file) 컴파일을 하다 보면 헤더 파일이 없다고 에러가 나는 경우가 자주 있다. ../src/pjmedia-audiodev/alsa_dev.c:37:28: fatal error: alsa/asoundlib.h: No such file or directory 해당 파일을 포함하는 패키지가 무엇인지 찾기 위해서 구글링을 하는데 apt-file 이라는 명령어를 통해서 쉽게 찾을 수 있다. 설치apt install apt-fileapt-file update 패키지 검색명령어 apt-file search 예제)# apt-file search alsa/asoundlib.hlibasound2-dev: /usr/include/alsa/asoundlib.hlibdssialsacompat-dev: /usr/include/dssi/.. R&D/OS 2017.10.25
Linux USB Gadget USB Gadget makes it easy for Peripherals and other devices to act in the USB "Device" role. Framework Peripheral Controller Driver: - Implement Gadget API, talk directly to hardware Gadget Driver:- use Gadget API R&D/OS 2017.07.24
USB DCP vs. CDP DCP : Dedicated Charging PortCDP : Charging Downstream Port DCP- Strictly for power only- No need host connection- No data transfer CDP- Can transfer data- Up to 1.5A to USB Peripheral devices DRD : Dual Role Device [Reference] http://www.sealevel.com/support/article/AA-00535/0/What-is-the-difference-between-a-battery-charging-USB-port-and-a-standard-USB-port.html DRDhttps://e2e.ti.com/support/a.. R&D/OS 2017.06.26
usb c USB C Type: 24 Pin (reversible) - USB 3.1 Spec 과 유사함- USB 3.1 또는 USB Power Delivery 를 꼭 지원할 필요는 없음 - 4개의 Power/Ground Pair를 가지고 있음- 2개의 non Super-Speed data (1개만 사용함)- 4개의 Super-Speed data (2개만 사용함)- 2개의 side-band use pin Vconn + 5V Power for active cables configuration pin Dual-Role-Data : Host 와 Device Role 을 선택적으로 고를수 있다. USB IF : USB Implementer Forum R&D/OS 2017.05.18