다중 접속 서버를 구현하기 위한 여정을 떠나봅니다. 소켓, 멀티 스레드, 멀티 플렉싱, 이벤트 루프에 대해 알아봅니다.| HARIL Blog
Docker is a container platform that streamlines software delivery and provides isolation, scalability, and efficiency with less overhead than OS level virtualization. These instructions are taken from the official Docker for Ubuntu page, but I fine-tuned them per Ubuntu22+ standards. Uninstall older versions for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt ... Docker: installing Docker CE on Ubuntu| fabianlee.org
Typically, sockets are classified along two orthogonal dimensions: domain and type. This is reflected in the system call used to create a socket int socket(int domain, int type, int protocol) In ty…| Binary Debt
The introductory booklet accompanying every new 16K or 48K Spectrum contains, in the section “What’s inside the case”, a picture[...]| Spectrum for Everyone
As I am dealing with flashing SPI NANDs in WSON-8 package, I wanted to make my life easier by using a socket. You can buy one for about $6 on ali but I also wanted to try a different approach with pogo pins.| danman's blog