#linux

How to unpack initrd/initramfs to view content in Linux

There may be a couple of reasons why you need to extract initramfs or initrd images. As of now, I want to fix my computer, which was not allowing me to use my laptop with the following error: “Failed to start VirtualBox Linux kernel module”.

Read more

How to Install and Use Telnet on Linux Systems

Telnet can perform a few things that can be very helpful for Linux network administrators, like testing the open port over the remote system for troubleshooting, which is not possible in SSH protocol.

Read more

Date command usage in Linux

At first, the date command may seem like a simple utility to you, but once you try to execute the date command with different utilities, you will realize the real power.

A date command can be handy in bash scripting, backup, and the limation is your imagination.
In this article, you will see the basic to advanced usage of the date command in Linux.

Read more

Complete guide on Inode number in Linux with an examples

I’m going to ask you a question. What do you see when you pass the ls -l command? A list of files with a bunch of details like permission, number of files, file owner, group owner, size, date & time along with a file name, and more number of data can be accessed using different parameters, but have you ever imagined where all data get stored, and what we call for this data type?

Read more

AppImage Pool standalone App Store for AppImages

In Linux, we have many different ways to install applications like Snap, Flatpak, AppImages, and default package manager.

The common thing in them they all provide their custom app store or platform to Find, Manage, Install Apps except AppImages.

For newbies, AppImages is a bundle of any application. Inside, a single-bundle application provides all required tools with required dependencies.

Read more

Debian/Ubuntu: Configure knockd on Server for Port Knocking

When I was young, my mother asked me not to open the door unless the door knocked in a series of four which was only known to us. I think you all have done in their childhood or later.

That same concept I want to use in my Linux system, you are pondering what he is speaking? How and where will be a door on my system, and how to knock? I do not understand it; explain to me this abstract concept.

Read more

How to Install & Configure Deja Dup in Linux

How to Install & Configure Deja Dup in Linux

Backup is one of the essential requirements for Linux users. The next Sudo command may ruin your whole system into an empty bucket.

It’s happened to me, and I have also heard it from others. When a new user joins the Linux army, they tend to forget that they are not in the Windows system anymore; here, any wrong step can bring misfortune to your files.

Read more

Types of a Linux File Systems

Types of a Linux File Systems

Windows users are restricted to the NTFS file system, and Linux users often stick to the ext4 file system while installing the new Linux distribution.

Besides Ext4, there are btrfs, exfat, ext2, ext3, ext4, f2fs, fat16, fat32, hfs, hfs+, jfs, linux-swap, lvm2 pv, minix, nilfs2, ntfs, reiser4, reiserfs, udf, xfs, and many more. Take a pause, don’t hesitate because most of them are deprecated.

Read more

How to Determine the File System Type in Linux (Ext2, Ext3, or Ext4)?

How to Determine the File System Type in Linux (Ext2, Ext3, or Ext4)?

Linux is an ocean of different kinds of file systems. Some distributions ship Ext4 as the default file system, while distributions like RedHat stick with an XFS.

Besides Ext4 and XFS, there are around 10+ file systems in Linux with unique features and few drawbacks. To know, your Linux system is running in which type of file system use the below method.

Read more

How to Lock Keyboard on Linux & Windows

How to Lock Keyboard on Linux & Windows

To be honest, we all are in the same circumstances, or some ignorant who do not belong to computer line, especially kids, love to finger in keyboard button. That’s how I found a tool that can disable/lock the keyboard’s working whenever pressing the shortcut key in series.

Today, you will learn to disable/lock the keyboard for a temporary on both Linux and Windows systems.

Read more

Pages

Subscribe to RSS - #linux