Author: Kenn

  • Install Ubuntu on Raspberry Pi

    Install Ubuntu Insert the SD card to Raspberry Pi and turn on the switch. After while, the installation will finish automatically. Initial account Initial account of Ubuntu on Raspberry Pi is user name: ubuntu password: ubuntu Change the password For security issue, you should change the password as soon as possible. Update the system Update…

  • Raspberry Pi Imager for Ubuntu

    Download the Imager from the site. Download the Imager from the raspberrypi.org site. https://raspberrypi.org/software/ Install the Imager on Linux Install the Imager on Ubuntu. Run the Imager Insert a SD card to the PC and run the imager.

  • Markdown

    Heading <h> (#) Break <br> (2 spaces) Paragraph <p> (blank line) Horizontal Rules <hr> (—, ___, ***) Emphasis <em>,<strong> (*, _) Orderd List <ol> (1. ) Any numbers are acceptable. If all the numbers are set to 1, then numbers are automatically order properly. Unorderd List <ul> (+, -, *) Preformatted Text <pre> (4 Spaces,…