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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/bin/node', | |
1 verbose cli '/usr/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '--user', | |
1 verbose cli 'root', | |
1 verbose cli '-g', | |
1 verbose cli '--prefix', | |
1 verbose cli '/home/pjs/git/pkgbuilds/nodejs-decktape/pkg/nodejs-decktape/usr', | |
1 verbose cli '[email protected]' ] |
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
$USER=simon | |
sudo mkdir /data/$USER | |
sudo adduser $USER | |
pwgen 13 1 | |
sudo passwd $USER | |
sudo usermod -a -G data_users $USER |
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
{ | |
"child": { | |
"directory": "", | |
"height": 994, | |
"profile": "2b7c4080-0ddd-46c5-8f23-563fd3ba789d", | |
"readOnly": false, | |
"synchronizedInput": true, | |
"type": "Terminal", | |
"uuid": "6669af26-ee09-4446-9932-e2f1c4ab6991", | |
"width": 1871 |
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
# 1.'-e' part: Replaces all level 2 headers and appends a ":" at the end of the line | |
# 2.'-e' part: Indents all bullet points with a whitespace | |
# 3.'-e' part: Removes all level 2 headers | |
# 4.'-e' part: For all level 1 headers, add linebreak and 80 hyphens (not strictly required but clean) | |
# 5.'-e' part: Remove all level 1 headers | |
sed -e '/^##/ s/$/:/' -e 's/^*/ */' -e 's/^## *//' -e "/^#/a\\--------------------------------------------------------------------------------" -e 's/^# *//' < NEWS.md > NEWS |
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
{ | |
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme", | |
"font_face": "Fira Sans", | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"tab_size": 2, |
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
Homebrew build logs for osgeo/osgeo4mac/gdal2 on macOS 10.12.6 | |
Build date: 2017-09-28 23:12:48 |
NewerOlder