Linux Bash & Shell: Difference between revisions

From Sea of Fate
Jump to navigationJump to search
Created page with "==Introduction== Continuing the theme of Random stuff and more particularly of"
 
No edit summary
Line 1: Line 1:
==Introduction==
==Introduction==


Continuing the theme of [[Random stuff]] and more particularly of
Continuing the theme of '''[[Random stuff]]''' and more particularly of '''[[Code Snippets]]''' here is some shell scripts for Linux
 
==The Scripts==
 
===[[Open several ssh terminals at once]]==
 
I had already set up password less terminals opening to several common hosts with the format "ssh hostname", I thought it would be nice to open a terminal to all of the prod hosts from a script. then i thought it would be good to give it an alias.

Revision as of 18:34, 28 February 2025

Introduction

Continuing the theme of Random stuff and more particularly of Code Snippets here is some shell scripts for Linux

The Scripts

=Open several ssh terminals at once

I had already set up password less terminals opening to several common hosts with the format "ssh hostname", I thought it would be nice to open a terminal to all of the prod hosts from a script. then i thought it would be good to give it an alias.