2025-01-03

도커 내부의 hosts에 주소 추가하기


echo "192.168.10.19 happycpu-P620.local" | sudo tee -a /etc/hosts

댓글 없음:

댓글 쓰기

How to Convert EUC-KR Source Code to UTF-8

How to Convert EUC-KR Source Code to UTF-8 I found old STM32 firmware code. The files were in EUC-KR encoding. This is an old Korean text f...