Skip to content

Instantly share code, notes, and snippets.

View knightfall's full-sized avatar

Sazid Hossain Banna knightfall

View GitHub Profile
@knightfall
knightfall / cors-nginx.conf
Created May 19, 2016 06:53 — forked from alexjs/cors-nginx.conf
Slightly tighter CORS config for nginx
#
# Slightly tighter CORS config for nginx
#
# A modification of https://gist.github.com/1064640/ to include a white-list of URLs
#
# Despite the W3C guidance suggesting that a list of origins can be passed as part of
# Access-Control-Allow-Origin headers, several browsers (well, at least Firefox)
# don't seem to play nicely with this.
#
@knightfall
knightfall / FreeNAS.md
Created November 12, 2016 04:38 — forked from jacobblock/FreeNAS.md
Ultimate FreeNAS Setup

FreeNAS

I started using FreeNAS in August 2013. It is fantastic piece of software and I have been really impressed by the upgrades just in the few months I've been using it. It looks like they recently went to a plugin system as of version 9 to make installing software easier for end users. I've ran into several issues related to plugins and user + group permissions so I decided to just use the available FreeBSD port system. After fiddling for a few days (now turned into months) I believe I have created something helpful for the community and anyone interested in picking up the port system. The sandbox nature of FreeNAS's jail system is especially helpful for playing around without having any consequence on your core system.

Here are straight-forward instructions to setting up a bunch of different software on FreeNAS. If you make a terrible error, just throw up another plugin sandbox and repeat.

ToC

var request = require('request');
var lel;
var res;
request('http://www.pluralsight.com', function (error, response, body) {
if (!error && response.statusCode === 200) {
// console.log(body) // Show the HTML for the Google homepage.
//console.log(response.statusCode + " " + response.statusMessage)
lel = body;
res = response.statusCode;
}
var socketio = require('socket.io');
var fs = require('fs');
var http = require('http');
var handler = function (req, res) {
fs.readFile(__dirname + '/index.html', function (err, data) {
if (err) {
res.writeHead(500);
return res.end('Error loading index.html');
@knightfall
knightfall / logformat.log
Last active November 20, 2016 04:32
NGINX ACCESS LOG format
103.222.21.21 [20/Nov/2016:10:24:42 +0600] GET "-" "/depot/253981/chunk/8e80a227699f8ca893edd49eb441f1f78cf70b03" OK 200 224 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cdn.edgecast.cs.steampowered.com" "-" "0.513" "0.351"
log_format main '$remote_addr [$time_local] $request_method "$uri" $request_completion $status $body_bytes_sent "$http_referer" "$http_user_agent" "$upstream_cache_status" "$host" "$http_range" "$request_time" "$upstream_response_time"';
@knightfall
knightfall / nginx-log-format
Last active November 20, 2016 13:26
Finalized log format for logstash parsing of NGINX log using grok
NGINX reverse proxy sample access log: 11.22.33.44 [20/Nov/2016:15:31:06 +0600] GET "/depot/359551/chunk/9b49d7a7b2fb193e0eb406ed17a500d210844bd7" "OK" 200 651616 "-" "Valve/Steam HTTP Client 1.0" "HIT" "valve285.steamcontent.com" "-" "0.000" "-"
NGINX reverse-proxy log format: log_format main '$remote_addr [$time_local] $request_method "$uri" $request_completion $status $body_bytes_sent "$http_referer" "$http_user_agent" "$upstream_cache_status" "$host" "$http_range" "$request_time" "$upstream_response_time"';
GROK format: %{IP:clientip} \[%{HTTPDATE:date}\] %{WORD:req_method} \"%{URIPATHPARAM:request}\" \"%{WORD:req_complete}\" %{NUMBER:http_status_code} %{NUMBER:bytes_sent} %{QS:referrer} %{QS:agent} \"%{WORD:upstream_cache_status}\" \"%{HOSTNAME:host}\" %{QS:http_range} %{QS:req_time} %{QS:res_time}
Sample default NGINX access log: 195.211.148.195 - - [20/Nov/2016:15:30:37 +0600] "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1" 404 580 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; .NET CL
@knightfall
knightfall / vulger.cfg
Last active February 3, 2017 17:02
List of vulger names
sex
s3x
pornster
pornst3r
porn$t3r
p0rnster
p0rn$ter
p0rn$t3r
chudi
fuck
@knightfall
knightfall / fatalerror.txt
Created April 20, 2017 08:36
windows fatal error c0x34 while applying update
reference: https://answers.microsoft.com/en-us/windows/forum/windows_7-system/fatal-error-c0000034-on-boot-after-service-pack-1/5f7127e8-9887-4f01-aaa5-9729b69544b7
cd /d C:\windows\system32\config
Rename the following files by typing the following:
ren default default.old
ren sam sam.old
ren security security.old
ren software software.old
ren system system.old
@knightfall
knightfall / nginx-pid-fix
Created October 7, 2017 09:08
Fixes nginx pid not found error in ubuntu
mkdir /etc/systemd/system/nginx.service.d
printf "[Service]\nExecStartPost=/bin/sleep 0.1\n" > /etc/systemd/system/nginx.service.d/override.conf
systemctl daemon-reload
systemctl restart nginx
{
"sqlite_file": "/var/lib/supergiant/development.db",
"ui_enabled": true,
"capacity_service_enabled": true,
"publish_host": "0.0.0.0",
"http_port": "8080",
"log_file": "/var/log/supergiant/development.log",
"log_level": "debug",
"node_sizes": {
"aws": [