You are here |
nativeguru.wordpress.com | ||
| | | |
develop-build-deploy.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | This article is an introduction to embedded Android from the perspective of an embedded Linux developer. | |
| | | |
tthtlc.wordpress.com
|
|
| | 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... |