Learn Raspberry Pi 2 with Linux and Windows 10

Learn Raspberry Pi 2 with Linux and Windows 10 will tell you everything you need to know about working with Raspberry Pi 2 so you can get started doing amazing things. You'll learn how to set up your new Raspberry Pi 2 with a monitor, keyboard and mouse, and how to install both Linux and Window...

Descripción completa

Detalles Bibliográficos
Autores principales: Membrey, Peter. author (author), Hows, David. author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2015.
Edición:2nd ed. 2015.
Colección:Technology in action
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629830306719
Tabla de Contenidos:
  • Contents at a Glance; Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Your First Bite of Raspberry Pi; Your Freshly Baked Pi Arrives; List of Ingredients; Micro USB lead ; USB Power Adapter ; HDMI Lead ; HDMI Capable Display ; Micro SD Card ; Micro SD Card Reader ; USB Keyboard and Mouse; Whew, We're Done!; Don't Panic!; Linux; What Is Linux?; Introducing NOOBS; The two NOOBS; Downloading NOOBS; Getting NOOBS onto Your SD Card ; First Boot; Installing Raspbian with NOOBS; Configuring Your Pi ; Expanding the Filesystem
  • Pi Store Raspberry Pi Resources; Web Browser; Programming; Scratch; Python; Preferences; Help; Summary; Chapter 3: Getting Comfortable; Ye Olde Computer ; Say Hello to the Dumb Terminal; Modern Terminals; So Why do We Still Care About these Things?; Simple; Fast; Lightweight; Powerful; It's Always Available; Convinced Yet?; The Three Terminals; The Console; Opening a Virtual Terminal in the GUI; Connecting via SSH; Setting up an SSH Server on the Pi; Sorting out an SSH Client; Putty for Windows; SSH on the Mac; Welcome to the Command Line; Different Shells; Summary
  • Chapter 4: The File-paths to Success What is a Filing System?; More than one Filesystem; Separate Roots; Unified Filesystem; The Mac has to be Different; Bring it all Together; Everything as a File; Filesystem Layout; / (Root Directory); /root; /etc; /proc; /var; /boot; /bin and /sbin; /dev; /home; /lib; /lost+found; /media; /mnt; /usr; /opt; /srv; /sys; /tmp; Putting it to Work; Where are we? Using pwd; What's in here with us? Using ls; Creating Files to Play with, Using Touch; Somewhere to Store our Files, Using Mkdir
  • Making Use of Our New Directory, Using the mv Command Time for Some Cloning, How to use the cp Command; The Power to Destroy, Using the rm Command; Fully Qualified and Relative Paths; Users and Groups; File Permissions; Setting File Permissions; Shortcuts and Links; Summary; Chapter 5: Essential Commands ; Become the Boss; RTFM; System Resource Monitoring; Uptime and Load Average; Tasks; CPU Utilization Percentage; Memory Usage; Process Table ; Using free to View Memory Allocation ; Disk Usage ; Managing Processes; Killing a Process; Reading Information in / proc
  • File Commands