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 features of Visual Studio Code then this tutorial is just for you.
There are several extensions that will help you to achieve this. I persona...
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 all cloud infrastructure but more people decide to use Linux over Windows or macOS to power their desktop setups or laptops.
If you're a deve...
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 itself.
In the past, I was using the text editors (vim, nano and etc) in my terminal to edit the code in my repositories and then go along wi...
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 original project.
For example, you can use forks to propose changes related to fixing a bug. Rather than logging an issue for a bug you've found,...
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 of options in order to achieve this. You can use a password manager/vault where you often have the option to randomly generate a password or...
How to connect to Wi-Fi on Ubuntu 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 interface).
The Network-Manager may fail to start and even when manually restarting the service via the terminal you might still face issues to...