linux desktop workspaces

Desktop Workspaces In Linux Members Public

Have you ever come across the term “desktop workspaces” around the Linux community? If you haven’t and are curious about what desktop workspaces are, then, you are at the right place reading this article 🙂 I’ll guide you on what workspaces are on Linux and how you can utilize

Mohd Sohail
Mohd Sohail
Linux Tutorials
Install Virtualbox In Arch Linux

How To Install Virtualbox In Arch Linux Members Public

In this guide, I will show you how to install VirtualBox in Arch Linux. Numerous aspects of this guide can also apply to any other Linux distribution. Since Arch Linux is the target platform, we will need to install certain dependencies if they’re not there already. * Install Virtualbox in

Mohd Sohail
Mohd Sohail
Linux Tutorials
software from internet

Why Not Install Software Packages From The Internet Members Public

Hello, avid Linux readers! Someone from the Internet has told you not to execute random scripts you find on the Internet and now you’re reading why we shouldn’t install software packages from the Internet. Or more specifically, the aim of this article is why it’s wise to

Mohd Sohail
Mohd Sohail
Linux Tutorials
Linux Partition Management

Linux Partition Management Members Public

Making Linux partitions is one of the toughest tasks for new Linux users. In this article, I will cover various topics on Linux partitioning. I’ll use different Linux partition managers to list, create, resize, extend and delete Linux partitions. Linux partition managers In this article, we will perform CRUD(

Mohd Sohail
Mohd Sohail
Linux Tutorials
Linux tee command

tee Command In Linux - Linux Commands Guide Members Public

Today, we are going to go over the Linux tee command. There isn’t much to this command so this guide will be brief. You will find some use for it at some point. Linux tee Command Usage and Examples tee command (as in a T-splitter in plumbing) takes content

Mohd Sohail
Mohd Sohail
linux command guide
Best GNOME Desktops For 2019

Best GNOME Desktops for Linux Users Members Public

Have you stumbled over here looking across the Internet, for the 2023 list of best GNOME desktops? Lucky you then, I’m glad you are at the right place and hopeful that you’ll find this article helpful in case you are considering trying out a new Linux distro. Or

Mohd Sohail
Mohd Sohail
Reviews
use linux

How I Started Using Linux Members Public

It is April 2019 as I am writing this article from my Ubuntu 18.04 and I don’t remember the last time I had to use Windows for something that Linux couldn’t do. I don’t remember the last time I opened the thing called Ubuntu Software Store

Mohd Sohail
Mohd Sohail
Reviews
Bash for loop Loops In BASH

Bash for loop - Loops In BASH- Learn BASH | Part 6 Members Public

Welcome to the sixth chapter on BASH scripting series. And today we will dive into a very cool topic called looping constructs in computer programming. Loops are important if we have a task that needs repetition. There are different types of loops in bash, bash for loop, while loop, and

Mohd Sohail
Mohd Sohail
Learn Bash