From 14bd2310104d2910070b6e74b78ab27b74b0e3d6 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Fri, 8 Jan 2021 05:04:07 +0000 Subject: [PATCH 1/4] fix crontab for nuc. --- crontab/nuc_root_crontab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crontab/nuc_root_crontab b/crontab/nuc_root_crontab index f7ebc54..370a7ef 100644 --- a/crontab/nuc_root_crontab +++ b/crontab/nuc_root_crontab @@ -21,8 +21,8 @@ # # m h dom mon dow command -0 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./matrix_backup.sh -15 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./mastodon_backup.sh -0 6 * * 1 cd /home/shadow8t4/git/system-management/bash/ && ./mastodon_maintenance_weekly.sh -15 6 * * * cd /home/shadow8t4/git/system-management/bash/ && ./mastodon_maintenance_daily.sh +0 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./backups/matrix_backup.sh +15 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./backups/mastodon_backup.sh +0 6 * * 1 cd /home/shadow8t4/git/system-management/bash/ && ./mastodon/mastodon_maintenance_weekly.sh +15 6 * * * cd /home/shadow8t4/git/system-management/bash/ && ./mastodon/mastodon_maintenance_daily.sh From 85cf390489e9ea4694104199fea9421a59db8cc4 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Fri, 8 Jan 2021 05:07:49 +0000 Subject: [PATCH 2/4] update python install version. --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 107c7c3..8346744 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -21,7 +21,7 @@ export PATH="$HOME/.pyenv/bin:$PATH" export PATH="$HOME/.local/share:$PATH" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" -pyenv shell 3.8.0 +pyenv shell 3.9.0 # thefuck, needs to happen after pyenv export PATH="$HOME/.local/bin:$PATH" From a4715106b08a3872c301bfed3b62b9366eefb94c Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Fri, 8 Jan 2021 05:40:27 +0000 Subject: [PATCH 3/4] Update openjdk version --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 8346744..3e66a16 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -35,7 +35,7 @@ eval "$(nodenv init -)" export PATH=$PATH:$HOME/.cargo/bin # Set default-jdk as the active JDK -JDK_HOME=/usr/lib/jvm/java-11-openjdk-amd64 +JDK_HOME=/usr/lib/jvm/java-15-openjdk-amd64 JAVA_HOME=$JDK_HOME # ANTIGEN PLUGINS From 6ffe8c1ebcf4dd896a438621a74fab51815215e1 Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Fri, 8 Jan 2021 17:41:18 +0000 Subject: [PATCH 4/4] Update ssh config. --- ssh/ssh-config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ssh/ssh-config b/ssh/ssh-config index 383fb16..b2df832 100644 --- a/ssh/ssh-config +++ b/ssh/ssh-config @@ -18,6 +18,12 @@ Host shadow8t4-nas User shadow8t4 IdentityFile /home/shadow8t4/.ssh/id_ed25519 +# Raspi 4 alpha +Host shadow8t4-raspi4-alpha + HostName 192.168.1.208 + User shadow8t4 + IdentityFile /home/shadow8t4/.ssh/id_ed25519 + # NUC - Remote Host werefox-nuc HostName werefox.dev