From cca943f37de9240d42d45d084a7f63e0f5882683 Mon Sep 17 00:00:00 2001 From: Alexandr Sulimov Date: Sat, 29 Jul 2023 19:05:45 +0300 Subject: [PATCH] fix --- back_start.bat | 1 + history_for_print.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 back_start.bat create mode 100644 history_for_print.txt diff --git a/back_start.bat b/back_start.bat new file mode 100644 index 0000000..7665dd0 --- /dev/null +++ b/back_start.bat @@ -0,0 +1 @@ +dotnet watch run --project .\MyOffice.Web\ -lp "watch" -v \ No newline at end of file diff --git a/history_for_print.txt b/history_for_print.txt new file mode 100644 index 0000000..dfcca15 --- /dev/null +++ b/history_for_print.txt @@ -0,0 +1,17 @@ +allow run ps1 + Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass + +generate key (one time) + ssh-keygen + +copy to remote + ssh-copy-id root@192.168.1.215 + +connect without password + ssh root@192.168.1.215 + +wsl host folders + cd /mnt/d/WORK/MyOffice + +terminal history to file + history > history_for_print.txt