If you are having trouble creating a dump file from a process owned by the system user, then read on and I will show you how to resolve this. Before we start, you will need the following tools and information: PsExec to execute commands as other users ProcDump to create the dump file The PID of the process you wish to create a dump file from (use this tutorial if … [Read more...] about Dump Process: The operation could not be completed. Access is denied.
JY-MCU ENC28J60 & Arduino Nano v3.0 Wiring
Here is the wiring configuration you will need if you wish to connect this commonly found Ethernet module to an Arduino Nano v3.0. I use this module quite a bit, mainly as it's reliable, cheap, and pretty quick too. Mine came from Fasttech, and is listed for around £3 currently, though I didn't pay that much, and I believe you can pick these up for around half that price on … [Read more...] about JY-MCU ENC28J60 & Arduino Nano v3.0 Wiring
Looping through Attributes within Chef Recipes
In a quest to make it easier for myself and others to modify my Chef recipes, I thought it was about time I started to use attributes much more seriously than I had been doing previously. Soon enough, I needed to loop through a hash of attributes in order to make my recipe's code as clean and efficient as possible, and if you are relatively new to Chef then you might find … [Read more...] about Looping through Attributes within Chef Recipes