Skip to content

Instantly share code, notes, and snippets.

View pat-s's full-sized avatar

Patrick Schratz pat-s

View GitHub Profile
@pat-s
pat-s / gist:6b2af28e59ee49534ecc0de888843a14
Created September 14, 2018 11:09
decktape 2.8.9 building error
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 'decktape@2.8.9' ]
@pat-s
pat-s / create_new_server_user.sh
Created August 30, 2018 14:30
Creates a new server on a Unix server
$USER=simon
sudo mkdir /data/$USER
sudo adduser $USER
pwgen 13 1
sudo passwd $USER
sudo usermod -a -G data_users $USER
@pat-s
pat-s / 01_arch.json
Last active August 30, 2018 14:34
Tilix
{
"child": {
"directory": "",
"height": 994,
"profile": "2b7c4080-0ddd-46c5-8f23-563fd3ba789d",
"readOnly": false,
"synchronizedInput": true,
"type": "Terminal",
"uuid": "6669af26-ee09-4446-9932-e2f1c4ab6991",
"width": 1871
@pat-s
pat-s / convert_to_ascii_news.sh
Created March 20, 2018 21:53
Convert NEWS.md to ASCII NEWS for R packages
# 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
@pat-s
pat-s / gist:b6026fa370193b8ce260b0115903e022
Created March 16, 2018 16:55
SublimeText3 user settings
{
"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,
@pat-s
pat-s / # gdal2 - 2017-09-28_23-12-48.txt
Created September 28, 2017 21:19
gdal2 (osgeo/osgeo4mac/gdal2) on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for osgeo/osgeo4mac/gdal2 on macOS 10.12.6
Build date: 2017-09-28 23:12:48