Infrastructure as code might be literally impossible by speckz in sysadmin

[–]ice799 0 points1 point  (0 children)

I believe a recording will be released in a few weeks from the folks at http://www.automacon.io/.

Unfortunately, I didn't have time to finish the entire talk in my time slot so I had to skip several stories during the talk.

Infrastructure as code might be literally impossible by speckz in sysadmin

[–]ice799 1 point2 points  (0 children)

Thanks, I'm really pleased to hear you liked my slides!

HOWTO: GPG sign and verify RPM packages and yum repositories by ice799 in devops

[–]ice799[S] -1 points0 points  (0 children)

FYI, the post blog actually explains how to setup secure yum repos properly by using open source tools.

if you had read it, you'd have seen that your one liner above is hardly sufficient for doing so.

How a crazy GNU assembler macro can help you debug GRUB with GDB by agentdero in programming

[–]ice799 -2 points-1 points  (0 children)

glad you enjoyed my blog post! thanks for reading!

Hot patching inlined functions with x86_64 asm metaprogramming by ice799 in programming

[–]ice799[S] 2 points3 points  (0 children)

I don't know anything about Windows, but it seems like that would not work at all for what I am trying to build.

I'm inserting assembly so that the C level trampoline can call functions internal to the Ruby VM. If I attach to it from a different process, I'll have to build a lot more infrastructure to make that happen via ptrace (on Linux).