function sdk-switch-java() {
if [[ -z ${SDKMAN_DIR} ]]; then
echo >&2 "Error: $SDKMAN_DIR not set"
return 1
fi
if [[ $# -le 0 ]]; then
echo >&2 "Error: missing version argument"
return 1
fi
View nomifactory.service
This file contains 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
[Unit] | |
# curl -L -O https://github.com/tracer4b/nomi-ceu/releases/download/1.3.5/nomi-ceu-server-1.3.5.zip \ | |
# && mkdir -p /opt/server \ | |
# && unzip nomi-ceu-server-1.3.5.zip -d /opt/server \ | |
# && rm -f nomi-ceu-server-1.3.5.zip \ | |
# && echo "eula=true" > /opt/server/eula.txt \ | |
# && chown -R mc:mc /opt/server \ | |
# && systemctl daemon-reload \ | |
# && systemctl start nomi.service \ |
View Makefile
This file contains 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
help: | |
@grep -E '^[a-z.A-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | |
# test build requirements | |
REQUIRED_BINS := podman | |
$(foreach bin,$(REQUIRED_BINS),\ | |
$(if $(shell command -v $(bin) 2> /dev/null),$(),$(error please install missing build requirement: `$(bin)`))) | |
.ONESHELL: | |
# this will be evaluated to set the shell, even when not called explicitly |
View eigenstack.sh
This file contains 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
#!/usr/bin/env bash | |
set -o errexit | |
set -o pipefail | |
log() ( | |
echo >&2 "$*" | |
) | |
panic() ( |
View phrack-download.sh
This file contains 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
#!/usr/bin/env bash | |
set -exuo pipefail | |
latest_issue="70" | |
curl \ | |
--location \ | |
--remote-name \ | |
--progress-bar \ |
View sdkman_helper.md
View Redirector.json
This file contains 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
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2022-02-05T01:33:14.400Z", | |
"redirects": [ | |
{ | |
"description": "twitter.com -> nitter.net", | |
"exampleUrl": "https://twitter.com/foo", | |
"exampleResult": "https://nitter.net/foo", | |
"error": null, | |
"includePattern": "https://twitter.com/*", |
View firefox_addons.md
name | info | link |
---|---|---|
uBlock Origin | adblocker | addons.mozilla.org |
uMatrix | whitelist based script, iframe, etc. blocker | addons.mozilla.org |
SponsorBlock | skip youtube ads | addons.mozilla.org |
Consent-O-Matic | auto-deny gdpr consent | addons.mozilla.org |
LibRedirect | redirects to alternative frontends | addons.mozilla.org |
Tranquility Reader | zen mode for text articles | addons.mozilla.org |
Return Youtube Dislike | reenable youtube dislike counter | addons.mozilla.org |
Privacy Badger | block some trackers | [add |
View LICENSE.md
The Opinionated NonCommercial Public License (Draft)
Contributor: $name
Source Code: $address
Purpose
This license allows you to use and share this software for noncommercial purposes for free and to try this software for commercial purposes for thirty days.
View disable_automute.sh
This file contains 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
#!/usr/bin/env bash | |
sudo sed -e '/load-module module-role-cork/ s/^#*/#/' -i /etc/pulse/default.pa |
View malloc_maleficarum.txt
This file contains 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
The Malloc Maleficarum | |
From: "Phantasmal Phantasmagoria" <phantasmal () hush ai> | |
Date: Tue, 11 Oct 2005 10:14:02 -0700 | |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA1 | |
[-------------------------------- | |
The Malloc Maleficarum |
NewerOlder