自製 Magic Mirror

自從開始玩 rpi2 之後,一直沒真正做什麼有用的東西出來。都是 demo code 裝一裝,跑一跑之後就收起來了。 直到最近發現了 Magic Mirror(Smart Mirror),而且剛好手上有不少沒在使用的 LCD 面板,所以就興起了做一個來試試的念頭。

閱讀更多

Setup Conan Exiles Server inside docker(2)

Conan Exiles 在五月時正式發行了 所以我又回鍋玩了一下 然後家又被抄掉 蓋完新家 結果玩的 Server 竟然關了 所以又回來試一年前寫的 server 架設的文章 其本上大部分的指令都還可以用 server 跑起來也還滿穩的 CPU loading 不高 就佔著一個 thread RAM 也吃不多 可能人還太少 蓋的東西還不夠多吧

閱讀更多

eBPF on Kernel debugging

跟風來學一下最新的技術 eBPF(extended Berkeley Packet Filter),本來想看看對 debug kernel 有沒有什麼幫助,仔細研究了一下發現 eBPF 更多是在觀察跟統計 kernel 的行為上,對 debug kernel 的幫助不大。不過時間都花了,就稍微記綠一下,主要還是著重在對 debug 有幫助的東西上。

閱讀更多

Build Ubuntu Kernel on PPA

I built Xenial kernel with ACS override patch for my own, and I think there should be some other guys need this kind of kernel, so I setup a personal PPA and upload my kernel there. Here is how I did it.

閱讀更多

Ubuntu Kernel Debugging

To debug Ubuntu kernel with debug symbol package(dbgsym) is very easy. I have a very small note for it, but now I try to elaborate it in a blog with an example I just encountered.

閱讀更多

Ubuntu 16.04 + VGA Passthrough

228 半夜停電 結果原本的 server 掛了一顆硬碟 申請到經費後 不但買了新硬碟 也把 server 整個升級 還順便買了張新顯卡 XDD

新的電腦配置如下

    閱讀更多

    Setup Conan Exiles Server inside docker

    最近在玩 Early Access 的 Conan Exiles 還滿有趣的 只是家經常被抄掉 常常流連失所 無家可歸 所以興起了自己架設 Server 的念頭 下面就是一些簡單的架設紀錄 首先 先從 Ubuntu 16.04 的 docker 開始 然後安裝 wine 2.0 因為遊戲是 Windows only 所以我們打算用 wine 來跑 server

    閱讀更多

    Ubuntu 15.10 + VGA Passthrough

    最近才發現有 VGA Passthrough 這種東西 有原生系統 95% 以上的效能 看起來超棒的

    閱讀更多