Secure Copy (SCP) is a protocol used for securely transferring files over a network using Secure … Transferring Files Over SSH with SCPRead more
Command Line
Basic HTTP Authentication with cURL
Understanding Basic HTTP Authentication Basic HTTP Authentication is one of the simplest methods for securing web … Basic HTTP Authentication with cURLRead more
Creating Archives Without the Top-Level Directory
Archiving directories with tools like tar is a common task in system administration and software development. … Creating Archives Without the Top-Level DirectoryRead more
Sending Files as Email Attachments from the Linux Command Line
Sending Files as Email Attachments from the Linux Command Line Often, system administrators and developers need … Sending Files as Email Attachments from the Linux Command LineRead more
Summing Numbers from Streamed Input with Command-Line Tools
Summing Numbers from Streamed Input with Command-Line Tools Often, you’ll find yourself needing to sum a … Summing Numbers from Streamed Input with Command-Line ToolsRead more
Making HTTP Requests from the Command Line
Making HTTP Requests from the Command Line Often, when working on the command line, you need … Making HTTP Requests from the Command LineRead more
Running External Executables from PowerShell
Running External Executables from PowerShell PowerShell is a powerful scripting language for task automation and configuration … Running External Executables from PowerShellRead more
Switching PHP Versions on Ubuntu Using Command Line and System Alternatives
Introduction When managing multiple projects or environments, developers often need to switch between different versions of … Switching PHP Versions on Ubuntu Using Command Line and System AlternativesRead more
Redirecting PowerShell Output to a File
PowerShell provides several ways to redirect output to a file, which can be useful for logging … Redirecting PowerShell Output to a FileRead more
Visualizing Directory Structures with the Command Line
Understanding and Displaying Directory Trees in Linux Navigating complex directory structures via the command line can … Visualizing Directory Structures with the Command LineRead more