
Alex Georgiev
@alexg
I'm working as System Engineer and I am an avid Linux lover.


Monitor disk space usage with BASH
Written by Alex Georgiev
## Introduction If you've ever had to deal with a Linux server that was out of disk space at some point you know that it's important not to run into the same situation again. In most cases,...


Top 10 Git GUI clients
Written by Alex Georgiev
## Introduction A lot of people prefer to use the command line when it comes to Git, but using a GUI can bring up some advantages and perhaps makes your work easier along the way. I persona...


Git aliases
Written by Alex Georgiev
## Introduction Everyone wants to work faster, easier and one way to achieve this is to simplify their daily tasks with simple scripts or with creating aliases to run long commands that the...


CentOS is gone, now what?
Written by Alex Georgiev
## Introduction On December 8th, Red Hat announced that they will discontinue the CentOS project and move forward to CentOS Stream. This was announced on the CentOS blog and Red Hat website...


Do you use Linux?
Written by Alex Georgiev
## Introduction A lot of people love Linux due to its ease of use, great compatibility with almost any hardware and because it's free and open-source! Linux is not only powering almost 90%...


How to Synchronize Your GitHub Fork
Written by Alex Georgiev
# Introduction First lets start with explaining what is a Fork. A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the or...


Bash random password generator
Written by Alex Georgiev
# Introduction It's not uncommon situation where you will need to generate a random password that you can use for any software installation or when you sign-up to any website. There are a l...