Raspberry Pi / Linux Workshop

Slides:



Advertisements
Similar presentations
Information Systems Today: Managing in the Digital World
Advertisements

 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
DOWNLOADING LIBREOFFICE PCNA: DOWNLOADING AND USING LIBREOFFICE: A FREE OFFICE SUITE.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Chapter 2: Exploring the Desktop The Complete Guide to Linux System Administration.
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
Prototype & Design Computer Inputs. How to Prototype & Design Computer Inputs Step 1: Review Input Requirements Step 2: Select the GUI Controls Step 3:
Computer for Health Sciences
Microsoft Office 2007 – Illustrated Introductory, Windows Vista Edition Understanding Essential Computer Concepts.
Raspberry Pi / Linux Workshop Ed Carr Marcus Summers.
Linux GUI Chapter 5. Graphical User Interface GUI vs. CLI Easier and more intuitive More popular and advanced Needed for graphics, web browsing Linux.
1 California State University, Fullerton Chapter 8 Personal Productivity and Problem Solving.
Section 2 Software.
CMSC 104, Section 301, Fall Lecture 06, 9/18/02 Algorithms, Part 3 of 3 Topics Disk Quota Exceeded. Using Pine. More Algorithms Reading Read.
© 2001 Business & Information Systems 2/e1 Chapter 8 Personal Productivity and Problem Solving.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 8 Personal Productivity and Problem Solving.
ISupport. Sandbox – Using Internet Explorer (version 8 or above) only browser iSupport - Internet Explorer.
Open Your Mind... OpenOffice OpenOffice is the future of word processing in the world of Web 2.0—the read/write web.
Mackenzie Hazelwood.  Stores and allows users to share documents  Document types include word, spreadsheet, drawings, and power points  Allows owner.
Microsoft Office 2007 – Illustrated Introductory, Premium Video Edition Understanding Essential Computer Concepts.
ITGS Application Software, pt. 3. ITGS Business Software Alliance (BSA) and Federation Against Software Theft (FAST) –Represent software companies and.
U3A General Computing Class Autumn 2014 Week 4 of 10 weeks. Mondays 4:15 to 5:45 pm Half Term – Miss 27th of October 2014 and 3 rd November. Class dates.
COMPUTER SOFTWARE FORM 1. Learning Area Introduction to computer software Operating System (OS) Application Software Word Processing Software Presentation.
Application Software Is a computer software designed to help the user to perform specific tasks. Examples include enterprise software, accounting software,
GNOME, KDE and X Windows. The GNOME Project was started in 1997 to produce a free (as in freedom) desktop environment. GNU Network Object Model Environment.
Google Apps and Education Jack Nieporte St James of the Valley
1 / 5 Application Software Pertemuan III Magister Teknik Elektro September 2008.
Servo Motors Precise angular motion. Servo Motors Raspberry Pi Webcam Interfaces Keeping track of things.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
BIF713 Operating System Concepts MS Windows. Agenda 1. What is an Operating System (definition)? 2. Types of Operating Systems 3. Basic Operations: –
Coach ILES ROOM B102.  THE STUDENTS WILL HAVE A KNOWLEDGE OF: ◦ KEYBOARDING ◦ WORD PROCESSING ◦ DATABASE ◦ PRESENTATION PROGRAMS ◦ SPREADSHEET ◦ DESKTOP.
OpenOffice.org vs. Microsoft Office Career Day Presentation.
Types of Software Chapter 2.
- How to draw a clear distinction between a client and a server(there is often no clear distinction) - A server may continuously act as a client - Distinction.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
Explore GNOME The easy way, using a live CD By Carl Weisheit.
Operating Systems. Define OS Operating System is a type of system software. Operating system software includes instructions that allow a computer to run.
Advancing Workplace Technologies An MCCA Workshop presented by: Ed Weber, President Weber Enterprises, Inc. in association with: East Central College.
10 Questions and Answers about.
Computer Skills Chapter 2. Software Software: is a set of programs, data, and information. Program: is a set of sequence instructions that tell the computer.
A Workshop on LibreOffice Er. Arvind Kumar Assistant Professor, Department of Computer Science & Engineering
Alternative to Microsoft Office
Raspberry Pi 2 Model B V1.1 Home Media System
Section 2 Terms Jamie Cousin.
February 2017 LCCU Meeting We’ll answers members’ questions:
Operating Systems & System Software
Operating System Concepts
Computer Software Digital Literacy.
PlaatScrum (Raspberry Pi scrum tool) Open Source Project
Information Communication and Technology Services
Computer Software Digital Literacy.
Using pktstat with Bash
1. Open any Office 2016 app, such as Word, and create a new document.
Creating Web Pages and Graphics
March 2017 LCCU Meeting We’ll answers members’ questions:
Microsoft Office 2003 Illustrated Introductory, Premium Edition
Mendeley Download Instructions
Chapter 4 Application Software
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Install DoD CA Certificate Instructions for Firefox
What is a Raspberry Pi? The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard.
Raspberry Pi Stefan konzelmann
Mendeley Download Instructions
The Linux Command Line Chapter 14
Digital Literacy 1.00 Computer Basics
Module 3 Using Linux.
Software Mr. Yip BTT 1O.
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Raspberry Pi / Linux Workshop Ed Carr

GUI Graphical User Interface From the command line type startx

Screen Shots

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:

Menu

Programming

Web Browser Epiphany Web Browser Alternative would be to install Iceweasel ( firefox for raspberry pi)

File Manager (PCManFM)

Note Pad ( Leafpad)

Programming with Scratch Scratch homepage

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.

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!

Handling Errors Support for errors. Search Internet Solution