NAME scp -- secure copy (remote file copy program) Copy remote files to local machine: This example using admin as the admin user to login to host. This will prompt…
date -r date -r 1267619929 Current timestamp: date +"%s" Links: https://stackoverflow.com/questions/2371248/how-to-convert-timestamps-to-dates-in-bash https://linuxconfig.org/convert-timestamp-to-date
#!/bin/bash while [ $( pgrep TextEdit ) ] do echo Waiting for TextEdit to quit. sleep 2 done echo TextEdit has quit. Link: https://www.youtube.com/watch?v=UQs7-N2_35k
Script still in draft designed to collect bookmarks and other pertinent information pre- migration, the thought was to perform this pre-migration and then construct a reversal of sorts to migrate…
The order of operations in math class and the catchy acronym, “PEMDAS” (parenthesis, exponents, multiplication, division, addition, subtraction) to help remember!