From 4bd5a8afd509123785162b53efba9236918a4540 Mon Sep 17 00:00:00 2001
From: Mark Schmitz
Date: Sat, 15 Mar 2025 13:14:07 +0100
Subject: [PATCH] upd and cleanup in root dir, upd. tmux-mem-cpu-load
---
.gitignore | 0
LICENSE | 0
README.md | 0
index.html | 267 +++-----------------
linux/.bash_aliases | 7 +-
linux/.bashrc | 4 +
linux/.gitconfig | 0
linux/.profile | 0
linux/.tmux.conf | 2 +-
linux/.vimrc | 0
linux/XminiDeb/.ssh/id_ed25519.pub | 0
linux/{authorized_keys_ => authorized_keys} | 4 -
linux/bin_amd64/tmux-mem-cpu-load | Bin 38992 -> 54776 bytes
linux/deb11-ax61/.bash_aliases | 0
linux/deb11-ax61/.bashrc | 0
linux/deb11-ax61/.gitconfig | 0
linux/deb11-ax61/.profile | 0
linux/deb11-ax61/.ssh/authorized_keys | 0
linux/deb11-ax61/.ssh/id_ed25519.pub | 0
linux/deb11-ax61/.ssh/id_rsa.pub | 0
linux/deb11-ax61/.tmux.conf | 0
linux/deb11-ax61/.vimrc | 0
linux/deb11-vps/.bashrc | 0
linux/deb11-vps/.profile | 0
linux/deb11-vps/.ssh/authorized_keys | 0
linux/deb11-vps/.ssh/id_ed25519.pub | 0
linux/deb11-vps/.tmux.conf | 0
linux/deb11-vps/.vimrc | 0
linux/deb11-x1y2/.bash_aliases | 0
linux/deb11-x1y2/.bashrc | 0
linux/deb11-x1y2/.gitconfig | 0
linux/deb11-x1y2/.ssh/config | 0
linux/deb11-x1y2/.ssh/id_ed25519.pub | 0
linux/deb11-x1y2/.tmux.conf | 0
linux/deb11-x1y2/.vimrc | 0
linux/dosmo/.bashrc | 0
linux/dosmo/.profile | 0
linux/dosmo/.ssh/authorized_keys | 0
linux/dosmo/.ssh/id_ed25519.pub | 0
linux/dosmo/.ssh/id_rsa.pub | 0
linux/dosmo/.tmux.conf | 0
linux/dosmo/.vimrc | 0
macOS/.bash_profile | 0
macOS/.bashrc | 0
macOS/.gitconfig | 0
macOS/.profile | 0
macOS/.ssh/authorized_keys | 0
macOS/.ssh/config | 0
macOS/.ssh/id_ed25519_dosmo-desig.pub | 0
macOS/.ssh/id_rsa.pub | 0
macOS/.tmux.conf | 0
macOS/.vimrc | 0
52 files changed, 43 insertions(+), 241 deletions(-)
mode change 100644 => 100755 .gitignore
mode change 100644 => 100755 LICENSE
mode change 100644 => 100755 README.md
mode change 100644 => 100755 index.html
mode change 100644 => 100755 linux/.bash_aliases
mode change 100644 => 100755 linux/.bashrc
mode change 100644 => 100755 linux/.gitconfig
mode change 100644 => 100755 linux/.profile
mode change 100644 => 100755 linux/.tmux.conf
mode change 100644 => 100755 linux/.vimrc
mode change 100644 => 100755 linux/XminiDeb/.ssh/id_ed25519.pub
rename linux/{authorized_keys_ => authorized_keys} (55%)
mode change 100644 => 100755
mode change 100644 => 100755 linux/deb11-ax61/.bash_aliases
mode change 100644 => 100755 linux/deb11-ax61/.bashrc
mode change 100644 => 100755 linux/deb11-ax61/.gitconfig
mode change 100644 => 100755 linux/deb11-ax61/.profile
mode change 100644 => 100755 linux/deb11-ax61/.ssh/authorized_keys
mode change 100644 => 100755 linux/deb11-ax61/.ssh/id_ed25519.pub
mode change 100644 => 100755 linux/deb11-ax61/.ssh/id_rsa.pub
mode change 100644 => 100755 linux/deb11-ax61/.tmux.conf
mode change 100644 => 100755 linux/deb11-ax61/.vimrc
mode change 100644 => 100755 linux/deb11-vps/.bashrc
mode change 100644 => 100755 linux/deb11-vps/.profile
mode change 100644 => 100755 linux/deb11-vps/.ssh/authorized_keys
mode change 100644 => 100755 linux/deb11-vps/.ssh/id_ed25519.pub
mode change 100644 => 100755 linux/deb11-vps/.tmux.conf
mode change 100644 => 100755 linux/deb11-vps/.vimrc
mode change 100644 => 100755 linux/deb11-x1y2/.bash_aliases
mode change 100644 => 100755 linux/deb11-x1y2/.bashrc
mode change 100644 => 100755 linux/deb11-x1y2/.gitconfig
mode change 100644 => 100755 linux/deb11-x1y2/.ssh/config
mode change 100644 => 100755 linux/deb11-x1y2/.ssh/id_ed25519.pub
mode change 100644 => 100755 linux/deb11-x1y2/.tmux.conf
mode change 100644 => 100755 linux/deb11-x1y2/.vimrc
mode change 100644 => 100755 linux/dosmo/.bashrc
mode change 100644 => 100755 linux/dosmo/.profile
mode change 100644 => 100755 linux/dosmo/.ssh/authorized_keys
mode change 100644 => 100755 linux/dosmo/.ssh/id_ed25519.pub
mode change 100644 => 100755 linux/dosmo/.ssh/id_rsa.pub
mode change 100644 => 100755 linux/dosmo/.tmux.conf
mode change 100644 => 100755 linux/dosmo/.vimrc
mode change 100644 => 100755 macOS/.bash_profile
mode change 100644 => 100755 macOS/.bashrc
mode change 100644 => 100755 macOS/.gitconfig
mode change 100644 => 100755 macOS/.profile
mode change 100644 => 100755 macOS/.ssh/authorized_keys
mode change 100644 => 100755 macOS/.ssh/config
mode change 100644 => 100755 macOS/.ssh/id_ed25519_dosmo-desig.pub
mode change 100644 => 100755 macOS/.ssh/id_rsa.pub
mode change 100644 => 100755 macOS/.tmux.conf
mode change 100644 => 100755 macOS/.vimrc
diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/index.html b/index.html
old mode 100644
new mode 100755
index 099d81f..fd8cc0e
--- a/index.html
+++ b/index.html
@@ -3,252 +3,53 @@
-
+
Directory Tree
Directory Tree
- .
- ├── [ 746] .gitignore
- ├── [ 17K] LICENSE
- ├── [ 37] README.md
- ├── [8.7K] index.html
- ├── [ 160] linux
- │ ├── [ 288] deb11-ax61
- │ │ ├── [ 417] .bash_aliases
- │ │ ├── [4.5K] .bashrc
- │ │ ├── [ 211] .gitconfig
- │ │ ├── [ 161] .profile
- │ │ ├── [ 160] .ssh
- │ │ │ ├── [1.2K] authorized_keys
- │ │ │ ├── [ 100] id_ed25519.pub
- │ │ │ └── [ 759] id_rsa.pub
- │ │ ├── [ 659] .tmux.conf
- │ │ └── [4.0K] .vimrc
- │ ├── [ 224] deb11-vps
- │ │ ├── [4.9K] .bashrc
- │ │ ├── [ 148] .profile
- │ │ ├── [ 128] .ssh
- │ │ │ ├── [ 934] authorized_keys
- │ │ │ └── [ 115] id_ed25519.pub
- │ │ ├── [1.1K] .tmux.conf
- │ │ └── [4.0K] .vimrc
- │ └── [ 224] dosmo
- │ ├── [5.3K] .bashrc
- │ ├── [ 148] .profile
- │ ├── [ 160] .ssh
- │ │ ├── [1.3K] authorized_keys
- │ │ ├── [ 107] id_ed25519.pub
- │ │ └── [ 751] id_rsa.pub
- │ ├── [1.1K] .tmux.conf
- │ └── [4.0K] .vimrc
- ├── [ 288] macOS
- │ ├── [1.4K] .bash_profile
- │ ├── [4.8K] .bashrc
- │ ├── [ 718] .gitconfig
- │ ├── [ 21] .profile
- │ ├── [ 192] .ssh
- │ │ ├── [ 762] authorized_keys
- │ │ ├── [ 964] config
- │ │ ├── [ 106] id_ed25519_dosmo-desig.pub
- │ │ └── [ 745] id_rsa.pub
- │ ├── [1.1K] .tmux.conf
- │ └── [4.0K] .vimrc
- └── [6.6K] test.html
-
-
-
+[ 320] .
+[ 17K] ./LICENSE
+[ 37] ./README.md
+[ 0] ./index.html
+[ 512] ./linux
+[ 96] ./linux/XminiDeb
+[ 859] ./linux/authorized_keys
+[ 96] ./linux/bin_amd64
+[ 53K] ./linux/bin_amd64/tmux-mem-cpu-load
+[ 288] ./linux/deb11-ax61
+[ 224] ./linux/deb11-vps
+[ 256] ./linux/deb11-x1y2
+[ 224] ./linux/dosmo
+[ 288] ./macOS
+
-9 directories, 37 files
-
-
+9 directories, 5 files
+
+
- tree v1.8.0 © 1996 - 2018 by Steve Baker and Thomas Moore
+ tree v2.2.1 © 1996 - 2024 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-