-
Adventures in Arch: Part 2 - Is It Working Yet?
Let's Get Some Hybrid Graphics Up In Here!
if [ ! -f /etc/X11/xorg.conf ]; then
sudo cp /etc/X11/xorg.conf.fglrx /etc/X11/xorg.conf
fi
startx /usr/bin/openbox-session -- :1How simple was that? And my script for starting X on my integrated card is about the same (only using XFCE,… » -
FIX: Crash when using acpi_call with AMD discrete graphics card
Issue Description
Using acpi_call to disable and enable AMD discrete graphics card sometimes causes system to crash. Problem does not occur with a simple ‘disable card, enable card, run X’ test, but does sometimes occur if a period of time (in which the computer is… » -
IMAGE: LoL vs Dota 2 Market Share
Based on data from Google Insights.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. -
Hu's on First? An Abbott-and-Costello-esque take on China's leaders
I didn't come up with this: it was a thing floating around Chinese social media a while back. I was reminded of it when I saw a similar exercise by Shaun Micallef.
At the time this joke was devised, the President of the People's… » -
Adventures in Arch: Part 1 - Goodbyee Ubuntu!
Introduction
Well, this is it… This is the moment every Linux user dreads: It's time… to install Arch Linux.
Why am I doing this? How has the moment come so soon?? I thought I had more time!! Well in a nutshell, it's because (as my… » -
GUIDE: Exporting Encrypted bitcoin-qt Wallets into MultiBit
Introduction
Bitcoin is awesome. Unfortunately, migrating between Bitcoin clients is not. It's especially annoying when the recommended method of exporting with pywallet, importing into BlockChain.info, exporting as an aes.json and importing into MultiBit is 1) incredibly confusing and 2) doesn't actually work.So, here… »