How to Install TeamViewer on Ubuntu 20.04
TeamViewer is a cross-platform, proprietary application that allows a user to remotely connect to a workstation, transfer files, and have online meetings from any part of the globe over an internet...
View ArticleChange Group Using Chgrp Command in Linux
In Linux file permissions, all files including directories are associated with the user and group ownership. Additionally, the file and directories and usually assigned permissions that determine...
View ArticleHow to Create Home Directory for Existing User in Linux
By default when you create a user in Linux, users default home directory is created under /home. If you noticed on Ubuntu and Debian derivated distribution useradd command won't create a home directory...
View ArticleHow to Mount Windows Share on Ubuntu Linux
CIFS (Common Internet File System) is a popular file sharing protocol on Internet. It allows users on a Linux system access to a particular mount point on a windows share. CIFS is an implementation of...
View ArticleGrub Rescue Commands to Fix Boot Issues
GRUB stands for GRand Unified Bootloader. It is the first software program which be run when your computer starts. The bootloader is in charge of loading and booting the operating system kernel. GRUB...
View ArticleHow to Create Symbolic link in Linux Using Ln Command
A symbolic link is commonly referred to as soft link or symlink, which is a special type of file that references another file or directory. In this guide, you will learn how to create a symbolic link...
View ArticleHow to Diff Command Colorize Output on Linux
Diff is a command-line utility that helps users to visually compare differences between 2 files line by line on a Linux/Unix system. Colordiff utility is a Perl script that is an improved version of...
View ArticleHow to Install Chrome Browser on Ubuntu [Easy Steps]
Google chrome is a cross-platform web browser which considered as the best among other browsers. Chrome is not an open-source browser hence its not available on Ubuntu Software Center. Where chromium...
View ArticleHow to Set Colors for ls Command
In this article, I am going to write about setting up colors for ls command. In Linux, ls is one of the basic and most repeatedly used commands in our daily administration tasks to list the contents of...
View ArticleWhat are the Best Linux Distros for 2020
In this tutorial, we shall focus on the 10 + 1 best Linux distributions for the year 2020 for new and experienced users. As per distrowatch below are the top 10 Linux distributions based on website...
View Article