For excessively paranoid client authentication.
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
| @MapKey(name = "name") | |
| @OneToMany( | |
| cascade = ALL, | |
| fetch = LAZY, | |
| orphanRemoval = true, | |
| targetEntity = EmailNotifierImpl.class | |
| ) | |
| @Override | |
| @SortComparator(NamedComparator.class) | |
| public Set<EmailNotifier> getEmailNotifiers() | 
| SELECT | |
| * | |
| FROM | |
| ec_entity_change ec1 | |
| LEFT OUTER JOIN | |
| ec_pooled_string bp1 ON ec1.before_path_id = bp1.id | |
| LEFT OUTER JOIN | |
| ec_pooled_string ap1 ON ec1.after_path_id = ap1.id | |
| LEFT OUTER JOIN | |
| ec_pooled_string mc1 ON ec1.modified_column_names_id = mc1.id | 
| criteria.setComment("GetEntityChangeOperation"); | |
| criteria.setMaxResults(getChangeTrackingMaxRecords()); | |
| criteria.createAlias("changeHistoryRevision", "c"); | |
| criteria.add(sqlRestriction("id in (SELECT CASE WHEN ec1.descendant_change_id IS NULL THEN ec1.id ELSE ec2.id END id" + | |
| " FROM\n" + | |
| " ec_entity_change ec1\n" + | |
| " LEFT JOIN\n" + | |
| " ec_entity_change ec2 ON ec2.id = ec1.descendant_change_id)")); | 
| #!/bin/sh | |
| SERVER="http://localhost:8081" | |
| URL="$SERVER/nexus/service/local/artifact/maven/content" | |
| REPO="sandbox" | |
| USER="admin:admin123" | |
| group=$1 | |
| artifact=$2 | 
| --- | |
| # Set CHIP up as an airplay server. | |
| # Based on https://www.hackster.io/11798/c-h-i-p-play-speakers-7cebb9 | |
| # Note; you will still have to edit shairport-sync.conf to set the name | |
| - name: configure chips for iot shairport use | |
| hosts: shairport-chips | |
| become_user: root | 
| ## | |
| ## PG&E Green button data downloader | |
| ## | |
| ## @author Stephen Dawson-Haggerty <stevedh@eecs.berkeley.edu> | |
| ## | |
| ## Based on https://gist.github.com/3131346 and Andrew Krioukov's | |
| ## sMAPv1 PG&E driver for the old format of data. | |
| ## | |
| import os | 
For excessively paranoid client authentication.
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
| #!/bin/bash -e | |
| ln -s /usr/lib/x86_64-linux-gnu/amdgpu-pro . | |
| ln -s /etc/OpenCL . | |
| tar -czvf libs.tar.gz amdgpu-pro/* | |
| tar -czvf conf.tar.gz OpenCL/* | |
| cat > .dockerignore << EOF | |
| OpenCL | 
macOS: 10.13.3
WebDriver: 387.10.10.10.25.156
CUDA Toolkit: 9.1.128
cuDNN: 7
NVDAEGPUSupport: 6
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of