Skip to content

Instantly share code, notes, and snippets.

View Aetherinox's full-sized avatar

Aetherinox Aetherinox

View GitHub Profile
@Aetherinox
Aetherinox / install-xrdp.sh
Created April 13, 2025 11:24 — forked from danawesome/install-xrdp.sh
Zorin OS 17 enhanced session install.sh
#!/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
@Aetherinox
Aetherinox / blue_topaz_overrides.css
Last active September 16, 2024 00:25
Obsidian: CSS Override
/* @settings
name: ⚙️ Blue Topaz (Aetherx Extras)
id: blue-topaz-theme-aetherx
settings:
-
id: atx-general
title: 1. General
description: General appearance settings
type: heading
level: 1
@Aetherinox
Aetherinox / dns_blocklist_3rdparty.txt
Last active September 14, 2024 05:13
Misc 3rd party blacklist
This file has been truncated, but you can view the full file.
# #
# KM Player Ads
# #
0.0.0.0 player.kmpmedia.net
# #
# Fitgirl fakes
# #
@Aetherinox
Aetherinox / Gistr Test.md
Created March 31, 2024 06:37
Gistr Test.md

Github Gist

The following shows a single gist with multiple notes

https://gist.github.com/Aetherinox/5143c674e9adea5b256f5f58fe54ffbc

This is a third larger file hosted on Github via the Gist service.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

@Aetherinox
Aetherinox / NPM - Yarn Commands.md
Created March 15, 2024 06:47
NPM - Yarn Commands.md

Comparing npm and Yarn Commands

Install dependencies

npm install => yarn 

Install a package

@Aetherinox
Aetherinox / NPM - Yarn Commands.md
Created March 15, 2024 06:47
NPM - Yarn Commands.md

Comparing npm and Yarn Commands

Install dependencies

npm install => yarn 

Install a package

@Aetherinox
Aetherinox / NPM - Yarn Commands.md
Created March 15, 2024 06:47
NPM - Yarn Commands.md

Comparing npm and Yarn Commands

Install dependencies

npm install => yarn 

Install a package

@Aetherinox
Aetherinox / obsidian_demo.js
Last active March 5, 2024 14:23
Obsidian Test
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 );