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

- diff --git a/linux/.bash_aliases b/linux/.bash_aliases old mode 100644 new mode 100755 index 10cc7da..39d71bc --- a/linux/.bash_aliases +++ b/linux/.bash_aliases @@ -10,9 +10,6 @@ fi alias cd..='cd ..' alias mkdir='mkdir -pv' -if git --version &> /dev/null; then - alias git-root='cd "$(git rev-parse --show-toplevel)"' -fi if hugo version &> /dev/null; then alias hubu='hugo -v --cleanDestinationDir --gc --minify' @@ -21,3 +18,7 @@ fi if git --version &> /dev/null; then alias git-root='cd "$(git rev-parse --show-toplevel)"' fi + +alias bashrc="vim ~/.bashrc && source ~/.bashrc" + +alias duh='du -h -d 1 | sort -h' \ No newline at end of file diff --git a/linux/.bashrc b/linux/.bashrc old mode 100644 new mode 100755 index 7b189ea..a454eb2 --- a/linux/.bashrc +++ b/linux/.bashrc @@ -20,6 +20,10 @@ prepend_path() { append_path '/usr/local/bin/busybox' +export LC_ALL=en_US.UTF-8 +export LANG=en_US.UTF-8 +export EDITOR=vim + export HSTR_CONFIG=hicolor,raw-history-view # get more colors export HISTCONTROL=ignoreboth:erasedups # no duplicate entries diff --git a/linux/.gitconfig b/linux/.gitconfig old mode 100644 new mode 100755 diff --git a/linux/.profile b/linux/.profile old mode 100644 new mode 100755 diff --git a/linux/.tmux.conf b/linux/.tmux.conf old mode 100644 new mode 100755 index 1c474d8..9064e5e --- a/linux/.tmux.conf +++ b/linux/.tmux.conf @@ -1,6 +1,7 @@ # set -g default-terminal "tmux-256color" # Start numbering windows at 1 set -g base-index 1 +set-option -g mouse on set-option -g history-limit 125000 set-option -g status-style fg="#cccccc",bg="#444444" @@ -22,4 +23,3 @@ if-shell "test '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -ge 6 if-shell "test '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -ge 6 \)'" 'set -ga terminal-overrides ",screen-256color:Tc"' if-shell '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -lt 6\) -o #{$TMUX_VERSION_MAJOR} -le 1' 'set -g default-terminal "screen-256color"' - diff --git a/linux/.vimrc b/linux/.vimrc old mode 100644 new mode 100755 diff --git a/linux/XminiDeb/.ssh/id_ed25519.pub b/linux/XminiDeb/.ssh/id_ed25519.pub old mode 100644 new mode 100755 diff --git a/linux/authorized_keys_ b/linux/authorized_keys old mode 100644 new mode 100755 similarity index 55% rename from linux/authorized_keys_ rename to linux/authorized_keys index 4860c93..c78d1eb --- a/linux/authorized_keys_ +++ b/linux/authorized_keys @@ -1,6 +1,2 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDMPc5AYRjZxcosRkVbcAHKQe/v/gzhY3v0tfzg/AxfX mark@x1y2deb11 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHnBOU1gMtpNIK4NfMFgqNg9POAkvH87B1ct7Mx6Z2Xe mark@deb-3vcpu-4gb-80gb-nbg-CPX21 -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKkpmRj1aAm6La6wqmmpi5we+IzfAmtjY/kDxPwkX2MV root@turris -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL9IVujib1D4Nqnny/pL3xlj/hssVJXlmtCL8+CgzwBz root@deb11-ax101 -ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCcCMe46fuCUoNuh+1GmjM31A0+KwvyhxWMSW1SkM0sliXHbc/+kg9UFrwihWzxDH5Ymn/AIue3dr8TuQzaCu5G9ShctlrwXS6fAZGn38DNkPdIBzhOOgENIH9ynB84ynieKYeGRrzeZgD+Wc5LW3Ilnr0OPqGO/Wz/52iooMT33a48b2+2wFeoGf9MSEoZOetOf67bOlhgv1sKe7Z8G8C3Uha7vhWIayKPX/Aw4bvG0dHiGD6j9kkF13JrROLp6gPaz+ate38uO2I/7wMbXXut+TDwebNa/W7UoHOxDjl4fcoURmKhw5dNkHAt8I8iiBbCabxPj0/+iRAujSnmToN mark@zbox-en760 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC7gBTAl2PB3zDzHp9Hz9P/WGHBNU3+sVYUBPj3WfOc0Dfo0O4+6F2dF697tl57YWwP6SePQQLiIRQJIpU7gYEf97XR9Y+ArrIn3BiZ2wgEbbTO/KQNZnpcGFYKU9oS5QQasp9ziKtpjItu9b9l6Wk4t3HGsM9j18F9AW/XwYBkdpZn41ZokqLWMcvZ/LwDgqkOL3k1YsBLBYnT0QTYTdvPwMO3sDEfYgeaOR5SnKKjeKLFZZIukrjUfrZ86MyyygBEBcak5P+x/6OYc+1Q3IyevG7+wRCIV44Ja92g6x3w8A5N1+LDa/jCrzMt6P3gz31IejwmT+hIbCebM3wcdihBT95hu+pNABBpXSvXZIPbz1F93bs/pScresfCnAMjzfPLxA2O8QOnWIVXDZBXe67wxPJtqA8eL1rRzy3GF01fKHjSVB+sX2YnHAcS+N335z6srQHbg9fZLcmsUXZ26FQNEiYWw/92jiYq4eefv/gFOUpzukWyB0rI5KfAsaZ/ZvGb+ugFqBiO0Jixlyd12qi+ekbLTx4f8oc4P2mtv761F6LFPEU1HDnagfgjf9kwo4sZ6gEYPKDaZVwlQqiTsO/7C8QMFDrKG0mzDqqKf0i7S/NjgYvJIA/o4j5Q3Med3txA8Jq32eN/zOzNIXkJh76Im6Exhfqv0U2MIKnz7XRh4Q== mark@MB12Mark.local \ No newline at end of file diff --git a/linux/bin_amd64/tmux-mem-cpu-load b/linux/bin_amd64/tmux-mem-cpu-load index abc6bca..26ad0ea 100755 Binary files a/linux/bin_amd64/tmux-mem-cpu-load and b/linux/bin_amd64/tmux-mem-cpu-load differ diff --git a/linux/deb11-ax61/.bash_aliases b/linux/deb11-ax61/.bash_aliases old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.bashrc b/linux/deb11-ax61/.bashrc old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.gitconfig b/linux/deb11-ax61/.gitconfig old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.profile b/linux/deb11-ax61/.profile old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.ssh/authorized_keys b/linux/deb11-ax61/.ssh/authorized_keys old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.ssh/id_ed25519.pub b/linux/deb11-ax61/.ssh/id_ed25519.pub old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.ssh/id_rsa.pub b/linux/deb11-ax61/.ssh/id_rsa.pub old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.tmux.conf b/linux/deb11-ax61/.tmux.conf old mode 100644 new mode 100755 diff --git a/linux/deb11-ax61/.vimrc b/linux/deb11-ax61/.vimrc old mode 100644 new mode 100755 diff --git a/linux/deb11-vps/.bashrc b/linux/deb11-vps/.bashrc old mode 100644 new mode 100755 diff --git a/linux/deb11-vps/.profile b/linux/deb11-vps/.profile old mode 100644 new mode 100755 diff --git a/linux/deb11-vps/.ssh/authorized_keys b/linux/deb11-vps/.ssh/authorized_keys old mode 100644 new mode 100755 diff --git a/linux/deb11-vps/.ssh/id_ed25519.pub b/linux/deb11-vps/.ssh/id_ed25519.pub old mode 100644 new mode 100755 diff --git a/linux/deb11-vps/.tmux.conf b/linux/deb11-vps/.tmux.conf old mode 100644 new mode 100755 diff --git a/linux/deb11-vps/.vimrc b/linux/deb11-vps/.vimrc old mode 100644 new mode 100755 diff --git a/linux/deb11-x1y2/.bash_aliases b/linux/deb11-x1y2/.bash_aliases old mode 100644 new mode 100755 diff --git a/linux/deb11-x1y2/.bashrc b/linux/deb11-x1y2/.bashrc old mode 100644 new mode 100755 diff --git a/linux/deb11-x1y2/.gitconfig b/linux/deb11-x1y2/.gitconfig old mode 100644 new mode 100755 diff --git a/linux/deb11-x1y2/.ssh/config b/linux/deb11-x1y2/.ssh/config old mode 100644 new mode 100755 diff --git a/linux/deb11-x1y2/.ssh/id_ed25519.pub b/linux/deb11-x1y2/.ssh/id_ed25519.pub old mode 100644 new mode 100755 diff --git a/linux/deb11-x1y2/.tmux.conf b/linux/deb11-x1y2/.tmux.conf old mode 100644 new mode 100755 diff --git a/linux/deb11-x1y2/.vimrc b/linux/deb11-x1y2/.vimrc old mode 100644 new mode 100755 diff --git a/linux/dosmo/.bashrc b/linux/dosmo/.bashrc old mode 100644 new mode 100755 diff --git a/linux/dosmo/.profile b/linux/dosmo/.profile old mode 100644 new mode 100755 diff --git a/linux/dosmo/.ssh/authorized_keys b/linux/dosmo/.ssh/authorized_keys old mode 100644 new mode 100755 diff --git a/linux/dosmo/.ssh/id_ed25519.pub b/linux/dosmo/.ssh/id_ed25519.pub old mode 100644 new mode 100755 diff --git a/linux/dosmo/.ssh/id_rsa.pub b/linux/dosmo/.ssh/id_rsa.pub old mode 100644 new mode 100755 diff --git a/linux/dosmo/.tmux.conf b/linux/dosmo/.tmux.conf old mode 100644 new mode 100755 diff --git a/linux/dosmo/.vimrc b/linux/dosmo/.vimrc old mode 100644 new mode 100755 diff --git a/macOS/.bash_profile b/macOS/.bash_profile old mode 100644 new mode 100755 diff --git a/macOS/.bashrc b/macOS/.bashrc old mode 100644 new mode 100755 diff --git a/macOS/.gitconfig b/macOS/.gitconfig old mode 100644 new mode 100755 diff --git a/macOS/.profile b/macOS/.profile old mode 100644 new mode 100755 diff --git a/macOS/.ssh/authorized_keys b/macOS/.ssh/authorized_keys old mode 100644 new mode 100755 diff --git a/macOS/.ssh/config b/macOS/.ssh/config old mode 100644 new mode 100755 diff --git a/macOS/.ssh/id_ed25519_dosmo-desig.pub b/macOS/.ssh/id_ed25519_dosmo-desig.pub old mode 100644 new mode 100755 diff --git a/macOS/.ssh/id_rsa.pub b/macOS/.ssh/id_rsa.pub old mode 100644 new mode 100755 diff --git a/macOS/.tmux.conf b/macOS/.tmux.conf old mode 100644 new mode 100755 diff --git a/macOS/.vimrc b/macOS/.vimrc old mode 100644 new mode 100755