sudo cp -rf 파일명
: 강제 copy
ln -s 원본파일 원본파일.1
: Symbolic link
top -H -d 2
: CPU, Memory 사용량 등 Thread 단위 포함 같이 보기
journalctl -r
: Linux 로그 보기
Linux Package 확인 (우분투, 데미안)
dpkg --get-selections
Linux 마우스 커서 없애기
sudo apt-get install unclutter
sudo vi /etc/lightdm/lightdm.conf
설정중에서 -nocursor
라고 되어있는 라인을 찾는다
ex) xserver-command=X -nocursor
주석처리를 해제
Linux에서 HDD/SSD의 S.M.A.R.T 데이터 확인하기
https://stdout.tistory.com/67
sudo apt-get install smartmontools
smartctl -a /dev/sda
Linux에서 CPU 온도 출력
https://linsoo.pe.kr/archives/18838
sudo apt-get install lm-sensors
sudo sensors-detect
sensors | grep -e Core -e fan2
Linux에서 SSD 온도 출력
https://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.html
sudo apt-get install hddtemp
sudo hddtemp /dev/sd*
Linux 시간 설정
https://jeongyd.tistory.com/49
Ubuntu(virtual box) 시간 설정 UI 활용
Terminal에 sudo service vboxadd-service stop
입력
Linux FTP 서버 구축
윈도우 접속
https://it-serial.tistory.com/entry/Linux-%ED%8C%8C%EC%9D%BC-%EC%A0%84%EC%86%A1-FTP-%EA%B0%9C%EB%85%90-%EC%84%A4%EC%B9%98-vsftpd-filezilla-1
https://velog.io/@byjihye/ubuntu1
/usr/share/plymouth/themes/lubuntu-logo/lubunto_logo.png
update-initramfs -u
명령어 수행