패키지 확인

sudo dpkg -l | grep [패키지]
sudo apt list | grep [패키지]
ll /var/lib/dpkg/info/*.list -t # 설치 날짜 확인

gui 삽질

How to disable/enable GUI on boot in Ubuntu 20.04 Focal Fossa Linux Desktop

출력 버리기

[Shell]/dev/null로 출력 버리기

>/dev/null 2>&1 리눅스 명령 출력

2>&1 의미

git 계정 저장

git config credential.helper store --global

Git pull/push 시 Password 물어보지 않도록 설정하기(credential.helper)

vi 커서 두껍게

How can I get a block cursor in Vim in the Cygwin terminal?