Notes - Power Automate

Tips Variable inside a message You can use a variable on its own: =ExcelData Or you can add the variable inside a message: The data is: ${ExcelData}.

Notes - FreeShow

FreeShow is our free presentation software alternative to ProPresenter. Edit Keyboard Shotcuts Split: Alt+Enter Bible How to create a bilingual Bible versions slides? Select “NIV”…

Notes - JVC Wireless Headphones

Charging Connect the charging cable provided to start charging. The indicator lights up in red, and charging starts. When charging is complete, the indicator goes out.

Notes - HTMX

AJAX vs SSE SSE: the client establishes a persistent and long-term connection with the server. The server uses this connection to send data to a client.

Notes - WinSCP

Why .csv file is opened in editor? The default action for double-click a file in server is to open it. If you double-click a .csv file on the server, it’ll be opened in editor instead of downloading.

How to Create a Bootable USB

Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.

Notes - Anki

Anki is a program which makes remembering things easy. Download Anki: apps.ankiweb.net Online manual: docs.ankiweb.net Concepts Card: A question and answer pair is called a ‘card’.

RL Working Notes

Printer How to reset Cannon MF236n printer? MF236n printer with Korean language display. The manual is too complicated to follow up. The easy way to reset it is to follow below video.

How to Set Up TFTP Server and Client

What is TFTP? 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.

Notes Mail Merge

See Use mail merge to send bulk email messages Prepare Email List It’s better to use Excel file which easy to edit and add/remove columns.…

How to set up eHosting account?

eHosting Mailbox Creating an eHosting Account You can create IMAP and POP3 Mailboxes in eHosting control panel. Login to https://ehosting.ca/service/ Email Management > Mailboxes > Create a new mailbox Email Address: andrew@agcfca.

Notes - Bootstrap

Examples Center Alignment 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…

How to Get Client IP Information?

Get client information How to get client IP address? 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.