View cloud9-lamp.sh
#!/bin/bash | |
# Set envioroment, for cloud-init | |
set -e | |
export DEBIAN_FRONTEND=noninteractive | |
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' | |
export HOME='/root' | |
# upon launch wait for internet connection | |
echo "Waiting for network connection." |
View events-websock.js
const fs = require('fs') | |
const WebSocket = require('ws'); | |
const wsoptions = { | |
cert: fs.readFileSync('../../.config/lxc/client.crt'), | |
key: fs.readFileSync('../../.config/lxc/client.key'), | |
rejectUnauthorized: false | |
} | |
var ws = new WebSocket('wss://127.0.0.1:8443/1.0/events?type=operation', wsoptions); |
View htaccessCRUD.class.php
<?php | |
/** | |
* .htaccess writer CRUD class | |
* | |
* @author Lawrence Cherone | |
* @version 1.00 | |
*/ | |
class htaccessCRUD | |
{ | |
public $file; |
View deploy.php
<?php | |
date_default_timezone_set('Europe/London'); // Set this to your local timezone - http://www.php.net/manual/en/timezones.php | |
/** | |
* The root directory where the repos live. | |
* | |
* @var string | |
*/ | |
$root_dir = '/your/root/dir/'; |
View disposable-email-provider-domains
0815.ru | |
0wnd.net | |
0wnd.org | |
10minutemail.co.za | |
10minutemail.com | |
123-m.com | |
1fsdfdsfsdf.tk | |
1pad.de | |
20minutemail.com | |
21cn.com |