This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -o errtrace | |
set -o errexit | |
facter_version=$1 | |
puppet_version=$2 | |
target_volume=$3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi Gervais, | |
I am sorry for the delay, I have been too busy. | |
I found that the following code in dk.defxws.fgssolr.OperationsImpl | |
private void deletePid( | |
String pid, | |
String indexName, | |
StringBuffer resultXml) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gervais@🔑🍐 zulip-electron] (dev) $ npm install | |
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. | |
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. | |
npm WARN prefer global [email protected] should be installed with -g | |
> @paulcbetts/[email protected] install /Users/gervais/Development/GdeM/zulip-electron/node_modules/@paulcbetts/spellchecker | |
> node-gyp rebuild |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -z "$SUDO_COMMAND" ] | |
then | |
#echo -e "Only root can run this script.\nRelaunching script with sudo.\n" | |
sudo $0 $* | |
exit 0 | |
fi | |
HASS_VENV_PATH="/srv/homeassistant" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@public:/hs/svr_1# tree | |
. | |
├── admpriv.bin | |
├── admpub.bin | |
├── bdbje | |
│ ├── 00000000.jdb | |
│ ├── 00000001.jdb | |
│ ├── je.config.csv | |
│ ├── je.info.0 | |
│ ├── je.info.0.1 |