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