Documentations
Convert .ova to .ovf in Linux
Thanks to IT In Theory we now know that
he .ova file format is a tar image!
tar xvf SomeVMImage.ova
will dump the .ovf and related files. Easy as pi!
Bread’n’butter!
Little, hidden gems.
I was looking for a Tiny Core image with Firefox preinstalled, found this spartan web page: Marketplace – Firefox – GNS3
That has a hidden gem in it: http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-tinycore-linux-6.4-firefox-33.1.1-2.img
A bootable image with a pretty recent web browser.
It’s always useful.
libfixmath
Cross Platform Fixed Point Maths Library from Google Code Archive – Long-term storage for Google Code Project Hosting.
Grabbed it before Google shut down everything!
No need to reimplement everything, just as I plan to do with quad-precision floats.
The Lost Art of C Structure Packing
Debian Packaging
Time to learn by heart Debian Packaging Tutorial – packaging-tutorial…..
Installing PHP 5 and 7 on the same server
Installing PHP 5.6.x and 7.0.x with Ubuntu 14.04 and Virtualmin 5.0gpl using a PPA — 23Systems
I suspect I’ll have to follow him to re-enable the aging StatusNet microblog installation at work, before upgrading it to Gnu Social
Object oriented and functional programming
Object oriented and functional programming
Learn how functional programming can help you implement the SOLID design principles.
I shall attend this as soon as possible
10 Useful “IP” Commands to Configure Network Interfaces
http://www.tecmint.com/ip-command-examples/
When you read that ifconfig as been deprecated you realize your growing old: I use ifconfig almost subconsciously… It reminds me of the days I first installed Linux on my Amiga 1200 boosted with almighty 68060…
Minimal Programming
Such an interesting site this Minimal Programming.
Feels old school, written by proficient people!