아침에 일어나니 서버가 다운됬습니다. [371795.172249] EXT4-fs error (device sda1): __ext4_find_entry:1531: inode #5767169: comm systemd: reading directory lblock 0 [371795.183271] EXT4-fs error (device sda1): __ext4_find_entry:1531: inode #5767169: comm systemd: reading directory… 우분투 22.04LTS로 업그레이드 했습니다. 계속 읽기
[태그:] 우분투
Golang에서 리눅스 서비스 예제
간단하게 로그파싱하는거 우분투 백그라운드 서비스로 만들다가 리눅스 서비스 프로그램 golang으로 만드는거 여기에 간단하게 정리합니다. package main import ( “log” “os” “os/signal” “time” //”syscall” ) func main() { sigs := make(chan… Golang에서 리눅스 서비스 예제 계속 읽기
add-apt-repository: command not found 라는 에러 발생시
Odroid N2에서 추가 PHP 최신 버전 추가 할려고 저장소 추가 했는데 에러뜸. sudo apt install software-properties-common 이럴땐 software-properties-common 설치해준다. 그럼 잘됨.