Difference between revisions of "Linux Tools"

From Pikes Peak Makerspace Wiki
Jump to navigation Jump to search
 
(73 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Level 1 badge.png|alt=Level 1 badge used at Pikes Peak Makerspace|left|frameless|100x100px|PPM MEMBER USE]]
 
 
 
'''Learn about the software that we have installed for all our members''' at Pikes Peak Makerspace (PPM).
 
'''Learn about the software that we have installed for all our members''' at Pikes Peak Makerspace (PPM).
 
<br>
 
<br>
 
<br>
 
<br>
 
+
[[File:Level 1 badge.png|alt=Level 1 badge used at Pikes Peak Makerspace|left|frameless|90x90px|PPM MEMBER USE]]
Use of software installed on PPM computers does not require any additional required training (Level 1).
+
Use of software installed on PPM Design Workstations or dedicated computers does not require any additional required training (Level 1).
 +
<br>
 +
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 +
{{Template:Contact Us}}
 +
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
<br>
 
<br>
[[File:Burst.png|alt=Welcome banner|right|frameless|250x250px]]
+
[[File:Burst.png|alt=burst of white rays on orange background|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]]
 +
 
 +
==Linux Tools for Beginners==
 +
 
 +
===Command Line===
 +
    '''<code>apropos</code>''' – search the manual page names and descriptions
 +
 
 +
    '''<code>clear</code>''' – clear the terminal screen
 +
 
 +
    '''<code>echo</code>''' – display a line of text
 +
 
 +
    '''<code>help</code>''' – list of shell commands
 +
 
 +
    '''<code>history</code>''' – track input from the user a line at a time
 +
 
 +
    '''<code>info</code>''' – read the info documents
 +
 
 +
    '''<code>man</code>''' – interface to the on-line reference manuals
 +
 
 +
    '''<code>say</code>''' – convert text to audible speech
 +
 
 +
    '''<code>scrot</code>''' – SCReenshOT utility (Raspberry Pi)
 +
 
 +
    '''<code>whatis</code>''' – display one-line manual page descriptions
 +
 
 +
=== '''Date and Time'''===
 +
    '''<code>cal</code>''' – print a calendar
  
== '''Linux Tools for Beginners''' ==
+
    '''<code>date</code>''' – print or set the system date and time
  
=== Command Line ===
+
=== File and Directory Management===
    '''apropos''' – search the manual page names and descriptions
+
    '''<code>alias</code>''' – define or display aliases
  
    '''clear''' – clear the terminal screen
+
    '''<code>cd</code>''' – change the current directory
  
    '''code''' – launch Visual Studio Code (Mac)
+
    '''<code>chown</code>''' – change file owner and group
  
    '''echo''' – display a line of text
+
    '''<code>cp</code>''' – copy files and directories
  
    '''help''' – list of shell commands
+
    '''<code>dd</code>''' – convert and copy a file
  
    '''history''' – track input from the user a line at a time
+
    '''<code>dir</code>''' – list directory contents
  
    '''info''' – read the info documents
+
    '''<code>file</code>''' – determine file type
  
    '''man''' – interface to the on-line reference manuals
+
    '''<code>ls</code>''' – list directory contents
  
    '''scrot''' – command line screen capture utility
+
    '''<code>mkdir</code>''' – make directories
  
    '''whatis''' – display one-line manual page descriptions
+
    '''<code>mv</code>''' – move (rename) files
  
=== File and Directory Management ===
+
    '''<code>pwd</code>''' – print working directory
    '''alias''' – define or display aliases
 
  
    '''cd''' – change the current directory
+
    '''<code>rm</code>''' – remove files or directories
  
    '''chown''' – change file owner and group
+
    '''<code>rsync</code>''' – copy files between machines
  
    '''cp''' – copy files and directories
+
    '''<code>touch</code>''' – change file timestamps
  
    '''dd''' – convert and copy a file
+
    '''<code>which</code>''' – locate a program file in the user's path
  
    '''dir''' – list directory contents
+
===File Editing===
 +
    '''<code>awk</code>''' – pattern scanning and text processing language
  
    '''file''' – determine file type
+
    '''<code>cut</code>''' – remove sections from each line of files
  
    '''git''' – fast, scalable, distributed revision control system
+
    '''<code>gzip</code>''' – compress or expand already compressed files
  
    '''ls''' – list directory contents
+
    '''<code>nano</code>''' – Nano's ANOther editor, an enhanced free Pico clone
  
    '''mkdir''' – make directories
+
    '''<code>open</code>''' – open files and directories
  
    '''mv''' – move (rename) files
+
    '''<code>pandoc</code>''' – [https://pandoc.org/ universal document converter]
  
    '''pwd''' – print working directory
+
    '''<code>sed</code>''' – stream editor
  
    '''rm''' – remove files or directories
+
    '''<code>tar</code>''' – manipulate tape archives
  
    '''scp''' – secure copy
+
    '''<code>unzip</code>''' – list, test and extract compressed files in a ZIP archive
  
    '''touch''' – change file timestamps
+
===File Transfer===
 +
    '''<code>curl</code>''' – [https://curl.se/ "command line tool and library for transferring data with URLs"]
  
=== File Editing ===
+
    '''<code>wget</code>''' – retrieve files using HTTPS or FTPS
    '''awk''' – pattern scanning and text processing language
 
  
    '''cut''' – remove sections from each line of files
+
===File Viewing===
 +
    '''<code>cat</code>''' – concatenate and print files
  
    '''expand''' – convert tabs to spaces
+
    '''<code>column</code>''' – formats its input into multiple columns
  
    '''geany''' – a small and lightweight IDE  (Raspberry Pi)
+
    '''<code>diff</code>''' – compare 2 files line by line
  
    '''gzip''' – compress or expand files
+
    '''<code>find</code>''' – search for files in a directory hierarchy
  
    '''nano''' – Nano's ANOther editor, an enhanced free Pico clone
+
    '''<code>grep</code>''' – print lines that match patterns
  
    '''scratch''' – easy to use interactive programming environment  (Raspberry Pi)
+
    '''<code>head</code>''' – output the first part of files
  
    '''sed''' – stream editor
+
    '''<code>jq</code>''' – [https://jqlang.github.io/jq/ lightweight and flexible command-line JSON processor]
  
    '''tar''' – manipulate tape archives
+
    '''<code>less</code>''' – opposite of more
  
    '''vim''' – Vi IMproved, a programmers text editor
+
    '''<code>locate</code>''' – faster version of find, depends on a database
  
=== File Transfer ===
+
    '''<code>look</code>''' – display lines beginning with a given string
    '''curl''' – transfer a URL
 
  
    '''wget''' – non-interactive download of files
+
    '''<code>more</code>''' – page through text one screenful at a time
  
=== File Viewing ===
+
    '''<code>tail</code>''' – output the last part of files
    '''cat''' – concatenate and print files
 
  
    '''diff''' – compare 2 files line by line
+
    '''<code>wc</code>''' – word counts, and line and byte counts
  
    '''find''' – search for files in a directory hierarchy
+
    '''<code>zgrep</code>''' – search compressed files
  
    '''grep''' – print lines that match patterns
+
===Math Functions===
 +
    '''<code>bc</code>''' – basic calculator
  
    '''head''' – output the first part of files
+
    '''<code>dc</code>''' – RPN “Desktop Calculator”
  
    '''less''' – opposite of more
+
    '''<code>log</code>''' – natural logarithmic function
  
    '''more''' – page through text one screenful at a time
+
    '''<code>mathematica</code>''' – [https://www.wolfram.com/raspberry-pi/ open the app (Raspberry Pi)]
  
    '''tail''' – output the last part of files
+
    '''<code>sin</code>''' – sine function
  
    '''wc''' – word counts, and line and byte counts
+
===Network Config===
 +
    '''<code>ipconfig</code>''' – "Internet Protocol configuration", refreshes DHCP and DNS settings on some systems
  
    '''zgrep''' – search compressed files
+
    '''<code>ss</code>''' – utility to investigate sockets
  
=== Math Functions ===
+
    '''<code>ssh</code>''' – OpenSSH SSH client (remote login program)
    '''bc''' – basic calculator
 
  
    '''dc''' – RPN “Desktop Calculator”
+
===Network Monitoring===
 +
    '''<code>ping</code>''' – send ICMP ECHO_REQUEST packets to network hosts
  
    '''log''' – natural logarithmic function
+
    '''<code>nc</code>''' – arbitrary TCP and UDP connections and listens
  
    '''mathematica''' – open the app (Raspberry Pi)
+
    '''<code>traceroute</code>''' – print the route packets take to network host
  
    '''sin''' – sine function
+
===Package Managers===
 +
    '''<code>apt</code>''' – APT package handling utility
  
=== Network Config ===
+
    '''<code>apt-get</code>''' – APT package handling utility
    '''ifconfig''' – configure network interface parameters
 
  
    '''ss''' – utility to investigate sockets
+
    '''<code>dnf</code>''' – for Fedora, (successor to YUM)
  
    '''ssh''' – OpenSSH SSH client (remote login program)
+
    '''<code>dpkg</code>''' – for Debian
  
=== Network Monitoring ===
+
    '''<code>homebrew</code>''' – [https://brew.sh/ The Missing Package Manager for macOS (or Linux)]
    '''ping''' – send ICMP ECHO_REQUEST packets to network hosts
 
  
    '''nc''' – arbitrary TCP and UDP connections and listens
+
    '''<code>rpm</code>''' – for Red Hat and CentOS
  
    '''netstat''' – show network status
+
    '''<code>snap</code>''' – for Ubuntu
  
    '''traceroute''' – print the route packets take to network host
+
    '''<code>yum</code>''' – for Fedora (Yellowdog Updater Modified)
  
=== Package Management ===
+
=== Process Management===
    '''apt-get''' – APT package handling utility
+
    '''<code>bg</code>''' – run a job/process in the background
  
    '''apt''' – APT package handling utility
+
    '''<code>fg</code>''' – run a job/process in the foreground
  
    '''dnf''' – Fedora, successor to YUM
+
    '''<code>fuser</code>''' – list processes that have one or more files open
  
    '''dpkg''' – package manager for Debian
+
    '''<code>halt</code>''' – halt, power-off or reboot the machine
  
    '''homebrew''' – for macOS or Linux
+
    '''<code>jobs</code>''' – list all jobs; active, stopped, or otherwise
  
    '''rpm''' – Red Hat and CentOS
+
    '''<code>kill</code>''' – terminate or signal a process
  
    '''snap''' – for Ubuntu
+
    '''<code>killall</code>''' – kill processes by name
  
    '''yum''' – Yellowdog Updater Modified (Fedora)
+
    '''<code>ps</code>''' – process status
  
    '''zypper''' – for OpenSUSE
+
    '''<code>pstree</code>''' – display a tree of processes
  
=== Process Management ===
+
    '''<code>reboot</code>''' – halt, power-off or reboot the machine
    '''bg''' – run a job/process in the background
 
  
    '''fg''' – run a job/process in the foreground
+
    '''<code>shutdown</code>''' – halt, power-off or reboot the machine
  
    '''halt''' – halt, power-off or reboot the machine
+
    '''<code>sudo</code>''' – execute a command as another user
  
    '''htop''' – human readable table of processes
+
    '''<code>tmux</code>''' – terminal multiplexer
  
    '''jobs''' – list all jobs; active, stopped, or otherwise
+
===Process Monitoring===
 +
    '''<code>asitop</code>''' – CPU, GPU, power, and clock speeds on Macintosh
  
    '''kill''' – terminate or signal a process
+
    '''<code>atop</code>''' – IRQ consumption, network packets in and out, and more
  
    '''killall''' – kill processes by name
+
    '''<code>btop</code>''' – for processor, memory, disks, network and processes
  
    '''ps''' – process status
+
    '''<code>htop</code>''' – human readable table of processes
  
    '''pstree''' – display a tree of processes
+
    '''<code>iftop</code>''' – total bandwidth over the interface
  
    '''reboot''' – halt, power-off or reboot the machine
+
    '''<code>iotop</code>''' – disk Input/Output (IO) usage in real-time
  
    '''shutdown''' – halt, power-off or reboot the machine
+
    '''<code>ntop</code>''' – "Web-based Traffic and Security Network Traffic Monitoring"
  
    '''sudo''' – execute a command as another user
+
    '''<code>tiptop</code>''' – dynamic real-time view of tasks
  
    '''tmux''' – terminal multiplexer
+
    '''<code>top</code>''' – table of processes
  
    '''top''' – table of processes
+
===Programming===
 +
    '''<code>geany</code>''' – [https://www.geany.org/ a small and lightweight IDE (Raspberry Pi)]
  
=== System Info ===
+
    '''<code>git</code>''' – [https://git-scm.com/ distributed revision control system]
    '''arch''' – print machine hardware name (architecture)
 
  
    '''date''' – print or set the system date and time
+
    '''<code>scratch</code>''' – [https://scratch.mit.edu/ easy to use interactive programming environment (Raspberry Pi)]
  
    '''df''' – display free disk space
+
    '''<code>vim</code>''' – Vi IMproved, a programmers text editor
  
    '''du''' – display disk usage statistics
+
===System Info===
 +
    '''<code>arch</code>''' – print machine hardware name (architecture)
  
    '''fc-list''' – list available fonts  (Raspberry Pi)
+
    '''<code>df</code>''' – display free disk space
  
    '''free''' – display amount of free and used memory in the system
+
    '''<code>du</code>''' – display disk usage statistics
  
    '''hostname''' – show or set the system's host name
+
    '''<code>fc-list</code>''' – list available fonts (Raspberry Pi)
  
    '''lsblk''' – list block devices
+
    '''<code>free</code>''' – display amount of free and used memory in the system
  
    '''lscpu''' – list information about the CPU architecture
+
    '''<code>hostname</code>''' – show or set the system's host name
  
    '''lshw''' – list hardware
+
    '''<code>lsblk</code>''' – list block devices
  
    '''lsusb''' – list USB devices
+
    '''<code>lscpu</code>''' – list information about the CPU architecture
  
    '''time''' – get time in seconds
+
    '''<code>lshw</code>''' – list hardware
  
    '''uname''' – print operating system name
+
    '''<code>lsusb</code>''' – list USB devices
  
    '''uptime''' – print up time and load
+
    '''<code>time</code>''' – get time in seconds
  
=== User and Group Management ===
+
    '''<code>uname</code>''' – print operating system name
    '''groupadd''' – create a new group
 
  
    '''groupdel''' – delete a group
+
    '''<code>uptime</code>''' – print up time and load
  
    '''groups''' – show group memberships
+
=== User and Group Management===
 +
    '''<code>groupadd</code>''' – create a new group
  
    '''id''' – return user identity
+
    '''<code>groupdel</code>''' – delete a group
  
    '''passwd''' – modify a user's password
+
    '''<code>groups</code>''' – show group memberships
  
    '''useradd''' – create a new user or update default new user info
+
    '''<code>id</code>''' – return user identity
  
    '''userdel''' – delete a user account and related files
+
    '''<code>passwd</code>''' – modify a user's password
  
    '''usermod''' – modify a user account
+
    '''<code>useradd</code>''' – create a new user or update default new user info
  
    '''who''' – print effective user ID
+
    '''<code>userdel</code>''' – delete a user account and related files
 +
 
 +
    '''<code>usermod</code>''' – modify a user account
 +
 
 +
    '''<code>who</code>''' – print effective user ID
 +
 
 +
    '''<code>whoami</code>''' – print the user name
 +
==Hand-Curated Links==
 +
'''Links to member-recommended external sites:'''
 +
:'''[[wikipedia:List_of_POSIX_commands|List of POSIX commands]]''' — on Wikipedia
  
    '''whoami''' – print the user name
+
==Additional Help==
==Training — PPM Trainer(s) needed==
+
'''Links to related PPM Wiki pages:'''
PPM announces all its [https://www.meetup.com/pikespeakmakerspace/events '''Upcoming events, including classes, on Meetup''']
 
  
==Related Pages==
 
Links to related PPM Wiki pages:
 
 
:'''[[GitHub Tips]]'''
 
:'''[[GitHub Tips]]'''
  
:[[Ubuntu|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Ubuntu'''&nbsp;&nbsp;</span>]]
+
:[[Computers — Ubuntu|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Ubuntu'''&nbsp;&nbsp;</span>]]
:<span style="color:#000000; background:#D0DD27">[[Computers -- Mac and Apple|&nbsp;&nbsp;'''Computers — Mac and Apple'''&nbsp;&nbsp;]]</span>
+
 
:[[Computers|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers'''&nbsp;&nbsp;</span>]]
+
:[[Computers — Mac and Apple|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Mac and Apple'''&nbsp;&nbsp;</span>]]
 +
 
 +
:[[Computers|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Windows'''&nbsp;&nbsp;</span>]]
 +
 
 
:[[Infrastructure at PPM|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Infrastructure at PPM'''&nbsp;&nbsp;</span>]]
 
:[[Infrastructure at PPM|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Infrastructure at PPM'''&nbsp;&nbsp;</span>]]
 +
 
:[[Raspberry Pi|<span style="color:#ffffff; background:#864199">&nbsp;&nbsp;'''Raspberry Pi'''&nbsp;&nbsp;</span>]]
 
:[[Raspberry Pi|<span style="color:#ffffff; background:#864199">&nbsp;&nbsp;'''Raspberry Pi'''&nbsp;&nbsp;</span>]]
  
==Hand-Curated Links==
+
Use the PPM Slack channel #computing
Links to member-recommended external sites:
+
 
:'''[[wikipedia:List_of_free_and_open-source_software_packages|List of free and open-source software packages]]''' — on Wikipedia
+
Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the&nbsp;community.
:'''[[wikipedia:Easter_egg_(media)|Easter Egg]]''' — on Wikipedia
 
  
==For Additional Help==
 
: Use the PPM Slack channel #computing
 
:[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']]
 
:Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the&nbsp;community.<br>
 
 
{{Template:Footer}}
 
{{Template:Footer}}
{{Template:Ideas into reality}}
 
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 +
 
[[Category:Software]]
 
[[Category:Software]]
<!--Woodshop-->
 

Latest revision as of 08:04, 4 April 2025

Learn about the software that we have installed for all our members at Pikes Peak Makerspace (PPM).

Level 1 badge used at Pikes Peak Makerspace

Use of software installed on PPM Design Workstations or dedicated computers does not require any additional required training (Level 1).




Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.

 


burst of white rays on orange background

Linux Tools for Beginners

Command Line

    apropos – search the manual page names and descriptions

    clear – clear the terminal screen

    echo – display a line of text

    help – list of shell commands

    history – track input from the user a line at a time

    info – read the info documents

    man – interface to the on-line reference manuals

    say – convert text to audible speech

    scrot – SCReenshOT utility (Raspberry Pi)

    whatis – display one-line manual page descriptions

Date and Time

    cal – print a calendar

    date – print or set the system date and time

File and Directory Management

    alias – define or display aliases

    cd – change the current directory

    chown – change file owner and group

    cp – copy files and directories

    dd – convert and copy a file

    dir – list directory contents

    file – determine file type

    ls – list directory contents

    mkdir – make directories

    mv – move (rename) files

    pwd – print working directory

    rm – remove files or directories

    rsync – copy files between machines

    touch – change file timestamps

    which – locate a program file in the user's path

File Editing

    awk – pattern scanning and text processing language

    cut – remove sections from each line of files

    gzip – compress or expand already compressed files

    nano – Nano's ANOther editor, an enhanced free Pico clone

    open – open files and directories

    pandocuniversal document converter

    sed – stream editor

    tar – manipulate tape archives

    unzip – list, test and extract compressed files in a ZIP archive

File Transfer

    curl"command line tool and library for transferring data with URLs"

    wget – retrieve files using HTTPS or FTPS

File Viewing

    cat – concatenate and print files

    column – formats its input into multiple columns

    diff – compare 2 files line by line

    find – search for files in a directory hierarchy

    grep – print lines that match patterns

    head – output the first part of files

    jqlightweight and flexible command-line JSON processor

    less – opposite of more

    locate – faster version of find, depends on a database

    look – display lines beginning with a given string

    more – page through text one screenful at a time

    tail – output the last part of files

    wc – word counts, and line and byte counts

    zgrep – search compressed files

Math Functions

    bc – basic calculator

    dc – RPN “Desktop Calculator”

    log – natural logarithmic function

    mathematicaopen the app (Raspberry Pi)

    sin – sine function

Network Config

    ipconfig – "Internet Protocol configuration", refreshes DHCP and DNS settings on some systems

    ss – utility to investigate sockets

    ssh – OpenSSH SSH client (remote login program)

Network Monitoring

    ping – send ICMP ECHO_REQUEST packets to network hosts

    nc – arbitrary TCP and UDP connections and listens

    traceroute – print the route packets take to network host

Package Managers

    apt – APT package handling utility

    apt-get – APT package handling utility

    dnf – for Fedora, (successor to YUM)

    dpkg – for Debian

    homebrewThe Missing Package Manager for macOS (or Linux)

    rpm – for Red Hat and CentOS

    snap – for Ubuntu

    yum – for Fedora (Yellowdog Updater Modified)

Process Management

    bg – run a job/process in the background

    fg – run a job/process in the foreground

    fuser – list processes that have one or more files open

    halt – halt, power-off or reboot the machine

    jobs – list all jobs; active, stopped, or otherwise

    kill – terminate or signal a process

    killall – kill processes by name

    ps – process status

    pstree – display a tree of processes

    reboot – halt, power-off or reboot the machine

    shutdown – halt, power-off or reboot the machine

    sudo – execute a command as another user

    tmux – terminal multiplexer

Process Monitoring

    asitop – CPU, GPU, power, and clock speeds on Macintosh

    atop – IRQ consumption, network packets in and out, and more

    btop – for processor, memory, disks, network and processes

    htop – human readable table of processes

    iftop – total bandwidth over the interface

    iotop – disk Input/Output (IO) usage in real-time

    ntop – "Web-based Traffic and Security Network Traffic Monitoring"

    tiptop – dynamic real-time view of tasks

    top – table of processes

Programming

    geanya small and lightweight IDE (Raspberry Pi)

    gitdistributed revision control system

    scratcheasy to use interactive programming environment (Raspberry Pi)

    vim – Vi IMproved, a programmers text editor

System Info

    arch – print machine hardware name (architecture)

    df – display free disk space

    du – display disk usage statistics

    fc-list – list available fonts (Raspberry Pi)

    free – display amount of free and used memory in the system

    hostname – show or set the system's host name

    lsblk – list block devices

    lscpu – list information about the CPU architecture

    lshw – list hardware

    lsusb – list USB devices

    time – get time in seconds

    uname – print operating system name

    uptime – print up time and load

User and Group Management

    groupadd – create a new group

    groupdel – delete a group

    groups – show group memberships

    id – return user identity

    passwd – modify a user's password

    useradd – create a new user or update default new user info

    userdel – delete a user account and related files

    usermod – modify a user account

    who – print effective user ID

    whoami – print the user name

Hand-Curated Links

Links to member-recommended external sites:

List of POSIX commands — on Wikipedia

Additional Help

Links to related PPM Wiki pages:

GitHub Tips
  Computers — Ubuntu  
  Computers — Mac and Apple  
  Computers — Windows  
  Infrastructure at PPM  
  Raspberry Pi  

Use the PPM Slack channel #computing

Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.


Search the PPM Wiki — include Content pages as well as Multimedia.

Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.