Book Review: UNIX and Linux System Administration Handbook, 5th Edition

I love Linux and I always considered myself an Open Source enthusiast. After reading “The Practice of System and Network Administration”, I decided to add this must-read book to my list.

The contents are well organised and good not only for beginners and junior system administrators but I think there are very interesting takeaways for more experienced professionals too. Continue reading “Book Review: UNIX and Linux System Administration Handbook, 5th Edition”

Git Pocket Guide: Book Review

Once again this is not a sponsored review by my 2 cents.

This pocket guide it’s not an introduction to git the best practices, but it will show some options available and will boost your confidence and knowledge to solve most of the common problems. It’s full of practical examples with just enough deep dive into git to show you the things work under the hood.

This book is very good “to show you the tip of the iceberg”. Git, like any other distributed system, is complex, but most of its common features and operations that are easy to understand aren’t so difficult and if you’re not familiar with the CLI, there are plenty of tools to get you started. Continue reading “Git Pocket Guide: Book Review”

Site Reliability Engineering

The moment I heard about this book, I wanted to read it. The title is self-explanatory: “How Google Runs Production Systems”. It looked so interesting to me that I immediately purchased it. At that time I had other books waiting on my bookshelf, but I was so impatient to read this one, that I admit I started immediately after the Phoenix Project. This one was the one that I wanted to read.

The contents in this book are well organised, and chapter after chapter it’s easy to accept the challenges that an organisation of this size had to conquer to become successful in managing the infrastructure, processes and people.

Continue reading “Site Reliability Engineering”

Windows Subsystem for Linux

After a couple of months of being GA (Generally Available) I was in the WSL bandwagon.

I started using Windows Subsystem for Linux (WSL) for a lot of good reasons, especially in my role as System Engineer. I work on different environments and across various operating systems and in my world virtualization and containers are the rule. My tools of trade are Powershell, BaSH and Python on the so having all of them in the same Operating System is really handy.

I attended Meetup events where WSL was presented, I’ve presented a brownbag myself on WSL, and recently as Techsnips Contributor I’ve create a small video on how to install it. So I’ll try in this article to give you a brief introduction.

Continue reading “Windows Subsystem for Linux”