top of page


How to use the 'cut' command in linux
The cut command in Linux is a powerful text-processing utility used to extract specific sections from each line of a file or from piped...

Chris
Apr 275 min read
5 views
0 comments


Managing users and groups in Linux with the `useradd`, `usermod`, `passwd` and `userdel` commands
Creating users in a Linux system is a fundamental task required by system administrators and anyone managing a Linux server or a desktop...

Chris
Apr 104 min read
7 views
0 comments


'doas': an alternative to 'sudo'
In Linux, managing user permissions and command execution is crucial for maintaining system stability and security. Many users are...

Chris
Apr 13 min read
17 views
0 comments


How To Replace Text In Multiple Files Using A Bash Script In Linux
If you have many files with outdated information, updating them manually is time-consuming. Whether it's fixing outdated file paths,...

Chris
Mar 312 min read
9 views
0 comments


Search strings with 'grep'
The `grep` command is a vital tool in the Unix-like operating systems' toolbox. It's designed to search through text, making it easier...

Chris
Mar 303 min read
3 views
0 comments


What is a Shell in Linux?
Shell is an interface that directly interacts with the kernel by accepting a set of commands that is submitted by the user or process....

Chris
Mar 234 min read
12 views
0 comments


What's /dev/sda in Linux.
When a Windows user encounters a Linux system for the first time, their first thought is: where are the “ C:/ “, “ D:/ “, or “ E:/ ”...

Chris
Mar 224 min read
27 views
0 comments


Arch Linux post-installation operations
Arch Linux Official Logo In my previous post here , I explained how to install Arch Linux on an UEFI system creating an encrypted...

Chris
Mar 64 min read
45 views
0 comments


Installing Arch Linux with btrfs and Full Disk Encryption on a UEFI system
Default Archlinux logo Installing Arch Linux on a UEFI system using btrfs and full disk encryption can enhance your system's security. In...

Chris
Mar 47 min read
20 views
0 comments


Hypridle: Hyprland's idle daemon
A screenshot of the basic configuration file for hypridle HyprIdle is a dynamic tool tailored for managing idle states in systems using...

Chris
Feb 123 min read
5 views
0 comments


Installing LMDE 6 with Disk Encryption, Btrfs Subvolumes Using Live-Installer-Expert-Mode
LMDE 6 (Linux Mint Debian Edition) offers a stable platform that combines the reliability of Debian with the user-friendly interface of...

Chris
Feb 75 min read
25 views
0 comments


Swappy and Hyprshot: editing keybindings on the fly.
What is Swappy? Swappy is a user-friendly screenshot editing tool designed for quick modifications and annotations. With its simple...

Chris
Feb 43 min read
13 views
0 comments


Taking a screenshot in Hyprland using Hyprshot.
Taking screenshots is a common task for many users. In the Hyprland ecosystem, Hyprshot is an efficient and flexible tool worth...

Chris
Jan 313 min read
50 views
0 comments


"/etc/issue" and "/etc/motd" in Linux: How to customize the tty before and after the login.
Linux provides incredible opportunities for customization. While many users focus on desktop environments, there’s also significant...

Chris
Dec 25, 20243 min read
30 views
0 comments


Lock your Hyprland screen with Hyprlock
This guide examines how to install Hyprlock on various Linux distributions, set it up efficiently, and integrate it with Hyprland....

Chris
Dec 16, 20243 min read
48 views
0 comments


Hyprpaper: a wallpaper manager for Hyprland.
If you're using Hyprland, Hyprpaper offers an exciting way to manage your wallpapers with ease. This tool not only lets you manage...

Chris
Dec 14, 20243 min read
12 views
0 comments


Hyprland with Waybar: Installation and Basic Configuration
Hyprland offers a fresh and lightweight Wayland compositor that transforms your Linux desktop experience. With features like dynamic...

Chris
Dec 7, 20244 min read
56 views
0 comments


The 'bat' command: a 'cat' replacement
The `bat` command is a modern replacement for the traditional `cat` command in Unix-like operating systems, offering users an enhanced...

Chris
Dec 4, 20244 min read
6 views
0 comments


Eza: A modern, maintained replacement for "ls", written in rust
Eza is a modern, maintained replacement for the venerable file-listing command-line program " ls" that ships with Unix and Linux...

Chris
Dec 3, 20242 min read
16 views
0 comments


Converting image formats in Nautilus
Nautilus is the GNOME file-manager a.k.a. "Files" In this post I will show you how to use the Image Converter Script in Nautilus to...

Chris
Dec 2, 20243 min read
11 views
0 comments
bottom of page