From 155118d3acce911fae51ce26490ab51cf2546002 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 27 Apr 2022 18:26:24 +0000 Subject: [PATCH 1/5] update tmux notes and telnet info --- telnet.md | 4 ++++ tmux.md | 19 ++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 telnet.md diff --git a/telnet.md b/telnet.md new file mode 100644 index 0000000..d7c62e6 --- /dev/null +++ b/telnet.md @@ -0,0 +1,4 @@ +to connect pass the IP `telnet 10.45.10.20` +or just do `telnet` then do `open 10.45.10.20` +there should be an escape character specified like ctrl+] +then to quit telnet do `quit` diff --git a/tmux.md b/tmux.md index 2e3ab8a..6fe6e7a 100644 --- a/tmux.md +++ b/tmux.md @@ -2,22 +2,22 @@ panes ---------------------------------- -% = split pane right -" = split pane below -/ = switch panes -z = maximize/minimize pane -x = kill pane -Ctrl+B+ = resize +prefix + % = split pane right +prefix + " = split pane below +prefix + / = switch panes +prefix + z = maximize/minimize pane +prefix + x = kill pane +prefix + = resize windows ---------------------------------- -c = create new window -w = create window selection prompt +prefix + c = create new window +prefix + w = create window selection prompt prefix + , = rename window sessions ---------------------------------- -d = detach session +prefix + d = detach session tmux ls = list sesions tmux attach -t 0 = attach to session 0 @@ -40,5 +40,6 @@ plugins using tmux plugin manager to install tmux-resurrect plugin manager: https://github.com/tmux-plugins/tpm resurrect: https://github.com/tmux-plugins/tmux-resurrect +use + I to install plugins From 01f6aaa730c9d88bd0405b052a4845f61ab45c80 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 29 Apr 2022 14:50:56 +0000 Subject: [PATCH 2/5] free drag and drop --- html.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 html.md diff --git a/html.md b/html.md new file mode 100644 index 0000000..790caf1 --- /dev/null +++ b/html.md @@ -0,0 +1 @@ +https://bashooka.com/html/free-drag-drop-html-website-builders/ From 3f9ad4310ce32207da8329b79b58586cc148a472 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 4 May 2022 11:18:44 -0400 Subject: [PATCH 3/5] issue with windows 11 install --- windows.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 windows.md diff --git a/windows.md b/windows.md new file mode 100644 index 0000000..edbb961 --- /dev/null +++ b/windows.md @@ -0,0 +1,2 @@ +Windows 11 quick settings and notification area not working +https://support.microsoft.com/en-us/windows/how-to-open-notification-center-and-quick-settings-f8dc196e-82db-5d67-f55e-ba5586fbb038#WindowsVersion=Windows_11 From 22d66449e2789afc6f838f7d10cea11f502f452e Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 12 May 2022 08:25:21 -0400 Subject: [PATCH 4/5] repeat is slow --- windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows.md b/windows.md index edbb961..28b8653 100644 --- a/windows.md +++ b/windows.md @@ -1,2 +1,5 @@ Windows 11 quick settings and notification area not working https://support.microsoft.com/en-us/windows/how-to-open-notification-center-and-quick-settings-f8dc196e-82db-5d67-f55e-ba5586fbb038#WindowsVersion=Windows_11 + +Windows 11 keyboard repeat rate is slow +Control Panel -> Search "Keayboard" -> Click on "change cursor blink rate" -> repeat speed setting From 9d1f2192452920419c5b6979dd1830b9689564f5 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 16 May 2022 11:16:49 -0400 Subject: [PATCH 5/5] registry edits for windows 11 issues --- windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows.md b/windows.md index 28b8653..7914f92 100644 --- a/windows.md +++ b/windows.md @@ -3,3 +3,9 @@ https://support.microsoft.com/en-us/windows/how-to-open-notification-center-and- Windows 11 keyboard repeat rate is slow Control Panel -> Search "Keayboard" -> Click on "change cursor blink rate" -> repeat speed setting + +Windows 11 taskbar size +`regedit taskbarsi` + +Windows 11 Action Center disabled +`regedit Software -> Policies -> Microsoft -> Windows -> Explorer -> DisableNotificationCenter = 0`