Category Archives: Linux

Printing to Google Cloud Print using CUPS

I previously blogged about allowing printing to local printers via Google Cloud Print on Gentoo , and recently I have been looking at the opposite of this – printing to Google Cloud Print from Linux.

Posted in Gentoo, Linux, Mac OS X | Tagged , , , , , | Leave a comment

error: expected declaration specifiers or ‘…’ before ‘G_CONST_RETURN’

After upgrading a few packages on one of my Gentoo machines, I was greeted with repeated errors like this one, whilst trying to emerge Avahi:

Posted in Gentoo, Linux | Tagged , , , , | Leave a comment

Converting a VirtualBox VM to an EC2 AMI

There are many ways to create a new AMI for use with Amazon EC2, the best solution is to simulate EC2 with a local Xen install, however this sometimes isn’t possible, so the next best thing is to create a … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

GlusterFS 3.2 on Gentoo

I’ve been looking at cloning ( or somehow maintaining synced ) file-systems between multiple servers, and after looking at other solutions ( regular rsyncs, inotify etc ), a clustered file-system seems to be the best solution. GlusterFS looks to be … Continue reading

Posted in Gentoo, Linux | Tagged , , , | Leave a comment

configure: error: keyutils.h header not found.

Just upgraded net-fs/nfs-utils to nfs-utils-1.2.3-r1 on my Gentoo machine, and came across this error:

Posted in Gentoo, Linux | Tagged , , , | 2 Comments