Software installation guides - Page 56

Install packages, add trusted repositories, and choose the right desktop or app-store format for each Linux distribution.

Curated guides

Software install guides

678 matched guides, best match first. Page 56 of 57.

Git logo with file cache being cleared by a broom icon representing git rm cached command

How to Clear Git Cache with git rm --cached

You update .gitignore, commit again, and the same .env file or log directory still rides along. When people say they need to clear Git cache, what they usually...

Updated ( Published )

Git logo with branch labels showing old_branch being renamed to new_branch

How to Rename a Local and Remote Git Branch

A bad branch name follows you everywhere: pull requests, CI logs, review comments, and release notes. When you need to rename a local and remote Git branch, the...

Updated ( Published )

Git logo beside branching paths and an edit icon illustrating switching between Git branches

How to Switch Git Branches with git switch

Changing branches in Git is a small operation until the target branch lives only on a remote, your working tree has edits, or an old checkout example leaves...

Updated ( Published )

NGINX security headers diagram showing Strict-Transport-Security, Content-Security-Policy, and X-Content-Type-Options flowing from NGINX hexagon to security shield with padlock

How to Configure NGINX Security Headers

Security headers tell browsers how to handle HTTPS, framing, MIME sniffing, referrer data, resource loading, and browser APIs before application code runs. Configuring NGINX security headers is usually...

Updated ( Published )

Tux holding a magnifying glass revealing binary, manual page, and source file icons for the whereis command

whereis Command in Linux with Examples

When a command exists in more than one place, or its documentation seems missing, the whereis command in Linux gives you a quick inventory of the binary, source,...

Updated ( Published )

Terminal window showing grep command filtering text output on Linux system.

grep Command in Linux with Examples

Logs, configuration files, and command output get noisy fast; the grep command in Linux cuts them down to the lines that match a word, phrase, or regular expression....

Updated ( Published )