High Altitude Oolong

2017/4/17

MBR ro GPT

›
MBR 有一堆問題和缺點 primary partition table 固定在 disk 的第一個 sector,所以這格sector 壞掉的話,disk 就掛了 extended disk 的 logical disk table 用 linking list 串連,...
2017/4/14

repo init, sync --depth

›
git project 越來越大,每次 sync (clone) 都會抓很大的東西。 所以可以只抓最新的幾個 commit.. 用 --depth=10 repo 的話,在 repo init 時就在最後加上: --depth=20 這樣 repo sync 的時候,所...
2017/4/7

把不完全 open 的 source 納入git

›
就是那種沒有全部 source 的 project,所以有些 lib, o, 和一些 metadata 沒有 source, 當然這種 project 一定沒有 version control。 所以拿到後要整理一下.. 先 run make clean, 把他自己認得的...
2017/4/5

unzip 亂碼 -- unar

›
一堆說加上 -O 就可以,可是jessie 的 unzip 不認識 -O。 所以有說要加上 patch... 最後,這一篇: https://www.zhihu.com/question/20523036 說,用 unar 就可以。 所以 apt-get install ...
2017/3/31

raspberry pi 一代真的是..

›
應該是廢了,一直debug wifi 一陣子就斷線。 結果是usb 問題,一陣子就斷線重新偵測... 換了bananapi 就OK,半小時了都還沒斷

usb ethernet

›
結果還是用了 usb-ethernet. 和在server 上一樣.. 先給 eth1 (usb-eth) 給定 static address 172.16.200.1 設定 ip_forward=1 設定 /etc/dnsmasq.conf : interfac...
2017/3/30

變更 kernel driver init 順序...

›
真的假的? http://stackoverflow.com/questions/11642330/what-is-the-linux-built-in-driver-load-order Built-in drivers wont be loaded, hence bui...
‹
›
首頁
查看網路版
技術提供:Blogger.