-
Downloading an entire podcast archive
These days I spend way too much time in my car. And I’d like to make that time at least a bit more useful. So I listen to podcasts. However, downloading all these podcasts can also take a lot of time, especially when you want to download an entire archive. Using Linux, it only takes…
-
Bitcoin mining, Ubuntu and ATI
It is a bit late creating a guide for mining Bitcoins using GPUs, with the block rewards halving on November 28 and the specialized mining hardware being brought online since January 31. But I’m going to do this anyway. This guide is for creating an Ubuntu 12.10 (64bit) bitcoin miner, using an ATI graphics card.…
-
OpenCL Bitcoin mining on Ubuntu 10.04 LTS
There are lots of guides for getting bitcoin openCL mining enabled on Ubuntu 10.10. But it’s also possible to get it working on 10.04 LTS. Sorry for the messed up layout. But you’ll probably be copy/pasting anyway 😉 Step 1: Install PyOpenCL Add ppa:fajran/opencl to Software Sources Run the command sudo apt-get install python-pyopencl Step…