- Navigate to your Personal Access Tokens
- Create a new Access Token with the following authorisations:
read:packages
write:packages
delete:packages
$ echo "aiwi8esgykxcu1t686p_7ea_l6abwc76vue0kecq" | docker login ghcr.io -u ccjmne --password-stdin
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>PEN: Kzarka Longsword • Enhancement Cost</title> | |
</head> |
/* | |
npm install --save-dev \ | |
eslint \ | |
eslint-config-airbnb-base \ | |
eslint-config-airbnb-typescript \ | |
@typescript-eslint/eslint-plugin \ | |
@typescript-eslint/parser | |
*/ | |
module.exports = { |
read:packages
write:packages
delete:packages
$ echo "aiwi8esgykxcu1t686p_7ea_l6abwc76vue0kecq" | docker login ghcr.io -u ccjmne --password-stdin
<?xml version="1.0" encoding="UTF-16"?> | |
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> | |
<RegistrationInfo> | |
<Date>2021-01-21T20:21:59.8544424</Date> | |
<Author>DESKTOP-H4OM6KP\Patricia</Author> | |
<URI>\Show me the puppies!</URI> | |
</RegistrationInfo> | |
<Triggers> | |
<LogonTrigger> | |
<Enabled>true</Enabled> |
Procedure for deploying all the services that support Amhydro's administration website.
22
, 80
and 443
open.3306
for direct database access.// ==UserScript== | |
// @name GitHub HTML Preview | |
// @namespace https://gist.github.com/ccjmne | |
// @version 2.0.0 | |
// @description Viualise any HTML content on GitHub | |
// @author ccjmne <[email protected]> (https://github.com/ccjmne) | |
// @include *://gist.github.com/* | |
// @include *://github.com/* | |
// @downloadURL https://gist.githubusercontent.com/ccjmne/82abdd715ca9cf96d86d9eaa4e6bb87e/raw/htmlpreview.github.user.js | |
// @grant none |
// ==UserScript== | |
// @name Google Search Hotkeys | |
// @namespace https://gist.github.com/ccjmne | |
// @version 2.0.0 | |
// @description Navigate results from Google seaches using arrow keys or numbers from 1 through 9, switch results tabs (Images, Videos, News...) using hotkeys, focus the search input field with forward-slash, and more! Use Shift-? for help. | |
// @author ccjmne <[email protected]> (https://github.com/ccjmne) | |
// @include *://www.google.tld/search* | |
// @downloadURL https://gist.githubusercontent.com/ccjmne/d1f25305d0fb437c4e922da7db840e27/raw/google-search-hotkeys.js | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name KissAnime playback rate controls | |
// @namespace https://gist.github.com/ccjmne | |
// @version 1.0.0-beta.4 | |
// @description Adds playback rate control buttons to KissAnime. Also triggers on shift->, shift-<. Changes shift-left & shift-right to go back / go forward 3s instead of a full minute. | |
// @author ccjmne | |
// @include *://kissanime.tld/* | |
// @downloadURL https://gist.githubusercontent.com/ccjmne/2ad0343fdc74983f8ad636f9f67f71d4/raw/kissanime-playback-rate-controls.js | |
// @grant none | |
// ==/UserScript== |