The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.
New location: https://github.com/digitalknk/openclaw-runbook
- Streamlined narrative guide
- Copy-paste example templates
- VPS setup instructions
The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.
New location: https://github.com/digitalknk/openclaw-runbook
| #!/bin/bash | |
| # ssh-cipher-benchmark.sh - Assesses speed of SSH encryption between specific hosts. | |
| # Usage: | |
| # ssh-cipher-benchmark.sh <remotehost> [ciphers] | |
| # 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? |
| #!/bin/sh | |
| # Follow instructions here to enable dev mode and start VM | |
| # https://github.com/lstoll/cros-crostini/blob/master/README.md | |
| sudo apt-get update | |
| sudo apt-get install -y libasound2 libxss1 wget | |
| wget -qO- https://go.microsoft.com/fwlink/?LinkID=620884 | tar xvz | |
| # Launch code |
Follow these steps to remove all archives from an AWS vault. After this is finished, you will be able to delete the vault itself through the browser console.
This will create a job that collects required information about the vault.
$ aws glacier initiate-job --job-parameters '{"Type": "inventory-retrieval"}' --account-id YOUR_ACCOUNT_ID --region YOUR_REGION --vault-name YOUR_VAULT_NAME
Squid is a HTTP(S) caching proxy to reduce bandwidth and improves response times.
Data compression proxy is a http proxy by google aimming to reduce cellular data usage by gzip and webp (Yes, it will compress jpg, png and gif to webp).
rsync (Everyone seems to like -z, but it is much slower for me)