- Jul 19 Tue 2016 18:16
[shell script] tftp download / upload file
- May 12 Thu 2016 09:46
[windows] 解決網路硬碟因帳號已多重登入而無法登入
- Apr 26 Tue 2016 11:22
[mips] 安裝 avahi
n年前就弄好了, 不過還是做個備份紀錄一下.
- Apr 26 Tue 2016 10:51
[shell script] 簡易的 config.sh
在 embedded 平台上要用 source 安裝 library,
執行 configure 往往要接上一大堆 options,
寫一個簡單的 config.sh 以備日後擴充應用.
- Jan 21 Thu 2016 10:04
git reset --soft HEAD^ ; git reset [filename]
有時候 commit 了一堆不要的東西, push 以前可以用這兩個方式修改.
- Jul 03 Fri 2015 10:11
[shell script] 轉換檔案行尾 (windows -> unix)
- May 09 Sat 2015 08:27
[mips] 架構簡易的 library 編譯規則
當一個系統要添加的 library 太多了,
而每個 library 都有自己要 linking 的 lib, 或 include 的 header file 時,
為了方便日後擴充, 來制定一套陽春的 SOP.
- May 06 Wed 2015 09:08
ld: warning: liba.so, needed by .../libb.so, not found (try using -rpath or -rpath-link)
每次要整合一個新的 library, 總會遇到一些奇奇怪怪的問題
- May 05 Tue 2015 14:20
[mips] /xxx/libxxx.so: could not read symbols: File in wrong format
發生這種鬼問題, 有時是跟 mips 環境種類有關.
- Mar 16 Mon 2015 09:50
linux ssh to git