개인 공책
Posts
12 postsEmacs tramp for termux ssh
When you use tramp for a file in termux over ssh, you would get this error. File error: Couldn't find a proper `ls' command or tramp-error: Couldn't find a proper `ls' command To solve this, add termux's paths to tramp tramp-remote-path in your emacs init file. (setq tramp-remote-path (delete-dups (append '(tramp-own-remote-path) '(tramp-default-remote-path)
[Elsip] 이맥스 Emacs/WSL2에서 현재 단어에 다음사전 열기
Emacs / WSL2 현재 커서가 있는 위치의 단어를 다음사전에서 검색하는 함수 (defun dict-at-point () "Search word at point in Daum Dictionary" (interactive) (shell-command (concat "cmd.exe /c start \"\" \"https://dic.daum.net/search.do?q=" (thing-at-point 'word) "\""))) Emacs / WSL2 에서 WSL/INTEROP ISUEE 해결(https://medium.com/@elecming/the-ultimate-emacs-hacking-tutorial-in-windows-10-wsl-2-2fc4e9a
[ffmpeg] av1 encoding
ffmpeg -i "input.mp34" -c:v libaom-av1 -crf 30 -b:v 0 -c:a copy -strict experimental -row-mt 1 -tiles 2x2 "output.mkv"
abcde로 cd-rom ripping
리눅스 콘솔에서 abcde로 audio cd를 flac으로 리핑 abcde config file : ~/.abcde 핵심 설정ACTIONS=cddb,read,encode,tag,move,clean,embedalbumartCDROM=/dev/sr1OUTPUTTYPE=flac 명령어$ abcde -o flac:-8
윈도우즈10 스크린 캡쳐 단축키 Win+Shift+S
Screen Capture Shortcut in Windows 10 after 1903 Win + Shift + S


