Submitted by trendoceans on Mon, 09/12/2022 - 12:23
When you are looking for a shell that is capable of auto highlighting, command completion, and suggest you next option to use with the command, which does not require much customization to start with the shell, then the fish shell is for you.
Read more
Submitted by trendoceans on Mon, 09/12/2022 - 10:19
It's not reliable to allow multiple users to have access to the root account, especially when one or more sudo users reside on your system, so you can simply lock it by disabling the su command.
Read more
Submitted by trendoceans on Thu, 04/22/2021 - 02:40
Through this article, we will see how to set up selenium on Chrome Browser using chrome driver in very simple way with an example using python script
Read more
Submitted by trendoceans on Wed, 04/07/2021 - 04:44
If you are facing difficulty while systematically reading log files. Then you are in the right place.
Simple doing cat to read log file is a kind basic way to inspect log file. But when you want to filter data in an organized way based on time, then we use awk or grep.
Learn More
Submitted by trendoceans on Thu, 03/11/2021 - 17:16
A symbolic link (or symlink) is a special type of file in Linux that contains a path to another file or directory. Basically, it is similar to a shortcut and is also known as a soft link.
In this post, we’ll see how to create, verify, and remove symbolic links in Linux. First, let’s start with a basic introduction to links Read More
Submitted by trendoceans on Sun, 03/07/2021 - 09:55
In Linux, if you were working on networking, you may become to a point when you need to assign static IP to your system over the local network.
There may be any reason. If you want to communicate with a PC on the network, then whenever your system restarts, local IP changes based on the subnet mask. To avoid this, you need to fix your preferred local IP in the network configuration. Read more
Submitted by tuxtops on Wed, 02/17/2021 - 01:33
Etcher is an open-source USB image writing tool that is extensively used all across the world. It is a tool that is available for many operating systems like Windows, Mac, and all of the major Linux platforms. In this article, we will provide users a walkthrough of how to install Etcher on the Ubuntu 20.04 system. Learn More
Submitted by trendoceans on Tue, 02/02/2021 - 09:04
I think so; a few weeks back, I was doing something on my Ubuntu 20.04. Suddenly my friend knocks on my door, and he was curiously peeking on my laptop screen. I asked what happen, Benhur?
Benhur replied, what are you doing on your laptop, It is totally different from my laptop screen, and It fascinated me. Will you tell me what it is?
Learn More
Submitted by trendoceans on Tue, 02/02/2021 - 09:02
Before starting the guide, I’ll like to share my scenario with you when I was a neophyte in Linux.
One day I have installed a telegram application from the archive file. The problem was that whenever I need to open the telegram, I need to go to the directory where I have kept the telegram file and start the applications that were too frustrating every time I need to that.
Submitted by trendoceans on Tue, 01/19/2021 - 18:01
Ventoy is a top-rated free and open-source utility to create a multiboot USB stick from ISO files. I use it regularly, and highly recommend you to use.
Recently I covered on how you can create a bootable USB stick using Baleno Etcher. This time I will guide you how easily you can create a multiboot USB stick by just doing copy-paste ISO file to your USB device. Learn More
Pages