Skip to content

Instantly share code, notes, and snippets.

View cyrusdavid's full-sized avatar

Cyrus David cyrusdavid

  • Philippines
View GitHub Profile

MacOS

Download from here:

http://d.pr/f/QE3d

MD5: 59bab8f71f8c096cd3f72cd73851515d

Rename it to:

Client-side SSL

For excessively paranoid client authentication.

Using self-signed certificate.

Create a Certificate Authority root (which represents this server)

Organization & Common Name: Some human identifier for this server CA.

openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
// jshint node:true, latedef:nofunc
'use strict';
var flo = require('fb-flo'),
gulp = require('gulp'),
path = require('path'),
map = require('map-stream'),
minimatch = require('minimatch'),
lazypipe = require('lazypipe'),
rimraf = require('rimraf'),
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
</body>
<textarea id="make-color-demo"></textarea> <button id="make">Please</button>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://www.checkman.io/please/js/Please-compressed.js"></script>
<script src="script.js"></script>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>

Keybase proof

I hereby claim:

  • I am vohof on github.
  • I am vohof (https://keybase.io/vohof) on keybase.
  • I have a public key whose fingerprint is 36C1 F700 21AD 9307 ECD1 60B8 E55C 8142 290D AB13

To claim this, I am signing this object:

var Thin = require('./lib/thin.js');
var winston = require('winston');
var log = new (winston.Logger)({
transports: [ new winston.transports.Console() ]
});
var es = require('event-stream');
var proxy = new Thin();
proxy.use(function(req, res, next) {
console.log(req.headers);
# Maintainer: Oleg Rakhmanov < orakhmanov [at] gmail [dot] com >
pkgname=dkms-8188eu
pkgver=v4.1.4_6773
pkgrel=2
pkgdesc="Driver for Realtek RTL8188EU chipset wireless cards"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="http://www.realtek.com.tw/"
license=('GPL')
depends=('dkms' 'linux-headers')