I would like to make a script ( bash ) that will programmatically
I would like to do all of this with double clicking on the file, without a dialog box ( RHEL 6 ) coming up to ask me if I want to display or run the file.
Googling around I got this far, but I could use some help with the rest:
gnome-terminal \
--tab -t "Server 1" -e commandStartServer1 \
--tab -t "Server 2" -e commandStartServer2 \
--tab -t "Server 3" -e commandStartServer3 \
--tab -t "Server 4" -e commandStartServer4 \
--tab -t "Server 5" -e commandStartServer5 \
--tab -t "Server 6" -e commandStartServer6 \
I can just help you with the dialog box. Create a .desktop file, that will run you executable script. You can find a quick introduction to .desktop files here or take a look at one of the files in /usr/share/applications.
As for the rest of the questions please take a look at this question.
External links referenced by this document:
Local articles referenced by this article: