I hereby claim:
- I am ebell451 on github.
- I am ebell451 (https://keybase.io/ebell451) on keybase.
- I have a public key ASCHiESbTfUwWrzgEOl_mHeXepCGmj9TE8Ig256F6Cdjpwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
-- Originally found here: https://gallery.technet.microsoft.com/scriptcenter/c0c57332-8624-48c0-b4c3-5b31fe641c58 | |
-- Modified to include column filter | |
IF OBJECT_ID('SP_SearchTables','P') IS NOT NULL | |
DROP PROCEDURE SP_SearchTables | |
GO | |
CREATE PROCEDURE SP_SearchTables | |
@Tablenames VARCHAR(500) | |
,@Columnnames VARCHAR(500) | |
,@IgnoreColumnForTextSearch Bit = 0 | |
,@SearchStr NVARCHAR(500) = '%9000%' |
Still an issue in May 2021. Welcome to the future of web development. Take this Gist to rest and calm down.
# Leave swarm mode (this will automatically stop and remove services and overlay networks)
docker swarm leave --force
<# | |
================================================================================================================== | |
Script to Install Docker Engine on Windows | |
================================================================================================================== | |
Created: 05/19/2023 | |
Author: Ethan Bell | |
GitHub: ebell451 | |
================================================================================================================== | |
Purpose: This script will either install or update Docker Engine on a Windows machine. | |
The folder you specify to download the artifacts must already exist. |
ALL INSTALLATIONS ASSUME YES WHEN PROMPTED, that's what -y does
This script can be copy paste to ssh as is. No hands installation. :-)
yum install zsh -y