#howto

How to find UUID of Disk Storage with the simple command

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

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

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

Pages

Subscribe to RSS - #howto