TFTP (Trivial File Transfer Protocol) is a simple file transferring mechanism developed as a “lighter” version of FTP.
Instead of using the full TCP implementation, TFTP relies on the connectionless and simple UDP transport over port 69.
TFTP only allows unidirectional file transferring.
The TFTP server sends a block of data and waits for the acknowledgment before sending the next one.
It provides zero control and has low overhead.
TFTP uses a client/server communication model.
The original idea of creating TFTP was to provide booting for disk-less computers or workstations that didn’t have enough memory or disk.
These disk-less workstations usually do not have access to the full TCP/IP stack, so they need to obtain configuration information such as DHCP or BOOTP from another server.
It’s better to use Excel file which easy to edit and add/remove columns.
When using .csv file format, there should be at least two columns.
If you only need Email address, you can add a dumb column with ,NA at the end of each row when edited in IDE,
or add a sequence column(Seq,Email) when edited in Excel.
text-center: center the text inside the container row “r1”
justify-content-center: make all three columns “c1”, “c2”, and “c3” center as a group inside row “r2”; or make the button horizontal center inside column “r2”
d-flex align-items-center: make the button vertical center inside of the “c2” container; you can use align-items-start to move the button to the top of “c2” container
align-self-center: make the “c2” container as a whole to be center vertically inside column “r2” ;
The X-Forwarded-For (XFF) HTTP header is a de facto standard for identifying the originating IP address of a client
connecting to a web server through an HTTP proxy or load balancer.
// this works on the laptop
git stash
git pull
// If the above command doesn't work well,
// try to re-clone to a new folder
git clone --depth 1 https://github.com/AngangGuo/RLPath.git RLPath