Learn Raspberry Pi with Linux

Learn Raspberry Pi with Linux will tell you everything you need to know about the Raspberry Pi's GUI and command line so you can get started doing amazing things. You'll learn how to set up your new Raspberry Pi with a monitor, keyboard and mouse, and you'll discover that what may loo...

Descripción completa

Detalles Bibliográficos
Autor principal: Membrey, Peter (-)
Otros Autores: Hows, David
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Berkeley, Calif.] : Apress 2013.
Edición:1st ed. 2013.
Colección:Technology in action
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629614006719
Tabla de Contenidos:
  • Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Why Eat Raspberry Pi?; It Only Costs 25; MORE PI!; Experiment in Safety; Independence; Low Power; The Ingredients for a Raspberry Pi; ARM CPU; 512MB of RAM; GPU; Ethernet Port (Model B only); USB; GPIO Ports; Baked to Perfection; Whistle-Stop Tour; Your First Bite of Raspberry Pi; Surveying the Landscape; Remodeling the Landscape; Getting Comfortable on the Command Line; Storing Stuff and then (Hopefully) Finding It Again
  • Getting Down to BusinessEditing Files; From Beginner to Admin; Magic Spells for the Command Line (aka Scripting); Pi Web Server; Pi Web Server; WiPi: Making Your Pi Wireless; Th e Raspberry sPi: Security Cam and Messaging Service; MC-Pi: A Pi for All Your Media Needs; Onward; 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; SD Card; SD Card Reader; USB Keyboard and Mouse; Whew, We're Done!; Don't Panic!; Linux; What Is Linux?; Downloading Raspbian
  • Getting Raspbian onto Your SD CardUsing Image Writer on Windows; Using dd on the Mac; Finding the Terminal; Using the Terminal to Write the Image; First Boot; Configuring Your Pi; Expanding the Filesystem; Configuring the Keyboard; Changing the Password; Configuring the Locale; Changing the Time Zone; Allocating Memory; At Last! It's Configured!; Summary; CHAPTER 2 Surveying the Landscape; Welcome to LXDE; What Do We Have Here?; The Start Menu and Bottom Left of the Task Bar; And on the Right Side...; The Start Menu; Accessories; Debian Reference; File Manager; Image Viewer; Leafpad; LXTerminal
  • Root TerminalXArchiver; Education; Scratch; Squeak; Internet; Programming; System Tools; Preferences; Desktop Preferences; Customizing the Look and Feel; Summary; CHAPTER 3 Getting Comfortable; Ye Olde Computer; Say Hello to the Dumb Terminal; Modern Terminals; Why Do We Still Care About These Things?; Simple; Fast; Lightweight; Powerful; Always Available; Convinced Yet?; Three Terminals; 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 ShellsSummary; 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; /mnt; /media; /usr; /opt; /srv; /sys; /tmp; Wrapping it Up; 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 a New Directory: Using the mv Command