This is a quickly thrown together list of all gaming consoles, devices, and even space probes, including the CPU, architecture, CPU clockspeed, and onboard memory of the device.
This section explains how to integrate Opengist into your Obsidian.md notes
OpenGist is a self-hosted solution that works in a similar manner to Github Gists, but with the added bonus that you control the entire site. It is great for private gist hosting, and also supports other users being able to register on your site and host their own gists. It also includes its own API, and is compatible with Github CLI (command-line)
This guide will not go into detailed instructions on how to install and configure an OpenGist server, however, you can use the buttons below for a very detailed set of instructions for getting started with your own self-hosted gist solution.
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
# # | |
# simple color table for compatible bash colors | |
# # | |
preview_colors() | |
{ | |
echo | |
echo " ANSI Standard Foreground Colors:" | |
for code in 30 31 32 33 34 35 36 37; do | |
printf " \033[${code}m%-15s\033[0m" "code ${code}" |
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
import { randomUUID } from "node:crypto"; | |
import * as os from "os"; | |
import Aigle from "aigle"; | |
import { UtilityProcess, utilityProcess } from "electron"; | |
import { compact, flatten, values } from "lodash"; | |
import { z } from "zod"; | |
import { trpc } from "../trpc"; | |
type ServerEntry = { | |
id: string; |
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
# # | |
# 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 |
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 | |
# 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 |
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
...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 |
This file has been truncated, but you can view the full file.
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
# # | |
# KM Player Ads | |
# # | |
0.0.0.0 player.kmpmedia.net | |
# # | |
# Fitgirl fakes | |
# # |
NewerOlder