13
Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Embed Size (px)

Citation preview

Page 1: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Raspberry Pi / LinuxWorkshop

Ed CarrMarcus Summers

Page 2: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

GUIGraphical User Interface

• From the command line type startx

Page 3: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Screen Shots

Page 4: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

How to take screenshots on a raspberry pi

• We need to install an app for this called scrot– Type sudo apt-get –y install scrot

• The options for scrot are:

Page 5: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Menu

Page 6: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Programming

Page 7: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Web Browser

• Epiphany Web Browser• Alternative would be to install Iceweasel ( firefox for

raspberry pi)

Page 8: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

File Manager(PCManFM)

Page 9: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Note Pad( Leafpad)

Page 10: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Programming with Scratch

• Scratch homepage

Page 11: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

LibreOffice

• LibreOffice is a free and open source office suite, developed by The Document Foundation .

• The LibreOffice suite comprises programs to do word processing, spreadsheets, slideshows, diagrams and drawings, maintain databases, and compose mathematical formulae.

Page 12: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Installation of apps

• Done by command line. • Type: apt-get –y install <nameOfapp> • You must be either super user or have the

ability to use sudo.• Let’s install libreoffice!

Page 13: Raspberry Pi / Linux Workshop Ed Carr Marcus Summers

Handling Errors

• Support for errors.– Search Internet

• Solution