전체 글99 [Ubuntu] 버전 별 root 계정 자동 로그인. 1. Ubuntu 20.04 LTS $ vi /etc/gdm3/custom.conf [daemon] AutomaticLoginEnable=true AutomaticLogin=root [security] AllowRoot=true $ vi /etc/pam.d/gdm-password #auth required pam_succeed_if.so user != root quiet_success $ vi /etc/pam.d/gdm-autologin #auth required pam_succeed_if.so user != root quiet_success 2. Ubuntu 18.04 LTS $ vi /etc/gdm3/custo.. 2021. 1. 18. [Ubuntu] APT 패키지 다운로드 서버 변경 및 업데이트 터미널 실행 후 다음과 같이 입력한다. $ sudo sed -i 's/kr.archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list $ sudo apt update -y $ sudo apt upgrade -y 2021. 1. 10. [Ubuntu] GCC 빌드시 Warning, Error 색상 변경. 1. bashrc 파일 열기 $ vi ~/.bashrc 2. 맨 아래쪽에 하기 내용 입력 export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret01:32:locus01:quote=01' 3. 수정된 bashrc 파일 적용. $ source ~/.bashrc 2021. 1. 10. 이전 1 ··· 14 15 16 17 다음