git aliases
Understanding the git alias syntax and building a few examples: git alias syntax git cleanup git sview git lg
Understanding the git alias syntax and building a few examples: git alias syntax git cleanup git sview git lg
To source and export variables from a file in Bash, you need to use the source command (or its shorthand, the dot .) when executing the file. This runs the…
To rsync files to a remote server with a password in a bash script, you can use sshpass to provide the password non-interactively. 1. Install sshpass (if not already installed):…
Have you ever noticed during web page inspection, the favicon.ico error? I’ve seen the missing favicon.ico many times in the past while inspecting some web page.Today, while working on a…
https://www.extremeperl.org
impatient-perlDownload
IPv6 syntax uses 128 bits shown as eight groups of four hexadecimal digits (0-9, a-f) separated by colons (e.g., 2001:db8:85a3:0:0:8a2e:370:7334), with shortcuts allowing omission of leading zeros (e.g., 0db8 becomes…
By default, UNRAID’s terminal colors (while using ls) are not desirable to my eyes. As seen below, all folders with +w on other, show with bold, blue, & black (very…
My UNRAID go file: See UNRAID boot sequence
In Unraid, the existence of the /root/ directory is completely independent of your storage array. This is due to Unraid’s unique “embedded” architecture. The Root Filesystem (rootfs) vs. The Array…