Explore >> Select a destination


You are here

abstractexpr.com
| | zwischenzugs.com
10.1 parsecs away

Travel
| | Why strace? I'm often asked in my technical troubleshooting job to solve problems that development teams can't solve. Usually these do not involve knowledge of API calls or syntax, rather some kind of insight into what the right tool to use is, and why and how to use it. Probably because they're not taught in
| | blog.sanctum.geek.nz
18.1 parsecs away

Travel
| |
| | blog.tofile.dev
17.1 parsecs away

Travel
| | Using eBPF to uncover in-memory loading
| | aaronluna.dev
79.8 parsecs away

Travel
| Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. In this post, I will demonstrate how to create a packer template for AWS that automatically installs and configures NGINX on the most recent Ubuntu OS.