Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
trap exit SIGINT SIGTERM
sshcmd="ssh -q -o StrictHostKeyChecking=no"
hostlist=""
username=""
outfile=""
totalhosts=0
while getopts :u:f:o:h arg ; do
case $arg in
u)
@jtyr
jtyr / corporate-linux-desktop-howto.md
Created November 3, 2015 17:09 — forked from anonymous/corporate-linux-desktop-howto.md
How to run Linux desktop in a corporate environment

How to run Linux desktop in a corporate environment

DISCLAIMER

Some of the practices described in this HOWTO are considered to be illegal as they often break internal corporate policies. Anything you do, you do at your own risk.