Skip to content

Instantly share code, notes, and snippets.

View jeeshofone's full-sized avatar
💭
💁‍♀️

Will Laws jeeshofone

💭
💁‍♀️
View GitHub Profile
@jeeshofone
jeeshofone / echo.sh
Created October 25, 2022 06:27
test
#!/bin/bash
echo "Hello world"
@jeeshofone
jeeshofone / cloud9-observability-setup.sh
Created October 25, 2022 06:22
Setup Cloud9 with less copy paste
#!/bin/sh
# do all the steps on this page in one script https://catalog.workshops.aws/observability/en-US/installation/using-ee/setup-cloud9
# Step 11
rm -vf ${HOME}/.aws/credentials
# Step 12
curl -sSL https://raw.githubusercontent.com/aws-samples/one-observability-demo/main/PetAdoptions/envsetup_ee.sh | bash -s stable
# jan/02/1970 01:21:02 by RouterOS 6.42.10
# software id = TEYX-Z5HT
#
# model = CRS317-1G-16S+
# serial number = 955D0AABB27B
/interface bridge
add mtu=9000 name="normal IP" vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp-sfpplus13 ] l2mtu=9092 mtu=9000 name="Link to Linksys" rx-flow-control=auto tx-flow-control=auto
set [ find default-name=sfp-sfpplus1 ] l2mtu=9092 mtu=9000 name="Synology 1"

Keybase proof

I hereby claim:

  • I am jeeshofone on github.
  • I am jeeshofone (https://keybase.io/jeeshofone) on keybase.
  • I have a public key ASDS1caRkdbLwX15asvLJRWYt_vrDnRyRMd_A6zi3BvFuAo

To claim this, I am signing this object:

@jeeshofone
jeeshofone / skeleton-daemon.sh
Created October 30, 2017 18:23 — forked from antonc42/skeleton-daemon.sh
A template to write a quick daemon as a bash script
#!/bin/bash
# This is a skeleton of a bash daemon. To use for yourself, just set the
# daemonName variable and then enter in the commands to run in the doCommands
# function. Modify the variables just below to fit your preference.
daemonName="DAEMON-NAME"
myPid=$$
pidDir="."
@jeeshofone
jeeshofone / gist:01edb200d0a90bbcfef9
Created December 21, 2014 06:34
Python 3.4.2 Debian Wheezy
Linux wheezy-python3.3 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Changing password for root.
(current) UNIX password: