Markdown Viewer Webext

firefox: markdown viewer ํ”Œ๋Ÿฌ๊ทธ์ธ firefox์˜ ํ”Œ๋Ÿฌ๊ทธ์ธ์œผ๋กœ ๋กœ์ปฌ๋‚ด์—์„œ ๋งˆํฌ๋‹ค์šด์„ html ํŽ˜์ด์ง€๋กœ ๋ณด์—ฌ์ค€๋‹ค. vim๊ณผ ์—ฐ๋™ํ•˜์—ฌ ๋งˆํฌ๋‹ค์šดํŒŒ์ผ์„ ์ž‘์„ฑํ•˜๊ณ  ์‹ค์‹œ๊ฐ„์œผ๋กœ ๋ณผ ๋•Œ ์œ ์šฉํ•˜๋‹ค. Laste Updated: 2022.08.11 ์„ค์น˜ ๋ฐ ์„ค์ • firefox plugin์€ markdown viewer Webext ์ด๋‹ค. ์ด๋ฅผ ์„ค์น˜. cat <<EOF > ~/.local/share/mime/packages/text-markdown.xml <?xml version="1.0"?> <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> <mime-type type="text/plain"> <glob pattern="*.md"/> <glob pattern="*.mkd"/> <glob pattern="*.mkdn"/> <glob pattern="*.mdwn"/> <glob pattern="*.mdown"/> <glob pattern="*.markdown"/> </mime-type> </mime-info> EOF update-mime-database ~/.local/share/mime ํ™•์ธ ํ…Œ์ŠคํŠธ ๋ฐฉ๋ฒ•1) ๋ธŒ๋ผ์šฐ์ €์—์„œ ๋กœ์ปฌ์— ์žˆ๋Š” md ํŒŒ์ผ์„ ๋ถˆ๋Ÿฌ์„œ ์ž˜ ๋™์ž‘ํ•˜๋Š” ์ง€ ํ™•์ธ. ...

2022-08-23 ยท 160 words

Minimal mistakes

INSTALL git clone https://github.com/mmistakes/minimal-mistakes.git cd minimal-mistakes/ echo 'gem "webrick"' >> Gemfile bundle install bundle exec jeckyll serve --host 127.0.0.1 --port 4000 ๋ธ”๋กœ๊ทธ ํฌ์ŠคํŒ… vim _posts/my-first-post.md Links minimal-mistakes Install Setup Quick Start Guide

2022-08-23 ยท 32 words

Mmtc

MMTC: Minimal mpd terminal client Intro Rust๋กœ ์ž‘์„ฑ๋œ ์‹ฌํ”Œํ•œ MPD client program ํ˜„์žฌ ๋А๋‚Œ์œผ๋กœ๋Š” mpc๋ณด๋‹ค ์กฐ๊ธˆ ๋‚˜์€ ์ˆ˜์ค€์ด๋‹ค. Install ์‚ฌ์ „์— mpc ๋จผ์ € ์„ค์น˜ํ•ด์•ผํ•œ๋‹ค. ์ด์œ ๋Š” ๋ฎค์ง๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๊ด€๋ฆฌ๋ฅผ ์ง€์›ํ•˜์ง€ ์•Š๊ธฐ ๋•Œ๋ฌธ sudo apt install mpc git clone https://github.com/figsoda/mmtc.git cd mmtc cargo build --release mv target/release/mmtc ~/bin mmtc --help Usage q: quit r: toggle repeat R: toggle random p: pause ;: stop h or Left: seek backwards l or Right: seek forwards H: previous song L: next song Enter: play selected song or quit searching mode Space: select current song j, Down: go down in the queue k, Up: go up in the queue g: go to the top of the queue G: go to the botton of the queue /: search ctrl+u: empty search query escape: quit serching mode and empty query Reference mmtc github page mmtc-minimal mpd terminal client

2022-08-23 ยท 138 words

MPC - Music Player Deamon Client

์†Œ๊ฐœ mpd์˜ client ํ”„๋กœ๊ทธ๋žจ์œผ๋กœ ๊ฐ„๊ฒฐํ•˜๋‹ค. mmtc, ncmpcpp ๋„ ์žˆ์œผ๋‹ˆ ์ฐธ๊ณ . ์‚ฌ์šฉ๋ฒ• ์•„๋ž˜ ํ™˜๊ฒฝ๋ณ€์ˆ˜๋Š” ~.bashrc์— ๋„ฃ์–ด๋‘๋ฉด ํŽธ๋ฆฌํ•˜๋‹ค. $ export MPD_HOST=192.168.1.100 $ export MPD_PORT=6600 $ man mpc # ๋„์›€๋ง $ mpc play # ํ˜„์žฌ ๋ฆฌ์ŠคํŠธ๋ฅผ ํ”Œ๋ ˆ์ด Reference Mpc Manual

2022-08-23 ยท (updated 2022-08-24) ยท 37 words

MPD Music Player Daemon

Mpd Clients CLI mpc : ๊ฐ€์žฅ ๊ฐ„๋‹จํ•œ ํ”„๋กœ๊ทธ๋žจ mmtc : rust ๋กœ ์ž‘์„ฑ๋œ ์‹ฌํ”Œํ•œ ํ”„๋กœ๊ทธ๋žจ ncmpc : c++๋กœ ์ž‘์„ฑ, ncurse๋ฅผ ์ด์šฉํ•œ ํ”„๋กœ๊ทธ๋žจ ncmpcpp : ncmpc๋ฅผ ๋”์šฑ ๋ฐœ์ „์‹œํ‚ด, ์ œ์ผ ๊ธฐ๋Šฅ์ด ๋งŽ๊ณ  ํŽธํ•˜๊ณ  ๋งˆ์Œ์— ๋“ ๋‹ค.

2022-08-23 ยท (updated 2022-08-24) ยท 33 words