Today I ran into a problem with a program I'm writing to access the AUR (Arch User Repository) via the JSON interface. The program uses libcurl and ultimately will allow the user to search the AUR and download PKGBUILDs. I am still working on querying and parsing results via ...
read moreOther articles
A Linux based Print Server
I wanted to set up a networked printer that was accessible from any computer on my LAN, which includes Linux, Mac, and Windows machines. The easy solution would be to buy an explicitly networkable printer, but I already had an old HP PSC-1210 multifunction printer. A little research showed that ...
read moreImplementing a cookie whitelist in Chromium
I started testing the Chromium browser (the open-source project behind google chrome) a few days ago, using the chromium package in Arch's extra repository. I like it fairly well; it is noticeably faster than Firefox. One feature I miss from Firefox is the ability clear all cookies at exit ...
read moreA Script for Toggling Display Modes using Xrandr