http://manpages.ubuntu.com/manpages/xenial/man1/notify-send.1.html
$ notify-send 'title' 'body'
2018년 11월 21일 수요일
2018년 7월 19일 목요일
crontab
crontab
참고
- https://linux.die.net/man/5/crontab
- https://www.ibm.com/support/knowledgecenter/ko/ssw_aix_72/com.ibm.aix.cmds1/crontab.htm
- https://www.computerhope.com/unix/ucrontab.htm
시간 단위
- 분(0 ~ 59)
- 시(0 ~ 23)
- 일(1 ~ 31)
- 월(1 ~ 12)
- 요일(0 일요일 ~ 6 토요일)
예) 매분마다 명령 수행
* * * * * <command>
명령 목록
$ crontab -l
crontab: no crontab for $USER
명령 편집
$ crontab -e
* * * * * echo "hello" >> /tmp/hello.txt
Editor 설정
$ env EDITOR=emacs crontab -e
$ crontab -l
* * * * * echo "hello" >> /tmp/hello.txt
$ cat /tmp/hello.txt
hello
명령 제거
$ crontab -r
$ crontab -l
crontab: no crontab for $USER
2018년 7월 12일 목요일
Gnome shell + ubuntu 16.04
Gnome shell + ubuntu 16.04
설치
$ sudo apt install ubuntu-gnome-desktop
log off
log in 화면에서 ubuntu logo 아이콘 누르고 gnome 선택
한글 설정
$ sudo apt install fcitx-hangul
설정 -> 언어 지원 -> 키보드 입력기로 fcitx 선택
$ sudo reboot
피드 구독하기:
글 (Atom)