Paste the following in your shell: cat << EOF >> ~/.bashrc alias nocom='sed -e "/^\s*#/d" -e "/^\s*$/d"' EOF This sets up an alias, so that you don’t have to memorize…
Let’s assume you have a corporate site where you host profile pictures of your colleagues in the same naming scheme as they log into your GitBucket instance. Because unified login…