vim

Linux 역사


Linux 명령어


명령어 (빈칸은 GPT로 채울 예정)

Linux 개념


Linux Distributions


Linux 배포판은 패키지 시스템으로 DEB RPM 계열로 나뉜다.

Ubuntu service setup


임베디드 프로그래밍을 할때 데일리 서비스는 작업만 차지할 뿐 그다지 유용하지 않은 기능이므로 disabled 한다.

sudo systemctl disable --now apt-daily.timer
sudo systemctl disable --now apt-daily-upgrade.timer