以下介紹OpenWrt中的procd
使用Linux Kernel Dynamic Debug
在研讀LInux Kernel Drivers 時,常會遇到netif_dbg
、pr_debug
相關的debug 函數。此文章將介紹如何開啟此類函數的輸出Log。以下將以Arm Linux Kernel 3.18.44
版本做為例子介紹。
macOS上,使用HFS (HTTP File Server)
Windows 作業系統有常用的HFS
(HTTP File Server)。在macOS 上,也有一樣的HFS
。以下介紹如何在macOS 下安裝HFS
。
macOS 上,使用VSCode 寫 C/C++ 詳細教學
此篇文章,詳細教學在macOS 上,使用VSCode 寫C/C++ 並可以編譯執行。
git help 指令的有趣用法
git help 指令一些有趣的用法。
使用vim 移除文件中的^M
使用vim 編輯文件時,會看見文件有^M 的出現,透過以下方式,可以移除文件中全部的^M。
github Token 的設定
在做git push 時,出現錯誤,錯誤訊息為Invalid username or password。需要建立github person access token 才可以解決。以下為建立token 的步驟。