Introduction The shell is a command-line interpreter that provides a user interface for interacting with the … Managing Your Login Shell in LinuxRead more
Command Line
Extracting Audio from Video with FFmpeg
Introduction FFmpeg is a powerful, cross-platform command-line tool for handling multimedia content. It can be used … Extracting Audio from Video with FFmpegRead more
Running Python Programs
Python is a popular and versatile programming language used for various applications. Once you have written … Running Python ProgramsRead more
Transferring Files Over SSH with SCP
Secure Copy (SCP) is a protocol used for securely transferring files over a network using Secure … Transferring Files Over SSH with SCPRead more
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