curl 'https://dlcdnets.asus.com/pub/ASUS/wireless/USB-BT400/DR_USB_BT400_1201710_Windows.zip' \
-o bt400-driver.zip
Driver & tools for bt400 can be found here
Plug device and do
curl 'https://dlcdnets.asus.com/pub/ASUS/wireless/USB-BT400/DR_USB_BT400_1201710_Windows.zip' \
-o bt400-driver.zip
Driver & tools for bt400 can be found here
Plug device and do
#!/bin/bash | |
# Forticlient SSL VPN Client / expect | |
# -------------------------------------------- | |
# CONFIGURATION | |
FORTICLIENT_PATH="" |
{ | |
"info" : { | |
"buildId" : "20161128.7", | |
"buildDate" : "2016-11-28 14:01:33Z", | |
"commitHash" : "5a0bf8b4c25b897f0dee3c7e315422e96a182472", | |
"deployDate" : "2016-11-28 14:03:44Z", | |
"error" : null | |
}, | |
"dependencies" : [{ | |
"name" : "Api1", |
#!/usr/bin/env bash | |
## Alias GAuth to copy current to clipboard | |
function gauth() { | |
[ ! -z "${1}" ] && { | |
/Users/$(whoami)/go/bin/gauth |grep -i "aws ${1}" |sed 's/AWS //' |awk '{print$3}' |pbcopy | |
echo -e "Copied $(pbpaste) clipboard!" | |
} || { | |
/Users/$(whoami)/go/bin/gauth | |
} |
Ansible playbook to setup HTTPS using Let's encrypt on nginx. | |
The Ansible playbook installs everything needed to serve static files from a nginx server over HTTPS. | |
The server pass A rating on [SSL Labs](https://www.ssllabs.com/). | |
To use: | |
1. Install [Ansible](https://www.ansible.com/) | |
2. Setup an Ubuntu 16.04 server accessible over ssh | |
3. Create `/etc/ansible/hosts` according to template below and change example.com to your domain | |
4. Copy the rest of the files to an empty directory (`playbook.yml` in the root of that folder and the rest in the `templates` subfolder) |
JAVA_HOME=/usr/lib/jvm/java-7-oracle/ mvn org.apache.maven.plugins:maven-release-plugin:2.5:prepare |
This is a Dashing widget that is based on the Dashing GitHub Stats widget. This widget displays Last Activity, Open Issues, Open Pulls, Forks, and Watchers of a given set of BitBucket repositories.
dashing install 15a542122b198449903d
to copy the files into your dashing directory in place.bitbucket_rest_api
and actionview
gems to your Gemfile and run bundle install
data-id
value is the repository you want to display information for. An example is below.