linux

DMIDECODE command with examples

Finding information related to BIOS, CPU, or System Serial Number is easy if you are a windows user. But for Linux users, the story is a little bit different than the Windows user. Read more

How to Verify SHA1, SHA256, and MD5 Checksum in Windows for Linux OS

Two days back, one of my friends tried to install Parrot Security OS on his Asus Tuf Laptop. While Installing, he faces an issue. After that, he sends me a snapshot of his Laptop screen with the following error
Read more

How to Filter log file entries based on date range in Linux

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

How to Create Symbolic or soft Link in Linux?

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

How to configure Static Local IP Address in Ubuntu

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

How to Mount Windows NTFS Partition in Linux

This is quite common for Dual Boot users who use Windows and Linux simultaneously for their work. You can easily mount Windows partitions through File Manager.

When you try to mount the NTFS partition from a terminal, you will encounter an error “The disk contains an unclean file system (0, 0). Learn More

How to restore USB normal after bootable USB

You are anxious about what happened to your pen drive why it is just showing limited storage (Oh holy!) I have tried to format the USB drive still the USB Drive is showing limited storage, and this all happened when I have followed the creating of a bootable USB drive to install Ubuntu on my system. Learn More

Why everyone should try using Linux

In 2021, there are more reasons why people love Linux than ever before. In this series, I'll share 21 different reasons to use Linux. Let's explore why anyone can try Linux.

Tags:

How to create bootable Ubuntu 20.04 on windows 10

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

HOW TO LIST DIRECTORY CONTENTS ON LINUX

When working with the Linux file system, its important to know some of the different ways you can list directory contents on Linux.

This article will look at some of the commands you can use to list directory contents, which will work on whichever version of Linux you are using. These commands will also work to list directory contents on VMware ESXi. Learn More

Tags:

Pages

Subscribe to RSS - linux