Articles by Dejan Panovski
How to Install Google Chrome Web Browser on Ubuntu 24.04
Step-by-step instructions for downloading, installing, updating, and managing Google Chrome on Ubuntu 24.04 using the official .deb package and repository.

What Is localhost? 127.0.0.1 and Loopback Explained
Localhost connects programs back to your own computer through 127.0.0.1 or ::1. See how loopback addresses, ports, /etc/hosts, and 0.0.0.0 work on Linux.

How to Install Google Chrome on Ubuntu 26.04
Install Google Chrome on Ubuntu 26.04 from the official .deb package, set it as the default browser, and keep it updated from the Google repository.

How to Pass Arguments to a Bash Script
Read command-line input in Bash: positional parameters, $@ versus $*, default values, named --options, getopts, and fixes for common argument errors.

nice and renice Commands in Linux: Set Process Priority
Control Linux process priority with nice and renice. See how nice values work, start lower-priority jobs, and change the priority of running processes.

How to List and Delete UFW Firewall Rules
List UFW firewall rules with ufw status and ufw show, then delete them by number or by specification. Covers numbered output, the show reports, rule reset, and SSH lockout recovery.

How to Mount an NFS Share in Linux
Step-by-step instructions for mounting an NFS share in Linux: install the client, mount manually, persist with /etc/fstab, and troubleshoot common errors.

How to Install Java on Ubuntu 24.04
Install Java 25, Java 21, and Oracle JDK on Ubuntu 24.04. This guide covers OpenJDK packages, default Java selection, and JAVA_HOME setup.

ripgrep Command in Linux: Fast Recursive Search
The ripgrep command searches directories recursively while respecting ignore files. This guide explains rg syntax, file type filters, context lines, replacement previews, and config defaults.

Bash while Loop: Syntax and Examples
Bash while loop syntax and examples: infinite loops, reading files line by line, arithmetic conditions, and the break and continue statements.

How to Format USB Drives and SD Cards on Linux
Step-by-step instructions for formatting USB drives and SD cards on Linux using parted and mkfs. Covers FAT32, exFAT, EXT4, and NTFS filesystems with partition table setup and verification.

Fix "No Space Left on Device" When df Shows Free Space
Fix Linux no-space errors when df shows free space by checking the target mount, inode usage, tmpfs limits, container storage, Btrfs, and inotify watches.

How to Add a User to a Group in Linux
Add users to Linux groups with usermod, verify group membership, change primary groups, and fix common issues when group changes do not apply.

pwd Command in Linux: Print the Current Working Directory
The pwd command prints the current working directory in Linux. This guide covers pwd syntax, the -L and -P options, $PWD and $(pwd) in scripts, and how symlinks affect the output.

How to Search in Vim / Vi
Learn how to search in Vim / Vi with forward and backward search, whole-word matching, case sensitivity, search highlighting, and smartcase examples.

Understanding the /etc/fstab File in Linux
The /etc/fstab file defines how filesystems and storage devices are mounted at boot. This guide explains the fstab format, field meanings, mount options, and how to add new entries safely.

How to Create Users in Linux (useradd Command)
Create user accounts in Linux with useradd: home directories, passwords, groups, shells, UIDs, and expiry dates, plus how useradd compares to adduser.

How to Add and Delete Users on Debian 13
Create, delete, and lock user accounts on Debian 13 using adduser, deluser, and usermod, with practical examples for each command.

How to Create a sudo User on Debian
Create a sudo user on Debian 11, 12, and 13 by adding a new account and granting sudo privileges through the sudo group or the sudoers file.

pnpm Command: Install and Manage Node.js Packages
This pnpm command guide covers installation, project setup, dependency management, scripts, lockfiles, npm migration, and workspace filtering.

