2023-01-27

[팁] mac으로 호스트네임 만들기

# myhost=CNTX-$(cat /sys/class/net/eth0/address | cut -b 10,11,13,14,16,17)
# hostname ${myhost^^}

댓글 없음:

댓글 쓰기

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...