Tag: Command line

Install and Use Composer Safely on Debian 10 (Step-by-Step)

Install and Use Composer Safely on Debian 10 (Step-by-Step)

If you’re trying to install some PHP tool and it keeps saying “run this with Composer”, but your Debian 10 server just shrugs, this one’s for you. Before: you copy-paste commands from a GitHub README, get a Composer error, and nothing works. After: Composer is installed, verified, and you can install PHP packages and frameworks without guessing. This guide is…

Read More »
Practical grep + Regex: Faster Text Searches on Linux

Practical grep + Regex: Faster Text Searches on Linux

If you spend a lot of time in a terminal, you eventually hit the “I know it’s in this file somewhere” wall. That’s where grep plus regular expressions quietly saves your day. This guide is for anyone on Linux/Unix who wants to search logs, configs, or code more efficiently, without turning it into a science project. We’ll walk step-by-step from…

Read More »