Skip to content

Instantly share code, notes, and snippets.

View HannesGitH's full-sized avatar
👽
Working from home

HannesH HannesGitH

👽
Working from home
View GitHub Profile
@HannesGitH
HannesGitH / aptilink-workaround.js
Created October 31, 2023 17:29
scammy iq test website that want you to pay after taking the test, all your answers are stored in cookies, extract them and use this script to get the resulting score anyway
@HannesGitH
HannesGitH / install_xmrig_termux.sh
Last active August 19, 2022 13:45
installing xmrig on android (on termux)
pkg install update && upgrade
pkg install -y git build-essential cmake libmicrohttpd libssl make
git clone https://github.com/xmrig/xmrig
cd xmrig
mkdir build
cd bulid
cmake -DWITH_HWLOC=OFF ..
#!/bin/bash
#this should be the directory where all the extensions are installed
EXT="$HOME/.local/share/code-server/extensions"
cd /tmp
ls $EXT | awk -F- '/latex-workshop/ {print $NF}' | while read VER; do
echo $VER