Programming/Share-Utils
[Ubuntu] Ubuntu 스티커 메모 사용하기.
BadaGreen_Kim
2020. 7. 22. 09:48
우분투 환경에서도 윈도우와 같이 스티커 메모를 사용할수 있다. 다음과 같이 명령어로 설치할 수 있다.
1 2 3 4 5 6 7 | sudo add-apt-repository ppa:umang/indicator-stickynotes sudo apt-get update sudo apt-get install indicator-stickynotes indicator-stickynotes | cs |