diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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 <https://wiki.archlinux.org/title/Kernel_module#systemd> - /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. + |