Skip to content

Instantly share code, notes, and snippets.

View patrickkelso's full-sized avatar

Patrick S. Kelso patrickkelso

View GitHub Profile
@picchietti
picchietti / _wireless.md
Last active March 21, 2024 17:37
Making a wireless router with an ASUS PCE-AC88 and Linux (Ubuntu 18.04 LTS)

Introduction

This project makes a wifi router out of an ASUS PCE-AC88 wireless adapter and your Ubuntu Linux computer that can exceed top of the line routers.

Instead of buying a gaming grade router or another computer that you install openWRT on, follow this project and put the savings towards upgrading your main computer or modem.

Add Adapter

The adapter needs to be added to a PCI slot and the wireless antenna needs to be connected to the adapter. If your computer does not detect it, you may need to re-seat the adapter in the slot. If you can't detect wireless networks after installing the firmware below then this is probably why.

Install Firmware for Adapter

For your computer to use the wifi adapter you need to add the missing firmware that Asus won't provide.

@kevin-lee
kevin-lee / InstallCert.java
Last active May 16, 2018 04:52
Tool to add an untrusted (self-signed) SSL certificate to JVM.
/*
* Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
@soumentrivedi
soumentrivedi / hiera.yaml
Created May 27, 2015 06:46
Hiera Eyaml - Separate encryption keys for every puppet environment
---
:backends:
- eyaml
- yaml
:hierarchy:
- "nodes/%{::clientcert}"
- common
:yaml:
:datadir: /git_source/puppet/environments/%{::environment}/hieradata