Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Participate! During the lectures...

Slides:



Advertisements
Similar presentations
RED HAT PRODUCT FOCUS 3/17/14 – 3/28/14 INTRODUCTION Our Product Focus for the next two weeks is Red Hat. Red Hat is a maker and distributor of enterprise.
Advertisements

Getting Ready for CUPSS An Introduction for the CUPSS Trainer’s Network.
The file server model July 14, 2011 © 2011 PC3.org The File Server Model Presented for the PCCC Program Notes We recommend that you print these slides.
BIF713 Operating Systems & Project Management Instructor: Murray Saul
Chromium OS is an open-source project that aims to build an operating system that provides a fast, simple, and more secure computing experience for people.
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
The Network Management Lab pc pc pc pc pc Virtual Servers Your Laptop.
1 ITSK 2611 Welcome. 2 Operating System 3 What is an OS Resource Manager –Disk –Memory –CPU Device Manager –Printers –Video Card –Sound Card Utility.
CS 390 Unix Programming Summer Unix Programming - CS 3902 Course Details Online Information Please check.
CS 390 Unix Programming Environment Summer Suchindra Rengan - CS3902 Course Details Instructors Suchindra Rengan – ‘sachin’ ( Section 001)
Capabilities of Software. Object Linking & Embedding (OLE) OLE allows information to be shared between different programs For example, a spreadsheet created.
1 © 2003 Cisco Systems, Inc. All rights reserved. Session Number Presentation_ID Fundamentals of IT Essentials 2: Network Operating Systems Mike Milford.
CSCI-1411 F UNDAMENTALS O F C OMPUTING L AB Shane Transue Spring
What is a port The Ports Collection is essentially a set of Makefiles, patches, and description files placed in /usr/ports. The port includes instructions.
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
G040: Lecture 11 Interactive Booking Form Briefing Notes Mr C Johnston ICT Teacher
Intermediate 2 Computing Unit 2 - Software Development Topic 2 - Software Development Languages and Environments.
Virtual Machines. A virtual machine takes the layered approach to its logical conclusion. It treats hardware and the operating system kernel as though.
Holly Cate January 20, 2010 Main Bioinformatics Laboratory.
L071 Introduction to C Topics Compilation Using the gcc Compiler The Anatomy of a C Program Reading Sections
A Brief Introduction to Linux Cheng-Han Du. History.
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
 CSC 215 : Procedural Programming with C C Compilers.
Web Application Development Instructor: Matthew Schurr Please sign in on the sheet at the front of the room when you arrive.
Internet Basics 10/23/2012. What is the Internet? It’s a world-wide network of computer networks. It grows hourly and involves national governments, communities,
1 Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Introduction to Git Thomas.
A Brief Introduction to Linux Cheng-Han Du. History.
1 Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com SSH Thomas Petazzoni Free.
Human Computer Interaction Lecture 21 User Support
Insert your title of poster here
bitcurator-access-webtools Quick Start Guide
First Day in Lab Making a C++ program
Meeting Housekeeping/Highlights
EE516: Embedded Software Project 1
Installing and Learning Software
Development Environment
Operating System & Application Software
CS1010: Intro Workshop.
CSC227: Operating Systems
Tech Level Cyber Security
Discovering Computers 2012: Chapter 8
Intro CS – Screens and Variables
Installing and Learning Software
Introduction to the ARM mbed Platform– A Hands-on Course
Market Research Unit 5 - slide 13.
UNIX & LINUX Operating Systems
Creating an Account on Wikieducator
Group members Byron Farrell Zhimian Wu Mingjun Gao Calvin Ho
Success in the ‘Virtual ‘ World
Structure of Unix OS.
Introduction to C Topics Compilation Using the gcc Compiler
Mail Merge Instructions (Yanick’s Version)
Tips to Manually Uninstall Norton Antivirus 2012.
Virtual Machines.
McGraw-Hill Technology Education
Presenting a Webex session
Completing the tasks for A452 with….
Top Tips Summary: Software Engineering in practice
UNITY TEAM PROJECT TOPICS: [1]. Unity Collaborate
Lesson 5 Computer-Related Issues
Operating System Basics
Getting Started with Google Applications
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Top 5 Headaches with Computer Basics & MS Office Courseware
Webtoberfest 2018 Stetson’s 3rd Annual Web Content Info Session
IST346: Operating Systems / Command Line Interfaces
Welcome to the CMSC 104 Class!!!
E-Learning to support SAET activities
How to deliver a Microsoft Cloud Workshop
Project management Initiative & Self Learning Confidence in leadership
Presentation transcript:

Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Participate! During the lectures... Don't hesitate to ask questions. Other people in the audience may have similar questions too. This helps the trainer to detect any explanation that wasn't clear or detailed enough. Don't hesitate to share your experience, for example to compare Linux with other operating systems used in your company. Your point of view is most valuable, because it can be similar to your colleagues' and different from the trainer's. Your participation can make our session more interactive and make the topics easier to learn.

Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Practical lab guidelines During practical labs... We cannot support more than 8 workstations at once (each with its board and equipment). Having more would make the whole class progress slower, compromising the coverage of the whole training agenda (exception for public sessions: up to 10 people). So, if you are more than 8 participants, please form up to 8 working groups. Open the electronic copy of your lecture materials, and use it throughout the practical labs to find the slides you need again. Don't copy and paste from the PDF slides. The slides contain UTF-8 characters that look the same as ASCII ones, but won't be understood by shells or compilers.

Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Command memento sheet This memento sheet gives command examples for the most typical needs (looking for files, extracting a tar archive...) It saves us 1 day of UNIX / Linux command line training. Our best tip: in the command line shell, always hit the [Tab] key to complete command names and file paths. This avoids 95% of typing mistakes. Get an electronic copy on

Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com vi basic commands The vi editor is very useful to make quick changes to files in a embedded target. Though not very user friendly at first, vi is very powerful and its main 15 commands are easy to learn and are sufficient for 99% of everyone's needs! Get an electronic copy on You can also take the quick tutorial by running vimtutor. This is a worthy investment!

Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Cooperate! As in the Free Software and Open Source community, cooperation during practical labs is valuable in this training session: If you complete your labs before other people, don't hesitate to help other people and investigate the issues they face. The faster we progress as a group, the more time we have to explore extra topics. Explain what you understood to other participants when needed. It also helps to consolidate your knowledge. Don't hesitate to report potential bugs to your instructor. Don't hesitate to look for solutions on the Internet as well.

Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Practical lab – Installing Linux Install Ubuntu Desktop on your PC Make space for Linux See how easy it is to install Ubuntu Apply the latest updates