Unfortunately Ubuntu doesn’t come configured perfectly out of the box for every laptop under the sun. For my laptop in particular (an Asus UX305FA) there are a few changes I’ve had to make repeatedly across multiple Ubuntu versions, so I figure it’s worthwhile to document them. Using PowerTop to improve idle power consumption. Install PowerTop […]
I was having a conversation with some colleagues today on the topic of checksums. Someone was quoted as being able to hash a terabyte of data using MD5 in one minute. This is of course ludicrous for a single hard drive on a home computer, but I’m curious to see what it would take to […]
Since I’ve started working in digital data preservation, I’ve thought a lot more about the importance of assuring the continued integrity of data files. We use checksum verification all the time at work, but I don’t know many people who hold their own personal data to the same standard. Is it not as significant or […]
SSHFS is a super handy tool, but the one-liner necessary to mount a remote drive is lengthy and can be a pain to remember. If you use SSHFS regularly, you probably have a few machines that you routinely connect to and thus can benefit from taking a shortcut. On Linux (assuming you use bash) you […]
I’m not always at home when I want to do some odd-hours dungeon crawling, and it’s a pain to not be making progress because my main save file is on my desktop instead of my laptop. You’ve probably experienced a similar annoyance, and thankfully for Linux and Mac users there is a simple solution. We […]
If you’ve tried experimented with Nvidia GPU overclocking on Linux using the nvidia-settings application, you’ll notice one pesky problem: the settings don’t stay set when you reboot. This is slightly annoying, and thankfully is easily fixed. Depending on your Linux distro, the settings can be applied at startup in one of a few ways. The […]
I’ve been running dual monitors on Ubuntu for a while now. It’s much nicer than a single monitor in terms of enabling higher productivity, however it can produce quirky behavior in some specific situations. One such situation occurs when trying to run a full screen game that only wants to use one monitor, yet I’ve […]