每次 login server 都要打一長串帳號 + IP + port + 密碼打到有點煩. 紀錄一下偷懶的方法: (1) 免打密碼, (2) 使用 hostname 代替 IP address Read more 26 Jun 2021 - less than 1 minute read
紀錄一下如何讓一般 user 打開 serial port, 並且用 screen 指令操作 consile. Read more 26 Jun 2021 - less than 1 minute read
最近嫌查單字還要開 browser 或 app 查太麻煩了, 上網找了一個支援 terminal 的 offline 字典 – sdcv. 紀錄一下安裝和使用. Read more 12 Apr 2021 - less than 1 minute read
以前自訂 LaTeX command 的時候, 通常是用 \newcommand 來做. \newcommand 的缺點是只能定義一個 optional argument, 要定義兩個以上的 optional arguments 就要用 command relaying 的方法, 很不直覺. Google 了一下, 幾個常見的解決方式有 twoopt, optparams, xargs, x... Read more 10 Apr 2021 - 1 minute read
紀錄一下 push 部份 commit(s) 到 remote 的方法. 以免再發生因為沒有把未完成的文章 git add 到 staging area 而被 git clean 誤刪的憾事 QQ. Read more 10 Apr 2021 - less than 1 minute read