Raspberry Pi4 B (4GB RAM) for OpenCV

Raspberry Pi4 B
Experimental Setup
Experimental Setup

  1. Raspberry Pi4 Model B 4GB: RASPBERRY-PI-4B-4G
  2. MicroSD 32GB: SanDisk SDHC Extreme Pro 32GB
  3. 7 inch Touch Screen Display: DS-RPI-7
  4. Case SmartPi Touch2: HD-CASE-STV2
  5. Adaptor 5V 3A: AD-5-3-USBC-EU
  6. Raspi Camera (Infrared sensitive): Pi NoIR Camera V2

Ref:

Jekyll ดีเปล่า?

ทำตามนี้เลย Step by Step Tutorial แต่รันบน Ubuntu (bash on WSL2)

    1. Installation Guide –> Installation via Bash on Windows 10
      Ref: Windows Subsystem for Linux Installation Guide for Windows 10
    2. Quickstart (Create a blog)
      • Create a new Jekyll site at ./Incomplete by following –> Instructions (use “Incomplete” instead of “myblog”)
    3. Step by Step Tutorial (Create a site)

setting-up-a-github-pages-site-with-jekyll

Others:

Other Refs for zsh (upgrading from Bash to Z-shell):

บทความต่างๆ

Emacs on WSL2

Ref:
Check version of Ubuntu by command $ lsb_release -a
Switching from zsh to bash terminal by $ exec bash
or $ exec zsh

Additional …