tutorial

Variables in BASH

Variables in BASH - Learn BASH 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

sohail
sohail
Learn Bash
Introduction To BASH Scripting

Introduction To BASH Scripting - Learn BASH | Part 1 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

sohail
sohail
Learn Bash
game 1

Mounting And Optimizing A Linux Gamer Computer 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

sohail
sohail
Games
Git GUI Front Ends And IDE Support

Git GUI Front-Ends And IDE Support - Git Series Part 4 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.

sohail
sohail
Learn Git
Everything Is File In Linux Part 2

Everything Is A File In Linux - Part 2 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

sohail
sohail
Everything is file
Ubuntu minimal install

Ubuntu Minimal Install 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

sohail
sohail
Uncategorized
everything is file in linux part 1

Everything Is File In Linux - Part 1 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

sohail
sohail
Everything is file
Troubleshooting With Git

Troubleshooting With Git - Git Series Part 3 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

sohail
sohail
Learn Git