Submitted by trendoceans on Thu, 03/03/2022 - 12:09
We have recently covered an article on the UUID of disk storage, where we discussed why we need UUID, how to retrieve it, and all. It is important to have a UUID when you want to automount your drive.
Read more
Submitted by trendoceans on Thu, 02/24/2022 - 12:19
Most likely, you are looking for a solution to auto-mount disk storage whenever the system gets power on instead of doing it manually. Of course, it is not feasible to mount a location every time, and what if your application or program crashes because of a missing location?
So, to avoid this type of conflict, we can leverage /etc/fstab file to automount the disk, but the question is, it asks for a UUID
Read more
Submitted by trendoceans on Wed, 02/23/2022 - 05:44
Nim is an open-source, imperative, statically typed compiled programming language. Nim combines the concepts from mature programming languages such as Python, Ada, and Modula.
Read more
Submitted by trendoceans on Mon, 01/31/2022 - 06:46
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
Submitted by trendoceans on Tue, 01/25/2022 - 06:55
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
Submitted by trendoceans on Mon, 01/10/2022 - 05:03
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
Submitted by trendoceans on Tue, 01/04/2022 - 05:09
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
Submitted by trendoceans on Sat, 01/01/2022 - 02:56
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
Submitted by trendoceans on Sat, 01/01/2022 - 02:54
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
Submitted by trendoceans on Sat, 01/01/2022 - 02:52
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
Pages