Changes between Version 12 and Version 13 of Docs/825gen2/Dev


Ignore:
Timestamp:
11/29/23 08:16:38 (12 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev

    v12 v13  
    33=== SSH ===
    44
    5 SSH (**S**ecure **SH**ell) is very useful for development on the 825gen2.
    6 
    7 From a PC on the same network as the 825 you may use a Command Prompt or !PowerShell window and type: "ssh admin@<ip_address_of_825>" such as:
    8 
    9 {{{
    10 PS C:\> ssh admin@10.1.2.230
    11 admin@10.1.2.230's password:
    12 card825gen2:~$
    13 }}}
    14 
    15 You will then have access to the terminal to run commands on the 825. For example "free -h" shows information about the 825 RAM memory usage.
    16 
    17 {{{
    18 card825gen2:~$ free -h
    19                total        used        free      shared  buff/cache   available
    20 Mem:           3.8Gi       441Mi       3.2Gi        19Mi       202Mi       3.2Gi
    21 Swap:             0B          0B          0B
    22 }}}
    235
    246