I hereby claim:
- I am paolomainardi on github.
- I am paolomainardi (https://keybase.io/paolomainardi) on keybase.
- I have a public key ASCZ4ksbbwBUgEnqNEG-mfI3JGaU6-jDVOjeqpO4dc9zdgo
To claim this, I am signing this object:
| { | |
| "input": { | |
| "blocklist": [], | |
| "compressor#0": { | |
| "attack": 5.0, | |
| "boost-amount": 6.0, | |
| "boost-threshold": -72.0, | |
| "bypass": false, | |
| "dry": -100.0, | |
| "hpf-frequency": 10.0, |
| # inspiration from here as I was looking for an alternative to balenaEtcher, Rufus and Unetbooting | |
| # | |
| # https://forums.balena.io/t/missing-partition-table-issue/175129/10 | |
| # | |
| # there is a single file sources/install.wim that is larger than 4GB | |
| # and the FAT32 file system has an issue with that, so we will use this | |
| # to split it into chunks that are less than 4 GB each | |
| brew install wimlib | |
| # check the file name of the ISO downloaded from microsoft.com |
I hereby claim:
To claim this, I am signing this object:
| 1. Create a new directory; | |
| mkdir Apple\ Enterprise | |
| cd Apple\ Enterprise | |
| 2. Generate a certificate signing request | |
| openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest | |
| 3. With the information like so (ensure you give it a password): | |
| Country Name (2 letter code) [AU]:GB | |
| State or Province Name (full name) [Some-State]:London |
I hereby claim:
To claim this, I am signing this object:
| Apache License | |
| Version 2.0, January 2004 | |
| http://www.apache.org/licenses/ | |
| TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | |
| 1. Definitions. | |
| "License" shall mean the terms and conditions for use, reproduction, |
| diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc | |
| index c8d6739..d07fccb 100644 | |
| --- a/includes/bootstrap.inc | |
| +++ b/includes/bootstrap.inc | |
| @@ -1132,7 +1132,11 @@ function _drupal_bootstrap($phase) { | |
| timer_start('page'); | |
| // Initialize the configuration | |
| conf_init(); | |
| - break; | |
| + |
| <?xml version='1.0' encoding='UTF-8'?> | |
| <hudson> | |
| <disabledAdministrativeMonitors> | |
| <string>hudson.diagnosis.ReverseProxySetupMonitor</string> | |
| <string>jenkins.security.s2m.MasterKillSwitchWarning</string> | |
| </disabledAdministrativeMonitors> | |
| <version>1.642.4</version> | |
| <numExecutors>0</numExecutors> | |
| <mode>EXCLUSIVE</mode> | |
| <useSecurity>true</useSecurity> |
| spark: | |
| projects: | |
| redmine_project_id: "sparktool-test-project" |
| % cat ~/.gitconfig ✭ | |
| [user] | |
| name = Paolo Mainardi | |
| email = [email protected] | |
| [push] | |
| default = simple | |
| [color] | |
| branch = auto | |
| diff = auto |