Skip to content

Instantly share code, notes, and snippets.

View Hendrikv1990's full-sized avatar
💭
I may be slow to respond.

Hendrik Vlaanderen Hendrikv1990

💭
I may be slow to respond.
View GitHub Profile
@Hendrikv1990
Hendrikv1990 / group_5e68d50a17957
Created February 8, 2021 13:46
ACF Group for WHS registration
{
"key": "group_5e68d50a17957",
"title": "Wholesale Registrations",
"fields": [
{
"key": "field_5e68e963fc7c3",
"label": "Status",
"name": "status",
"type": "select",
"instructions": "Please update the status of this registration.",
@Hendrikv1990
Hendrikv1990 / List of non-business emails.json
Created February 4, 2021 21:37
A list of public/free email hosting
[
"150ml.com",
"15meg4free.com",
"24horas.com",
"2die4.com",
"2trom.com",
"37.com",
"3ammagazine.com",
"4mg.com",
"5iron.com",
@Hendrikv1990
Hendrikv1990 / Disposable emails.json
Created February 4, 2021 21:33
List of disposable emails
["0815.ru","0wnd.net","0wnd.org","10minutemail.co.za","10minutemail.com","123-m.com","1fsdfdsfsdf.tk","1pad.de","20minutemail.com","21cn.com","2fdgdfgdfgdf.tk","2prong.com","30minutemail.com","33mail.com","3trtretgfrfe.tk","4gfdsgfdgfd.tk","4warding.com","5ghgfhfghfgh.tk","6hjgjhgkilkj.tk","6paq.com","7tags.com","9ox.net","a-bc.net","agedmail.com","ama-trade.de","amilegit.com","amiri.net","amiriindustries.com","anonmails.de","anonymbox.com","antichef.com","antichef.net","antireg.ru","antispam.de","antispammail.de","armyspy.com","artman-conception.com","azmeil.tk","baxomale.ht.cx","beefmilk.com","bigstring.com","binkmail.com","bio-muesli.net","bobmail.info","bodhi.lawlita.com","bofthew.com","bootybay.de","boun.cr","bouncr.com","breakthru.com","brefmail.com","bsnow.net","bspamfree.org","bugmenot.com","bund.us","burstmail.info","buymoreplays.com","byom.de","c2.hu","card.zp.ua","casualdx.com","cek.pm","centermail.com","centermail.net","chammy.info","childsavetrust.org","chogmail.com","choicemail1.com","clixser.co
@Hendrikv1990
Hendrikv1990 / 01-change-root-volume-size.config
Created June 19, 2018 12:55
Change Root Volume Size for Elastic Beanstalk
Resources:
AWSEBAutoScalingLaunchConfiguration:
Type: AWS::AutoScaling::LaunchConfiguration
Properties:
BlockDeviceMappings:
- DeviceName: /dev/xvda
Ebs:
VolumeSize:
60
@Hendrikv1990
Hendrikv1990 / 02-install-phantomjs.config
Created June 19, 2018 12:54
EBextions file for installing PHANTOMJS on AWS Elastic Beanstalk (PHP application, Amazon Linux 2.7.0)
commands:
01_install_dependencies:
command: sudo yum install -y fontconfig freetype freetype-devel fontconfig-devel libstdc++
02_download_phantomjs:
command: wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
03_prepare_dir:
command: sudo mkdir -p /opt/phantomjs
04_unbzip2:
command: bzip2 -df phantomjs-2.1.1-linux-x86_64.tar.bz2
05_untar:
<!-- Homepage Square Image -->
<!--
Dimension to resize the image to.
size1: 161x162
size2: 273x273
-->
<img src="" srcset="image-273w.jpg 273w
image-161w.jpg 161w"
@Hendrikv1990
Hendrikv1990 / gulpfile.js
Created March 29, 2018 13:53 — forked from atelic/gulpfile.js
Basic gulpfile for minify and concat css and javascript
/*
Before using make sure you have:
npm install --save-dev gulp gulp-minify-css gulp-concat gulp-uglify gulp-autoprefixer gulp-sass
Make sure to change the directory names in the default watch function to the CSS/SCSS/SASS directories you are using so it reloads
*/
var gulp = require('gulp'),
minifyCSS = require('gulp-minify-css'),
concat = require('gulp-concat')
@Hendrikv1990
Hendrikv1990 / AWS_Single_LetsEncrypt.yaml
Created January 5, 2018 16:10
AWS Elastic Beanstalk .ebextensions config for single instance free SSL using letsencrypt certbot and nginx. http://bluefletch.com/blog/domain-agnostic-letsencrypt-ssl-config-for-elastic-beanstalk-single-instances/
# Dont forget to set the env variable "certdomain", and either fill in your email below or use an env variable for that too.
# Also note that this config is using the LetsEncrypt staging server, remove the flag when ready!
files:
# The Nginx config forces https, and is meant as an example only.
/etc/nginx/conf.d/000_http_redirect_custom.conf:
mode: "000644"
owner: root
group: root