The following shows a single gist with multiple notes
https://gist.github.com/Aetherinox/5143c674e9adea5b256f5f58fe54ffbc
# # | |
# Transfer.sh > Upload | |
# | |
# This alias allows you to push files to your transfer.sh server. | |
# Supports GPG encryption, and tar.gz or zip compression. | |
# | |
# Needs to be placed in | |
# /home/$USER/.bashrc | |
# After adding, refresh the file using: | |
# source /home/$USER/.bashrc |
#!/bin/bash | |
# This script is for Zorin!_OS 17 to download and install XRDP+XORGXRDP via source. | |
# | |
# Based on the following scripts: | |
# https://github.com/microsoft/linux-vm-tools/tree/master/ubuntu/18.04 | |
# https://github.com/microsoft/linux-vm-tools/pull/106 | |
# https://gist.github.com/phillipsj/a4b6e4a1070b4320ed19e061fe2dd83d | |
# https://gist.github.com/kaitwalla/9fbcef47c5ff2b58cd353ba3744be4e5 | |
# https://github.com/itsmebhavin/zorin-os-xrdp/blob/master/install.sh |
...rs/web/auth/oauth.go:128:SignInOAuthCallback() [E] UserSignIn: could not find a matching session for this request | |
...ls/avatars/avatar.go:120:LibravatarURL() [E] LibravatarService.FromEmail(email=29139614+renovate[bot]@users.noreply.github.com): error mail: missing '@' or angle-addr | |
...ls/avatars/avatar.go:120:LibravatarURL() [E] LibravatarService.FromEmail(email=29139614+renovate[bot]@users.noreply.github.com): error mail: missing '@' or angle-addr | |
...irror/mirror_pull.go:265:runSync() [E] SyncMirrors [repo: <Repository 279:demo/ssl-cert-generator>]: GetRemoteAddress Error fork/exec /usr/bin/git: no such file or directory | |
...ns/schedule_tasks.go:87:startTasks() [E] CreateScheduleTask: SetJob: yaml: line 18: did not find expected key | |
...ns/schedule_tasks.go:87:startTasks() [E] CreateScheduleTask: SetJob: yaml: line 18: did not find expected key | |
...ns/schedule_tasks.go:87:startTasks() [E] CreateScheduleTask: SetJob: yaml: line 18: did not find expected key | |
...ns/schedule_tasks.go:87:startTasks() [E] CreateS |
# # | |
# KM Player Ads | |
# # | |
0.0.0.0 player.kmpmedia.net | |
# # | |
# Fitgirl fakes | |
# # |
const arrPages = obj.pages; | |
html += "\n<details><summary>" + obj.name + "</summary>\n\n"; | |
Promise.all( arrPages.map( async ( pages ) => | |
{ | |
const page_path = pages.path; | |
const page_name = pages.name; | |
const page_label = pages.label; | |
const file_link = dv.fileLink( page_path, false, page_label ); | |
const file = p.file | |
const file_path = file.path; | |
const file_name = file.name; | |
const file_label = file.frontmatter.name || file.frontmatter.title || file.frontmatter.alias || file_name; |