I have used Linux at home for quite a few years, and a couple of years ago I changed my work machine from Windows to Ubuntu Linux. It's made life at w… ...more
I installed LibreOffice into Lubuntu, but the spell checking didn't work. It turns out I need to install a dictionary for my locale: sudo apt-get inst… ...more
Yes. If your JSON contains integer numbers that represent Unix time (seconds since the "epoch"), and you parse your JSON to JavaScript, the range of i… ...more
To embed a binary file (e.g. a png image) into Java source code: $ hexdump -v -e '/1 "%3i, "' myfile.png -119, 80, 78, 71, 13, 10, 26, 10, 0,… ...more
Caffeine wasn't working for me. I got an error like this: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freed… ...more