you don't find it..., you make your own ^_^
sakto ni iya recomendasyon ^_^
wala ka-ayo ko mu back-read sa inyo post diri, since wala man ko kahibalo unsa gamit nimo linux OS, then pareha ba sila tanan versions?, unsa man sab app imo i-install/update?
kana imo problema kay dili pana labad ^_^, so kung ubuntu imo systems, dayon install ka remotely via ssh, ma-o ni incomplete sample:
Code:
#!/bin/bash
# log-in via ssh to remote 192.168.1.100
ssh username@yourRemoteHost1
# execute command
sudo apt-get install "package name" "package name 2" "package name n"
exit
# log to another remote pc 192.168.1.200
ssh username@yourRemoteHost2
# execute command
sudo apt-get install "package name" "package name 2" "package name n"
copyNpaste nalang sa uban, since you are just repeating them to 2 or more remote PC's.
dili pani elegant ang code ^_^, dayon, nag assume rani nga wala passwords ang ssh ug ang uban, gamay nalang kulang ani!
pero, if gusto ka la-in ways..., usa ni siya ay:
Pssh - Execute Commands On Multiple Remote Linux Servers Using Single Terminal
take note:
- if latest imo ssh application and its using default configuration..., dili raba maka-log-in ang root account directly via ssh.
- dapat ka supply passwords sa imo ssh ^_^
- make sure your script is also executable via chmod 755 or similar...