Infraspec Blog Posts

Sharing our learnings from our work

Securing and Rotating Secrets Easily with AWS Secrets Manager - Part 2

In Part 1, we discussed upon configuring AWS Secrets Manager, AWS Lambda, and Automatic Rotation for our Secret. We also…
on Apr 22, 2024 | 10 min read

Securing and Rotating Secrets Easily with AWS Secrets Manager - Part 1

Automating Secret Rotation with AWS Secrets Manager Managing secrets has always been a significant aspect when deploying…
on Apr 21, 2024 | 7 min read

TFTP: A Lightweight Protocol for File Transfer

TFTP protocol overview TFTP known as Trivial File transfer protocol is a simple file transfer protocol with features…
on Apr 19, 2024 | 5 min read

Streamlining Raspberry Pi Deployment: A Guide to Automated Netbooting

In this blog, we’ll delve into automating the netbooting process using a bash script (pxeService.sh) and an address list…
on Apr 17, 2024 | 6 min read

Streamlining Raspberry Pi Deployment: A Deep Dive into PXE Boot Sequence

Understanding PXE Boot What is PXE Boot? The Preboot Execution Environment (PXE) specification describes a standardized…
on Apr 16, 2024 | 5 min read

Boost Your Productivity with Cron Jobs: What You Need to Know

In this article, tailored specifically for users of Unix-like systems such as Linux, we’ll explore everything you need…
on Apr 15, 2024 | 9 min read

Understanding memory and swap usage in Linux

Introduction This blog will help you figure out how to check how much memory is left on your Linux machine. Knowing this…
on Apr 15, 2024 | 4 min read

Building internal tooling in legacy systems

This article takes you through what it is like to build an internal tool while dealing with a lot of legacy systems…
on Apr 11, 2024 | 8 min read

Unleashing the Power of Streams in Java

Java Streams: A Paradigm Shift in Data Processing What are Streams? Imagine a lazy river carrying data elements one by…
on Mar 5, 2024 | 7 min read

How TDD helps design and build better software?

Most of us think of TDD as a tool for software testing and verification. But if used effectively it is more than that.…
on Jan 18, 2023 | 4 min read