Skip to content

Instantly share code, notes, and snippets.

View BradyEdgar94's full-sized avatar

Brady Edgar BradyEdgar94

View GitHub Profile
@BradyEdgar94
BradyEdgar94 / gocoveflush.txt
Created March 17, 2021 21:46
Go Cover FLush
ssh gocoverdev@gocover.rothbury.staging.beingbui.lt
cd /container/application/public/
rm app/_config/mysite.yml
./vendor/bin/sake dev/build "flush=1"
@BradyEdgar94
BradyEdgar94 / Oort-SSh
Created February 23, 2021 15:49
Oort SSh
oadhfuoiI*(#8grusbfi)
flutter run -d 00008020-001368C42238002E --flavor gold
@BradyEdgar94
BradyEdgar94 / copy-file-fromaAWS.cl
Last active October 9, 2020 02:31
Copy file from AWS
scp -r -i ~/.ssh/bradyedgar.pem ec2-user@ec2-13-211-175-23.ap-southeast-2.compute.amazonaws.com:/var/www/html .
@BradyEdgar94
BradyEdgar94 / wordpress_ssl_bool.php
Created October 5, 2020 20:09
Wordpress SSL Bool
define('FORCE_SSL_ADMIN', false);
@BradyEdgar94
BradyEdgar94 / codova-ssh.cl
Created October 4, 2020 17:41
Codova SSH
ssh -i .ssh/bradyedgar.pem ec2-user@ec2-3-25-244-40.ap-southeast-2.compute.amazonaws.com
@BradyEdgar94
BradyEdgar94 / mac-hidden-file.cl
Created October 4, 2020 17:40
Mac Hidden Files
zip -d codova.zip __MACOSX/\*
@BradyEdgar94
BradyEdgar94 / aws-ses-update-template.cl
Created October 2, 2020 21:08
AWS SES Update Template
aws ses update-template --cli-input-json fileb://instructor_introduction.json --region ap-southeast-2 --profile bradyedgar
@BradyEdgar94
BradyEdgar94 / aws-ses-template-create.cl
Created October 2, 2020 20:59
Create AWS SES Tempalte
aws ses create-template --cli-input-json fileb://instructor_introduction.json --region ap-southeast-2 --profile osfg
@BradyEdgar94
BradyEdgar94 / serialize.dart
Created September 27, 2020 00:09
Flutter JSON Serialize
flutter pub run build_runner build --delete-conflicting-outputs --define "json_serializable=any_map=true"