tutorial
Variables in BASH - Learn BASH Paid Members Public
Welcome to the second chapter of BASH scripting series in which we will discuss variables in bash. Did you know that every programming language has a way to let programmers declare variables in their programs? But what exactly are they and why do we need variables in programming? Please read
Introduction To BASH Scripting - Learn BASH | Part 1 Paid Members Public
Welcome to the introductory series on BASH scripting. This series will cover a complete guide on BASH scripting starting from the foundation of computer programming then progressing on to the basic constructs of this scripting language and finally, you will also create a simple mini-project using this scripting language. BASH
Mounting And Optimizing A Linux Gamer Computer Paid Members Public
We have had a lot of news about games in the Linux world coming out in recent weeks. We already have an interesting performance for games like Grand Theft Auto V, and the trend is for the compatibility level to improve every day, with Valve’s recent announcement of Proton
Git GUI Front-Ends And IDE Support - Git Series Part 4 Paid Members Public
Developers have created third-party software (free or otherwise) that gives users a GUI to use for interacting with a repository. Here is an overview of a few programs that you can use. This is so you can have an idea of what you can expect from a GUI git client.
Everything Is A File In Linux - Part 2 Paid Members Public
Divided into 2 parts, in the first part I introduced the concept that everything is a file and I introduced special devices/dev/ null, / dev / zero, / dev / random and / dev / full. In this part 2, I will present interesting didactic features about this, for example, how to transform a file
Ubuntu Minimal Install Paid Members Public
Today we will be going over the installation of the minimalist version of Ubuntu 18.04. You may be thinking of a minimalistic version of a Linux distro as the bare minimum version of a system. If so, you would be correct. The system we are going to install from
Everything Is File In Linux - Part 1 Paid Members Public
Divided into 2 parts, in this first part I will introduce the concept that everything is file and present the special devices /dev/null, /dev/zero, /dev/random and /dev/full. Part 2 will be to present didactically interesting features about this, for example, how to turn a file into
Troubleshooting With Git - Git Series Part 3 Paid Members Public
From time to time, you will encounter problems while using Git. The most common of these is a merge conflict. Fortunately, git will provide solutions to many problems for you. Sometimes, though, there are certain problems that do require the assistance of more experienced people. Most of these problems that