Explore >> Select a destination


You are here

nativeguru.wordpress.com
| | develop-build-deploy.com
14.8 parsecs away

Travel
| | With this series I would like to provide a comprehensive hands-on tutorial that explains step-by-step how to build an automated and centrally managed Linux server infrastructure using Puppet. Part 1 of the series explains in great detail how to set up a virtual machine infrastructure which allows to create a realistic Puppet server-client setup.
| | markozivanovic.com
8.9 parsecs away

Travel
| | Marko Zivanovic is a programmer, technologist, and one hell of a guy. He loves to learn new programming languages and enjoys long walks on the beach.
| | sergioprado.blog
20.1 parsecs away

Travel
| | This article is an introduction to embedded Android from the perspective of an embedded Linux developer.
| | tthtlc.wordpress.com
126.8 parsecs away

Travel
| First boot up the Freebsd QEMU guest image as per normal: qemu-system-x86_64 -net user -net nic -m 2048 -hda freebsd10.img -boot c -cdrom FreeBSD-10.0-RELEASE-amd64-dvd1.iso And copy out the kernel and kernel.symbols file from /boot/kernel directory to the host machine. Then shut the guest image down, and reboot with QEMU serial debugging enabled: qemu-system-x86_64 -s -S...