Top 10 Linux Distributions

Here are some of the top 10 Linux distributions you can consider. These are well known distros that are well suited for users of all levels of experience. Whether you need something beginner friendly or a distro for power users, this list got you covered.

This list is in no particular order.

Manjaro:

Manjaro

Tags: linux

Read more »


KDE Plasma 6

KDE-Plasma-6

KDE Plasma 6: A Major Update for Your Linux Desktop

KDE Plasma 6, the latest iteration of the popular Linux desktop environment, arrived on February 28th, 2024, and it’s packed with exciting new features, improvements, and a fresh coat of paint. Whether you’re a seasoned KDE user or just dipping your toes into the world of Linux desktops, Plasma 6 offers something for everyone.

Tags: linux

Read more »


Backup and Restore Linux With Timeshift

Timeshift

Timeshift is a backup utility for linux that allows you to create system snapshots to restore your system to a previously working state. It functions similar to System Restore in Windows and the Time Machine tool in Mac OS.

Tags: tutorials, linux

Read more »


Failed to Start pkgfile Database Update

Failed To Start pkgfile Database Update

If you’re a Manjaro user, chances are you’ve seen the “failed to start pkgfile database update” warning when booting Manjaro Linux. Though it’s just a harmless warning, it can be quite annoying to see.

Tags: tutorials, linux

Read more »


Window Tiling in KDE Plasma

Window Tiling in KDE Plasma

Many users are not aware that KDE Plasma has built in window tiling functionality. Window tiling in KDE Plasma actually works quite well, though it’s not meant to compete with window managers that are exclusively for window tiling. Nevertheless, you’d be surprised at how well it works.

Tags: tutorials, linux

Read more »


Find Files Containing a String Pattern in Linux

Grep

Grep is a powerful command line utility to search for files containing text string patterns in linux. In this tutorial we’ll be using grep with some common options to refine our file searches for better results.

Tags: tutorials, linux, command line

Read more »


Find Files or Directories in Linux Command Line

find

The linux find command is one of the best ways to find files and directories in the command line. The find command is extremely versatile providing many options for granular control over your search query. If it exists, the find command will find it.

Tags: tutorials, linux, command line

Read more »


Delete Lines or Strings Between Two Patterns With Sed

sed

In this tutorial we will go through various ways to delete lines or strings between two patterns with the linux sed command stream editor.

Tags: tutorials, linux, command line

Read more »


Test Disk Drive Read Speed With hdparm

hdparm

If you’d like to test the read speed of your hard disk drive(HDD) or solid state drive(SSD) or any type of drive, you can use hdparm on linux. hdparm is an excellent command-line tool to test your disk drive’s read speeds. hdparm can give you an accurate representation of the read speeds of your disk drives to see if they’re performing as expected.

Tags: tutorials, linux, command line

Read more »


Linux tldr Pages Command

tldr tar

Linux tldr pages command displays simplified man pages for linux command-line tools. Unlike the man pages, tldr pages is more like a cheat sheet that displays usage examples for linux commands.

Tags: tutorials, linux, command line

Read more »