自製 Magic Mirror

自從開始玩 rpi2 之後,一直沒真正做什麼有用的東西出來。都是 demo code 裝一裝,跑一跑之後就收起來了。 直到最近發現了 Magic Mirror(Smart Mirror),而且剛好手上有不少沒在使用的 LCD 面板,所以就興起了做一個來試試的念頭。 準備材料 製作一個 Magic Mirror 需要下列材料(附上採買時的價格) 一片 LC...

閱讀全文

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...

閱讀全文

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 新的電腦配置如下 CPU : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz RAM:16GB GPU: MSI Radeon RX 480 GAMING X 8G [1002:6...

閱讀全文

Setup Conan Exiles Server inside docker

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

閱讀全文

Ubuntu 15.10 + VGA Passthrough

最近才發現有 VGA Passthrough 這種東西 有原生系統 95% 以上的效能 看起來超棒的 Update 2016/05/28 昨天試用 Ubuntu Kernel 4.4.0-22 發現 Kernel 的問題已經修好了喔 直接使用就可以了 不需要上額外的 patch 目前遊戲機是用 iMac 因為系統關係 所以常玩的遊戲也都是找有 Mac 版的...

閱讀全文