우분투 사용자 추가
$ sudo adduser tester
$ sudo adduser tester sudo
$ sudo deluser tester
원격 저장소 만들기
$ git init --bare git_folder
SyntaxError: Non-ASCII character '\xec' in file
Windows 10 메모리 부족(누수, 초과)현상 해결하기
http://steambread.tistory.com/16
1. 디스플레이 관련 옵션 끄기
설정 - 시스템 - 알림 및 작업 탭에 들어갑니다.
위의 메뉴에 들어오시면 '알림' 부분에 여러 기능들이 켜져있는 것을 확인하실 수 있습니다. 크게 사용하지 않는 기능들은 모두 꺼주시길 바랍니다.
2. 레지스트리 편집
HKEY_LOCAL_MACHINE / SYSTEM / ControlSet001 / Services / Ndu
해당 폴더로 이동하셨다면 위와 같은 화면이 나타날텐데요. 오른쪽 목록에 나타난 아이들 중 'Start'라고 쓰여진 놈을 더블클릭 해줍니다.
값을 편집하는 창이 나오면 기존에 되어있던 '2' 의 값을 '4' 로 변경해주시고 확인을 눌러주시면 됩니다.
출처: http://steambread.tistory.com/16 [너찐빵 Blog]
https://bieemiho92.blog.me/220913512849
# vi /etc/ssh/sshd_config
Port 22
#vi /etc/service
ssh 22/tcp # SSH Remote Login Protocol
ssh 22/udp # SSH Remote Login Protocol
[Warning] Statement may not be safe to log in statement format
우분투 cron 로그 확인
https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log
# vi /etc/rsyslog.d/50-default.conf
주석 제거 #cron.*
sudo service rsyslog restart
/var/log/cron.log