Skip to content

Instantly share code, notes, and snippets.

@lainedfles
lainedfles / ssh-cipher-benchmark.sh
Last active September 25, 2024 10:54 — forked from joeharr4/ssh-cipher-benchmark.sh
Check speed of ssh cipher(s) on your system
#!/bin/bash
# ssh-cipher-benchmark.sh - Assesses speed of SSH encryption between specific hosts.
# Usage:
# ssh-cipher-benchmark.sh [script options] [cipher selection]
# Default ciphers: all we can find...
#
# Note: In some cases, the first cipher tested runs faster than the others, regardless of order.
# Cause of this is not known, but changing the order of testing shows it to be true. Run the
# first one twice if you suspect this. Perhaps it is due to buffering?
@lainedfles
lainedfles / Steam_Game_Idler_CLI-probablyraging-flavor_with_Android_Termux.md
Last active November 5, 2024 21:02
Steam Game Idler CLI (probablyraging flavor) with Android Termux

Steam Game Idler CLI (probablyraging flavor) with Android Termux

For a friend, you know who you are! Herein lies basic instructions enabling the use of steam-game-idler Android with Termux. Only the CLI is covered since I cannot yet get the WebUI working (at all).

Termux Installation

Read about Termux here.

  1. Install via GitHub, F-Droid, or GooglePlay (if you're feeling adventerous as it'a beta)
  2. Consider installing additional plugins like termux-styling and read the wiki!
  3. Open a Termux bash terminal.