Alex Georgiev

@alexg

479 Points 8 Followers

11 Posts

0 Answers

I'm working as System Engineer and I am an avid Linux lover.

Alex Georgiev · 2 years ago

Monitor disk space usage with BASH

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, the...
7

Alex Georgiev · 2 years ago

Top 10 Git GUI clients

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 personally...
5

Alex Georgiev · 3 years ago

Git aliases

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 they of...
6

Alex Georgiev · 3 years ago

How to install and use Maldet (Linux Malware Detect)

Introduction LMD or Linux Malware Detect is most commonly known under another name - Maldet which is a malware scanner for Linux. It is released under the GNU license. Maldet is really handy...
4

Alex Georgiev · 3 years ago

CentOS is gone, now what?

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: h...
6

Alex Georgiev · 3 years ago

Remote Development in Visual Studio Code

Introduction If you run multiple servers and you do not want to edit files and open folders using ssh client and text editors like vim, vi or nano and you want to take advantage of all the f...
5

Alex Georgiev · 3 years ago

Do you use Linux?

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% of a...
5

Alex Georgiev · 3 years ago

Version control with Visual Studio Code

Introduction As much as I love to use the terminal in order to do my daily tasks in the end I would rather do multiple tasks within one window (GUI) or perform everything from the terminal i...
2

Alex Georgiev · 3 years ago

How to Synchronize Your GitHub Fork

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 origin...
3

Alex Georgiev · 3 years ago

Bash random password generator

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 lot...
6

Alex Georgiev · 3 years ago

How to connect to Wi-Fi on Linux via the terminal using nmcli

Introduction Why using the Network-Manager's cli? Sometimes Ubuntu Network Manager can be really dodgy and you might be unable to connect to any Wi-Fi Hotspot via the GUI (Graphical user int...
12

Loading More Content