2025-06-02

gitea 설치

깃 서버

wget -O gitea https://dl.gitea.com/gitea/1.22.0/gitea-1.22.0-linux-amd64
chmod a+x gitea
./gitea web

github 에서 미러링시에, access token을 넣어야하는데,
access token생성시  repo 항목 모두 채크하고 만들어야 땡겨짐.


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