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

Mar 17, 2026 8 min read series

Bash printf Command

Mar 17, 2026 5 min read

Redirect HTTP to HTTPS in Nginx

Mar 17, 2026 7 min read series

Bash Comparison Operators

Mar 17, 2026 5 min read

shutdown Command in Linux: Power Off, Reboot, and Schedule

Mar 17, 2026 5 min read

git diff Command: Show Changes Between Commits

Mar 16, 2026 8 min read

How to Build Docker Images with Dockerfile

Mar 16, 2026 6 min read

git log Command: View Commit History

Mar 16, 2026 6 min read

dmesg Command in Linux: Read and Filter Kernel Messages

Mar 16, 2026 5 min read

How to Create a sudo User on Debian

Mar 16, 2026 4 min read

paste Command in Linux: Merge Lines from Files

Mar 15, 2026 6 min read

git stash: Save and Restore Uncommitted Changes

Mar 15, 2026 5 min read

How to Install pip on Debian 11, 12, and 13

Mar 15, 2026 6 min read

rpm Command in Linux: Install, Query, and Verify Packages

Mar 15, 2026 6 min read series

How to Transfer Files with Rsync over SSH

Mar 15, 2026 5 min read

pstree Command in Linux: View the Process Tree

Mar 14, 2026 10 min read series

Linux File Permissions Explained

Mar 14, 2026 5 min read

du Command in Linux: Check Disk Usage

Mar 14, 2026 7 min read

Python if, elif, and else Statements

Mar 14, 2026 4 min read

How to Mount ISO File on Linux

Mar 14, 2026 4 min read

Python f-Strings: String Formatting in Python 3