How to automatically opening terminal windows & tabs, ssh and sudo su?

Solution 1:

I would use a bash script for each workspace and add the commands there.

that's the basic idea, then you can add commands like this, where you start a new terminal and run some commands.

and just update your bash file which should be like this filename.sh and mark it executable so you can launch it by just double clicking it.

This could help you launch your commands in a new workspace.