This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
((dev) => { | |
"use strict"; | |
const fs = require('fs'); | |
const path = require('path'); | |
const express = require('express'); | |
const log_color = { | |
clear: "\x1b[0m", | |
read: "\x1b[34m", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=FastCGI mono server 4 | |
After=network.target | |
[Service] | |
Environment=MONO_IOMAP=all | |
EnvironmentFile= | |
Type=simple | |
ExecStart=/usr/bin/fastcgi-mono-server4 /applications=*:/:/srv/www/mvc/ /socket=tcp:127.0.0.1:9000 | |
User=www-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# create a new empty remote repository. | |
# | |
# Usage: git-create <remote-url> | |
# | |
if [ -z "$1" ] | |
then | |
echo "Usage: $0 <remote-url>" | |
echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script has moved to https://github.com/joelpurra/getdns-developer-support/tree/master/src/getdns-node/nan-upgrade | |
open 'https://github.com/joelpurra/getdns-developer-support/tree/master/src/getdns-node/nan-upgrade' |