2022-11-04

Errno=No space left on device (ENOSPC) 해결법

sudo sysctl fs.inotify.max_user_watches=1000000

sudo vi /etc/sysctl.d/99-custom.conf
fs.inotify.max_user_watches=1000000 라고 써

댓글 없음:

댓글 쓰기

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