Notes - FreeShow

FreeShow is our free presentation software alternative to ProPresenter.

Template

  • For all the template, the default resolution should be 1920 x 1080 as of V1.3.9. The font size may look different if the resolution is not 1920 x 1080.
  • To change the background color of the textbox, you should go to the “item” tab.
  • Cloud sync: As long as both of your media folders are added in the drawer, and you have set up drive sync for the shows, it will automatically find any matching media file with the same name when it’s set as a slide background, regardless of the root path!

Edit

Keyboard Shotcuts

  • Split: Alt+Enter

Bible

How to create a bilingual Bible versions slides?

  • Select “NIV” and “新标点和合本” from the left panel of the scriptures drawer, right click and press “New collection”
  • Click on the collection “EN + CBCS” and select the verses
  • Select the Template “Scripture 2” for bilingual scriptures
  • Click New Show to make the selected bilingual scriptures as a show

freeshow bilingual bible version

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.

The charging time is approx. 2.5 hours.

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.
  • AJAX: the client repeatedly polls (or requests) a server for data. The client makes a request and waits for the server to respond with data. If no data is available, an empty response is returned.

How to Choose?

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’.
  • Deck: A ‘deck’ is a group of cards. Decks can contain other decks; Decks are best used to hold broad categories of cards
  • Notes & Fields:
  • Card Types

Tips

How to delete a card?

Browse > Right-click the card > Notes > Delete

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. In short:

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.
  • 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.

Notes - Hugo Relearn Theme Usage

Hugo Relearn theme works with a page tree structure to organize content: All contents are pages, which belong to other pages.

Create a new site

Create empty Hugo site

hugo new site rldoc
cd rldoc

Add Relearn theme

Using git submodule if you don’t have Go installed:

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.

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.