본문 바로가기

my_lesson325

21. HTML5 Canvas [How Can I draw a Text Along arc path with Canvas?] HTML5 Canvas [How Can I draw a Text Along arc path with Canvas?] html5 canvas에서 패스를 따라 글씨를 나열하기 [SOURCE VIEW] 2016. 7. 17.
Linux - The Difference Between Soft(symbolic) and Hard Links Understanding Symbolic Linksby MARK SANBORN on June 5, 2009Understand the effects of a symbolic and hard link and how they differ.What are they?Symbolic links are like shortcuts or references to the actual file or directory. 싱볼릭 링크는 실행파일 이나 디렉토리 로 접근하기위한 최단경로 또는 참조영역과도 같다.Most of the time these links are transparent when working with them through other programs. 다른 프로그램을 통해 그들과 작업할때 대부분의 경우 이렇한 .. 2016. 7. 8.
Linux - Utube downloader youtube-dl manual(사용법) Linux - Utube downloader youtube-dl manual(사용법) install$ sudo apt-get install youtube-dl default using$ youtube-dl YouTube-(or-other-website)-video-link option using : -x(--extract-audio) audio-format mp3 -Utube dl mp3 download$ youtube-dl -x --audio-format mp3 YouTube-(or-other-website)-video-link 이동 --> Windows - Utube downloader youtube-dl manual(사용법) Options: General Options: -h, --help Prin.. 2016. 5. 28.
Linux - Useful Shortcut Keys In Ubuntu (우분투 단축키) Linux - Useful Shortcut Keys In Ubuntu (우분투 단축키)Settings > Devices > Keyboards > Keyboard ShortcutsGeneral keyboard shortcuts (일반 단축키) Ctrl + A = Select all (전체 선택) Ctrl + C = Copy the highlighted content to clipboard (복사 하기) Ctrl + V = Paste the clipboard content (붙여 넣기) Ctrl + N = New (Create a new document, not in terminal) (새 문서) Ctrl + O = Open a document (열기) Ctrl + S = Save the current do.. 2016. 5. 27.
Linux - 우분투 설치 후 윈도우를 설치해서 GRUB가 실행되지 않을 때 해결방법!! Linux - 우분투 설치 후 윈도우를 설치해서 GRUB가 실행되지 않을 때 해결방법!!원본글 : http://deviantcj.tistory.com/493일반적으로 멀티부팅을 사용하다보면 불편한 경우가 생기기도 합니다. 이를테면 '윈도우 설치 후 우분투를 설치'하면 GRUB가 저절로 부팅시 설정할 수 있도록 도와주지만, '우분투 설치 후 윈도우'를 설치하는 경우 우분투로 부팅하지 못하는 경우가 생기기도 하죠. 또한 '윈도우 설치 후 우분투를 설치'하는 경우라도 부트로더의 설정을 잘못하면 GRUB가 제대로 실행되지 않는 경우도 생길 수 있습니다. 이런 경우 GRUB를 재설정해서 복구를 해줘야 하는데 초보자가 감당하기엔 꽤나 힘든 작업이 될 수도 있죠. 이번 글에서는 'boot-repair (부트리퍼)'를.. 2016. 5. 19.
GIT - GITHUB Create SSH key GITHUB - Create SSH keyCopy the SSH key to your clipboard. If your SSH key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.$ sudo apt-get install xclip # Downloads and installs xclip. If you don't have `apt-get`, you might need to use another installer (like `yum`) $ xclip -sel clip < ~/.. 2016. 5. 12.