Following the procedures below
https://gist.github.com/kun432/a8d7238c9c1fd738aed5f7d7771ba4a5
except:
- using LLMWhisperer as text extractor instead of Llama Parse
Following the procedures below
https://gist.github.com/kun432/a8d7238c9c1fd738aed5f7d7771ba4a5
except:
# This script will explain how to transfer a file to EC2 using SSM ONLY! | |
# You will need to have permission to run SSM commands on the target machine and have sudo access as well | |
# Infos | |
INSTANCE_ID=i-1234567890 | |
FILE_NAME=the_file.tar.gz | |
# Step 1: Run command on machine to install netcat and dump from port to filename | |
# < Start session |
The set
lines
set -euxo pipefail
is short for:set -e
set -u
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
git clone --bare git@github.com:usi-systems/easytrace.git