Skip to main content
Dejan Panovski

Dejan Panovski

Dejan Panovski is the founder of Linuxize, an RHCSA-certified Linux system administrator and DevOps engineer based in Skopje, Macedonia, with over two decades of experience, including a decade as a system administrator at a hosting company managing production Linux servers, followed by years of freelance work in system administration, DevOps, and technical writing. He holds a degree in computer science and specializes in practical Linux content that helps readers solve real-world problems with repeatable steps. When he is not writing, he spends time with his daughters, traveling, or hiking.

Articles by Dejan Panovski

Aug 23, 2026 8 min read series

Bash Append to File: >>, tee, and Heredoc Examples

Aug 23, 2026 14 min read

500 Internal Server Error: What It Means & How to Fix It

Aug 22, 2026 6 min read

How to Change the Hostname in Linux

Aug 22, 2026 7 min read

curl POST Request Examples

Aug 22, 2026 12 min read series

Sudo Command in Linux: Run Commands as Root

Aug 21, 2026 6 min read series

How to Generate SSH Keys on Linux with ssh-keygen

Aug 21, 2026 9 min read

DNS Record Types Explained: A, AAAA, CNAME, MX, TXT, and More

Aug 21, 2026 12 min read

How to Extract tar.xz Files in Linux

Aug 21, 2026 6 min read

Initial Server Setup on Ubuntu 26.04

Aug 21, 2026 16 min read

Linux cp Command: Copy Files and Directories

Aug 21, 2026 9 min read series

How to Set Up Passwordless SSH Login

Aug 20, 2026 13 min read

How to Use sed to Find and Replace Strings in Files

Aug 20, 2026 9 min read series

Bash Best Practices: Writing Safer, Cleaner Scripts

Aug 20, 2026 7 min read series

How to List Groups in Linux

Aug 19, 2026 11 min read series

How to Redirect stderr to stdout in Bash

Aug 19, 2026 7 min read

How to Delete Lines in Vim / Vi

Aug 18, 2026 5 min read

How to Check Your Debian Version: Commands and Release List

Aug 18, 2026 6 min read

How to Remove a Symbolic Link (Symlink) in Linux

Aug 18, 2026 6 min read series

How to Run a Bash Script in Linux

Aug 17, 2026 7 min read series

sleep Command in Linux: Pause a Bash Script