Installing asterisk 10 realtime
2012-09-04 11:28 by Ian
This is a brief guide to setting up asterisk on a generic linux host. This particular guide was written using CentOS 6. The process and configuration have been checked for accuracy on CentOS 6, Debian, and Gentoo. I have tried to indicate steps where such differences are relevant,
Automotive Isolation Box
2012-09-03 01:47 by Ian
This is a brief construction log of the barrier that sits between the computer and the hostile electrical environment found in a car.
Useful linux commands and notes
2012-09-02 12:39 by Ian
This page documents useful linux tricks and links that are helpful and probably not obvious.
The Overhead Console
2012-04-15 18:15 by Ian
The biggest drawback to driving a Jeep is the fact that you can't easily protect its contents from theft. So if you have a firearm or an expensive radio transceiver stored in it, you should figure that it will eventually be stolen.
Linux Distribution Timeline
2011-11-09 08:51 by Ian
Neat phylogenetic tree of linux distributions.
Source: http://futurist.se
Automatically adjusting GPU clock by temperature
2011-07-12 09:34 by Ian
My friend and I have built a BTC mining rig named hurrMiner. It contains two Radeon 6990 graphics cards that run very hot (~95C). Apparently, there is a thermal shutoff hard-coded onto the card, but we really don’t want to let the GPUs reach that point. What follows is my documentation for a script that will monitor the temperature of each GPU and adjust their clocks to approach a given target temperature.
Comment [1]
Live GPU Stats (Bitcoin)
2011-06-28 15:44 by Ian
Below is a live temperature graph of the GPUs in hurrMiner over the course of 15-minutes, 1-hour, and 24-hours.
Integrating OpenVPN into AOSP Source Tree
2011-06-17 06:11 by Ian
This post will focus on installing OpenVPN on an android phone and will cover both building OpenVPN from scratch, and using other people’s static binaries.
Some carriers disable tethering in their branded handsets. This procedure will replace tun.ko, which is typically the absent component.
Comment [2]
Bootchart from my dev box at work
2011-06-17 02:05 by Ian
No write-up. Just an image.
ADB, Fastboot and USB permissions
2011-06-08 04:53 by Ian
You will at some point need to be able to use ADB with a device attached to USB. Unless you are sinning, and working as root, you will be denied permission to do this. Here is a quick guide for fixing it…