To see messages from other users and the system as well as performing various log operations from a regular user add it to the group:
sudo usermod -aG systemd-journal $USERSee how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| #!/bin/bash | |
| # Example file line: | |
| # VM name,Group,MAC Address,RAM,Procs,HDD,VRDP port | |
| # sf-mc-01,Group,080027EF99DD,512,1,6000,9007 | |
| if [[ ! -e $1 ]]; then | |
| echo "File $1 not found." | |
| exit 1 | |
| fi |
WARNING: If you're reading this in 2021 or later, you're likely better served by reading:
(This gist was created in 2013 and targeted the legacy GOPATH mode.)
$ ssh -A vm
$ git config --global url."[email protected]:".insteadOf "https://github.com/"