As we all know you install software via yast on SLES. But take it to the next level and install software via yast using SSH:
ssh root@servername_or_ip "export TERM=xterm; yast -i sysstat"
This can save a load of time if you have like 60 servers to install something on, especially if you are using ssh keys.
No comments:
Post a Comment