From a880d1eb9cd56d3423a5b7fd32725f032e75e540 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Thu, 15 May 2025 15:29:45 -0700 Subject: add readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 277a71b..d6c06f1 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,22 @@ usage # use default ssh destination remote_plot # use another ssh destination -remote_plot -d 10.0.0.7 +remote_plot -d username@10.0.0.7 # run locally remote_plot -l ``` +Raspberry pi (Debian 12 bookworm) needed pkgs: +- plplot-driver-cairo +- libgtk-4-dev +- libssh-dev +- libplplot-dev + +Arch Linux needed pkgs: +- libssh +- gtk4 +- aur/plplot + Infrastructure configs, some maybe included in pi_config dir - I prefer manage infrastructure configs using my [cfg](https://git.flylightning.xyz/fsh/tree/sh/cfg) script, but that script is my personal project and I don't want to force people to use that, so I include those config files in this repo and I did not manage it with my cfg script on raspberry pi. - raspberry pi @@ -28,6 +39,7 @@ Infrastructure configs, some maybe included in pi_config dir - /etc/NetworkManager/system-connections/wg0.nmconnection, networkmanager wireguard config imported from wireguard config - /etc/modules-load.d/wireguard.conf autostart load wireguard kernel module, see - /etc/nftables.conf nftables firewall configs + - ~/.ssh/know_hosts remote plot default use ssh public key authentication so you need to add your ssh public key to this file or via something like `ssh-copy-id Spartan_Racing_Charger@10.0.0.9` - server and laptop: - wireguard related configs - files in /etc/wireguard, see below @@ -103,3 +115,6 @@ remote_plot future improvements - Better way to manage infrastructure code - More touch screen friendly - More platform independent + +On raspberry pi, I saved some temporary files I used to work on like git repos in ~/test. Those files can be cleaned if you want. + -- cgit v1.2.3-70-g09d2