I hereby claim:
- I am eyedeekay on github.
- I am eyedeekay (https://keybase.io/eyedeekay) on keybase.
- I have a public key ASCFHRCD111tTh9HNiRJ65wBaT2BB3BlFCNiMHQEQTK4pAo
To claim this, I am signing this object:
| cd "$HOME" | |
| mkdir -p "$HOME/RuneScape" | |
| cd "$HOME/RuneScape" || exit 1 | |
| tag_name=$(curl -s https://api.github.com/repos/runelite/launcher/releases/latest | jq -r .tag_name) | |
| wget -c https://github.com/runelite/launcher/releases/download/$tag_name/RuneLite.AppImage | |
| chmod +x RuneLite.AppImage | |
| path="$HOME/RuneScape/RuneLite.AppImage" | |
| ./RuneLite.AppImage --appimage-extract |
| #! /usr/bin/env bash | |
| # This is a gitlab anti-bot script for selfhosted instances. | |
| # It was used on i2pgit.org after a bot attack. | |
| # You **WILL** need to modify it for other instances. | |
| # You **WILL** need to set up an API key with very dangerous perms to use it. | |
| # It **WILL** break your shit in terrible, unfixable ways if you aren't very very careful. | |
| # You **SHOULD NEVER RUN THIS SCRIPT WITHOUT READING IT TWICE FIRST** | |
| # FOR REAL this is like a BIG RED BUTTON UNDER A BULLETPROOF GLASS CASE WITH TWO KEYS. | |
| # IN CASE OF BOT ARMY consider NOT using this thing but maybe if you really have to, then ask for help, then use it. |
I hereby claim:
To claim this, I am signing this object:
| #! /usr/bin/env sh | |
| # this script acts as a sort of proxy to a ShellService for starting | |
| # and stopping a docker container from the I2P UI. The loop will keep | |
| # going as long as docker ps returns true, retaining the same PID. | |
| # Check every 5 seconds | |
| shellservice_wd=$(pwd) | |
| shellservice_name=$(basename "$shellservice_wd") |
| #! /usr/bin/env sh | |
| # | |
| # This script is peculiar to my newsxml setup. | |
| # When I build my news, I build on my laptop first, then transfer the files over to the server using scp. | |
| # This way, the keys which are used to sign the news never leave the device where I do the signing. | |
| # They don't live on the server. | |
| # The SSH tunel server on my news server is down right now and I can't access it, so I need to copy the files another way. | |
| # I've asked someone with physical access to the server to run this script which will set up the newsfeed without the need me to use SSH. | |
| # | |
| # Copy-and-Paste the following line: |
| bg7kaiqjcqqeuuwb5nyo3ptcp5dgza7mihtizwqtnz2itombg6da.b32.i2p |
| #! /usr/bin/env sh | |
| PKG=$(basename $(pwd)) | |
| VERSION=$(head -n 1 debian/changelog | sed "s|$PKG (||g" | sed 's|).*||') | |
| DEBIANS="stable testing unstable experimental wheezy jessie stretch buster bullseye bookworm sid" | |
| debrepo="--mirror http://us.archive.ubuntu.com/ubuntu" |
I hereby claim:
To claim this, I am signing this object:
| > Configure project :android | |
| signing.properties found but some entries are missing | |
| > Task :core:compileJava UP-TO-DATE | |
| > Task :core:processResources UP-TO-DATE | |
| > Task :core:classes UP-TO-DATE | |
| > Task :core:jar UP-TO-DATE | |
| > Task :android:certificatesZip UP-TO-DATE | |
| > Task :android:copyI2PResources |