Hello, my name is Bobby. Welcome to my Dev Blog

I am a professional DevOps Engineer with a demonstrated history of working in the internet industry. I am an avid Linux lover and supporter of the open-source movement philosophy.

Blog Post illustration

How to create custom bash commands?

Published

Introduction As a developer or system administrator, you might have to spend a lot of time in your terminal. I always try to look for ways to optimize any repetitive tasks. One way to do that is to either write short bash scripts or create custom com...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Quizzes are a great way to test your knowledge on a specific topic. So I decided to create a tool called the Quiz API! Quiz API is a simple HTTP REST API for technical quizzes including a wide variety of topics like: Linux, DevOps, Prog...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

SSL Checker Linux Command Line Tool

Published

IntroductionThe SSL Checker tool allows you to quickly diagnose problems with your SSL certificate installation and also gives you some useful information like when your SSL certificate would expire, the issuer of the certificate, and more....

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

IntroductionOne of the first things that I would usually do in case I notice a high CPU usage on some of my Linux servers would be to check the process list with either top or htop and in case that I notice a lot of Apache or Nginx process I would qu...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Ansible - Part 5

Published

IntroductionWelcome to part 5 of my Introduction to Ansible blog post series! If you have not read previous parts of the Introduction to Ansible series, you can find them here:     - Part 1: Here I cover what Ansible is and how to fin...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Ansible - Part 4

Published

IntroductionWelcome to part 4 of my Introduction to Ansible blog post series! If you have not read previous parts  of the Introduction to Ansible series, you can find them here:    - Part 1: Here I cover what Ansible is and how to find...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Ansible - Part 3

Published

IntroductionWelcome to part 3 of my Introduction to Ansible blog post series! If you have not read part 1 and part 2 of the Introduction to Ansible series, you can find it here:    - Part 1: Here I cover what Ansible is and how to find your...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Ansible - Part 2

Published

IntroductionWelcome to part 2 of my Introduction to Ansible blog post series! If you have not read part 1 of the Introduction to Ansible series, you can find it here:     Part 1: Here I cover what Ansible is and how to find y...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Ansible - Part 1

Published

IntroductionWhen it comes to automation nowadays Ansible seems to be everyone's choice. By using Ansible you can automate and simplify repetitive and complex tasks and it is easy to get started with compared to other automation tools like Puppet for ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

IntroductionThe jq command-line tool is is a lightweight and flexible command-line JSON processor. It is great for parsing JSON output in BASH.One of the great things about jq is that it is written in portable C, and it has zero runtime dependen...

bobbyiliev avatar
Bobby Iliev
1 2 ... 11 12 13 14 15 16 17 18 19 20