From 8b602c03636bc415a421eb8eb881438d49c2ed4d Mon Sep 17 00:00:00 2001 From: Narsty Date: Sun, 28 May 2023 10:31:17 -0500 Subject: [PATCH] Needs Testing --- Executions/Virtual Network Remote Access.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Executions/Virtual Network Remote Access.txt b/Executions/Virtual Network Remote Access.txt index 483f365..401bf0c 100644 --- a/Executions/Virtual Network Remote Access.txt +++ b/Executions/Virtual Network Remote Access.txt @@ -1,5 +1,17 @@ -REM Deletes the hidden folder ~/.copypasta -REM To be used with copy pasta script +REM VNC is a technology that allows you to remotely control another computer. +REM In this case, if the VNC server is started on a Mac, you can view +REM and control that Mac from another computer using a VNC viewer application. + + + +REM Creates a temporary directory called "phantom_vnc" in the "/tmp" directory and navigates into it. +REM Creates a script file called "vnc_start.sh", +REM which contains the command to start the MacOS built-in VNC server +REM creates another script "vnc_stop.sh" that contains a command to stop the VNC server. +REM It then changes the permissions of these files to be executable using the chmod command. +REM Executes the "vnc_start.sh" script to start the VNC server. +REM Finally, it clears the Terminal history and exits Terminal. + REM Author: Narsty