This guide is based on the official Archlinux [Installation Guide][1], [Beginners' Guide][2] and my personal experience.
| HDD | fs | size | mountpoint |
|---|---|---|---|
| /dev/sda1 | LUKS | MAX | - |
| /dev/sda1 | LVM | MAX | /dev/mapper/lvm |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| #!/bin/bash | |
| # Make API request and extract the IP addresses from the "hoprd_api_endpoint" field | |
| ips=( $(curl --silent --request GET --url https://staging.discovery.rpch.tech/api/v1/node?status=READY | jq -r '.[].hoprd_api_endpoint | sub("http://"; "") | sub(":[0-9]*$"; "")') ) | |
| # Path to SSH private key for authentication | |
| private_key_path=".ssh/id_rsa" | |
| # Loop through the remote hosts and run the script on each one | |
| for ip in "${ips[@]}" |
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
LLM models used as an external resource offer multiple disadvantages:
An approach, whereby LLM models and deployed, fine-tuned and utilized locally (on-premise) allows: