Tag: sysadmin

How to Read and Set Environment Variables on Linux (Bash)

How to Read and Set Environment Variables on Linux (Bash)

If you’ve ever SSH’d into a server, changed some setting, and then… nothing happened, there’s a good chance environment variables were involved. Before: your script can’t find programs, your app can’t see its config, and every new shell feels like it “forgets” what you just set. After: you know exactly how to view, set, export, and persist environment variables so…

Read More »
How To Monitor Linux Server Resources With top

How To Monitor Linux Server Resources With top

Stop Guessing: Actually Look At Your Server A very common mistake when a server feels slow: people jump straight to “must be the host” or “WordPress is bloated” without actually looking at what the server is doing. On Linux, the top command is usually the first tool you should reach for. It shows you what’s running, how much CPU and…

Read More »