I hereby claim:
- I am dfinnema on github.
- I am dfinnema (https://keybase.io/dfinnema) on keybase.
- I have a public key whose fingerprint is 13B7 C955 4C87 2086 8822 A679 35AC 407B 8B3C 4AA0
To claim this, I am signing this object:
Verifying that +dfinnema is my openname (Bitcoin username). https://onename.io/dfinnema |
I hereby claim:
To claim this, I am signing this object:
<?php | |
$test = new SalterCore(); | |
$test->shuffleSalts(); | |
class SalterCore{ | |
public $salts_array, $new_salts; | |
public function shuffleSalts(){ |
<?php | |
if ( ! defined( 'ABSPATH' ) ) { | |
exit; | |
} // Exit if accessed directly | |
class WC_XR_Line_Item_Manager { | |
/** | |
* @var WC_XR_Settings |
curl https://getcaddy.com | bash -s tls.dns.cloudflare | |
export CLOUDFLARE_EMAIL=<youremail> | |
export CLOUDFLARE_API_KEY=<CLOUDFLAREAPIKEY> |
<?php | |
/* | |
Plugin Name: Worker Hide | |
Plugin URI: https://itchef.nz | |
Description: Hides the worker plugin | |
Author: IT Chef | |
Author URI: https://itchef.nz | |
*/ | |
/* |
/** | |
* | |
* Flatsome UX Builder Addon | |
* | |
* adds a scroll to mouse animation to parts of the page | |
* | |
* Dependent files (in your child theme): | |
* /css/scroll.min.css | |
* | |
* Parent Theme Supported |
<?php | |
/** | |
* Extension for xt-facebook-events | |
* | |
* adds custom text when no events are loaded | |
* | |
*/ | |
function dfc_shortcode_fb_events_hook_shortcode( $atts_o ) { | |
/** | |
* 1. Right click on the site and choose "Open Site SSH" | |
* 2. Run the command below. | |
*/ | |
apt-get update && apt-get install ca-certificates |
# Copy the current NGINX conf file from the docker container | |
# docker cp unms-nginx:/etc/nginx/conf.d/combined.conf ~/combined.conf | |
# | |
# Add the following ciphers to combine.conf | |
# AES256-SHA256 | |
# AES256-SHA | |
# | |
# Find the line looking something like: | |
# ssl_ciphers EECDH:RSA:HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!3DES:!SEED:!IDEA:!MD5:!PSK:!RC4; | |
# |