SCP is short for secure copy protocol and is used to copy files and directories between multiple Linux machines over a network. The data transferred using SCP is encrypted to protect your data against nefarious agents.
The SCP command uses SSH for data transfer and thus uses all the same usernames and passwords you would use for SSH. As a result, it is an extremely useful command for transferring files securely without too much added complexity.
Category: MacOS
How to use the cp Command
The cp command is ideal for copying files and directories on a Linux or Unix distribution. You will likely not need to use additional options for most tasks as the basic command will achieve most requirements.
This tutorial will take you through several use cases for using cp on a Linux distribution. For example, we cover copying single files, copying multiple files and directories, setting backups, copying recursively, and much more.
5 Modern Bash Scripting Techniques That Only A Few Programmers Know
The following concepts modernize your automation scripts with some lesser-known modern Bash scripting techniques.
Source: 5 Modern Bash Scripting Techniques That Only A Few Programmers Know | Level Up Coding
How To Loop Through Files in a Directory
Iterate through the files in a directory and run commands against them using shell scripting loops.
Source: How To Loop Through Files in a Directory | DigitalOcean
Purgeable Storage Space on Mac: What it is & How to Free It
You may find a “Purgeable” storage space when looking at disk storage and disk usage in modern versions of macOS, including Big Sur, Catalina, Mojave, Sierra, etc, either within the About This Mac > Storage screen, Disk Utility, or the Storage Management section of System Information.
This curiously labeled disk storage item is similar to the “Other” storage space on the Mac that many users wonder about, so if you’re curious what purgeable storage space is, and how to free it up to clear it out, then read on.
Source: Purgeable Storage Space on Mac: What it is & How to Free It
Take control of Time Machine backups with the TimeMachineEditor utility
You can use a third-party utility to set a schedule and other controls for Time Machine backups. And the utility is free.
Source: Take control of Time Machine backups with the TimeMachineEditor utility (Macworld)
Czkawka – Find & Remove Duplicates, Empty, Broken Files in Linux
Czkawka is a simple, fast and easy to use software to remove unnecessary files from your machine.
Czkawka is a free and open-source software written in memory safe Rust. It works on Linux, Mac, and Windows. Due to advanced algorithms and multi-threading, it is amazingly fast!
Source: Czkawka – Find & Remove Duplicates, Empty, Broken Files in Linux | UbuntuHandbook
tmpmail – A temporary email right from your terminal written in POSIX sh
tmpmail
is a command line utility written in POSIXsh
that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail’s API to receive emails.
Source: tmpmail – A temporary email right from your terminal written in POSIX sh (GitHub)
Improve Firefox Performance on Linux by Turning WebRender On (may also work in MacOS)
Learn how to enable WebRender in Firefox on Linux. This new tech can deliver a major performance boost by using your system’s GPU to render web content.
Source: Improve Firefox Performance on Linux by Turning WebRender On – OMG! Ubuntu!
Raspberry Pi Time Machine and NAS Backs Up Data For You
Archiving data can save you in a pinch—but what if you forget to make a backup? This Raspberry Pi project, created by Curtis Gross, solves that problem by automating the process in a convenient NAS device. The end result is a Pi-powered time machine server with all of your data stored in archives.
Source: Raspberry Pi Time Machine and NAS Backs Up Data For You | Tom’s Hardware
Recent Comments