Skip to main content

All Articles

Browse all Linuxize tutorials, guides, and references.

Mar 6, 2026 5 min read

How to Truncate Files in Linux: Empty Files Without Deleting

Mar 6, 2026 7 min read

How to Use the Linux ftp Command to Transfer Files

Mar 6, 2026 4 min read

lsmod Command in Linux: List Kernel Modules

Mar 6, 2026 4 min read series

Bash until Loop

Mar 6, 2026 4 min read

How to Install Git on Debian 13

Mar 5, 2026 6 min read

rename Command in Linux: Rename Multiple Files

Mar 5, 2026 8 min read

Crontab: Scheduling Cron Jobs in Linux

Mar 5, 2026 6 min read

ss Command in Linux: Display Socket Statistics

Mar 5, 2026 6 min read

pgrep Command in Linux: Find and Filter Running Processes

Mar 4, 2026 4 min read

unlink Command in Linux: Remove a Single File

Mar 4, 2026 6 min read series

How to Change the SFTP Port

Mar 4, 2026 6 min read

uniq Command in Linux: Remove and Count Duplicate Lines

Mar 3, 2026 4 min read

How to Install Git on Raspberry Pi

Mar 3, 2026 6 min read

Using curl to Make REST API Requests

Mar 3, 2026 6 min read

How to Start, Stop, and Restart Apache on Linux

Mar 2, 2026 4 min read

pwd Command in Linux: Print the Current Working Directory

Mar 2, 2026 4 min read

How to Install TeamViewer on Ubuntu 24.04

Mar 2, 2026 7 min read

Check Open Ports in Linux: nmap, netcat, and Bash

Mar 2, 2026 7 min read

ifconfig Command in Linux: Configure Network Interfaces

Mar 2, 2026 8 min read series

Bash For Loop: Syntax and Examples