개발자의 서재

Raspberry Pi Networking Cookbook - Rick Golden

지구빵집 2015. 4. 1. 10:58
반응형




라즈베리 파이 개발자라면 꼭 참고해야 할 책이다. 이 책은 라즈베리 파이에 대한 설치, 관리, 유지하는 방법을 알려준다.

네트워크를 구성하고 파일을 공유하는 기법을 이야기 한다.

네트워크에서 협업하며, 무선 네트워크를 사용하여 AP 로 사용하는 방법을 알려준다.


제목 그대로 라즈베리 파이를 네트워크에 연결하여 사용하는 풍부한 방법을 알려주는 책이다.


국내에는 나오지 않은 책...





영문 책 소개와 목차를 첨부한다.


Raspberry Pi Networking Cookbook  Rick Golden


About This Book


-Learn how to install, administer, and maintain your Raspberry Pi

-Create a network fileserver for sharing documents, music, and videos

-Host a web portal, collaboration wiki, or even your own wireless access point

-Connect to your desktop remotely, with minimum hassle




Rick Golden sat in the computer lab at SUNY Fredonia and completed his first CAI tutorial for programming in APL. It was the summer of 1972; he was nine years old. Most of the programming that he has done since then has been in Algol-based languages such as PL/I, FORTRAN, BASIC, Pascal, C, C++, C#, Objective C, and Java. 


He did occasionally write code in languages such as APL, FORTH, LISP, and Scheme; however, he could not find an employer that would actually pay him to develop solutions using those non-structured languages. In recent years he has had more success introducing organizations to scripting languages such as Python, Perl, TCL, Ruby, Groovy, and Node.js. 


He also had the privilege to work in many different domains applying leading technologies through each cutting-edge wave of structured programming, architectural frameworks, and design patterns. He has championed distributed computing, scripting languages, SOA, browser applications, CMS, ESBs, web services, nosql and map-reduce, top-down structured approach, UML, use cases, XP - extreme programming, iterative development, and agile development. 


And, he is still moving forward. Now, as he approaches his 40th year as a programmer, software architect, and product manager—a career that has spanned eighty percent of his life. He greatly enjoys guiding and coaching the next generation of programmers and software architects—awakening others to the same joy and passion for computing that he has had for the past 40 years.



Table of Contents


1: INSTALLATION AND SETUP


Introduction

Preparing for the initial boot

Printing a case – the Punnet

Setting up new SD cards

Image writer for Windows cards (Win32DiskImager)

Convert and copy for Linux (dd)

Creating SD cards with BerryBoot

Booting the "official" Raspbian Linux distribution

Shutting down the Raspberry Pi (shutdown)


2: ADMINISTRATION


Introduction

Configuring remote access (raspi-config)

Configuring memory usage (raspi-config)

Remote access (ssh)

Remote access (PuTTY)

Changing the login password (passwd)


3: MAINTENANCE


Introduction

Updating the operating system (apt-get)

Searching for the software packages (apt-cache)

Installing a package (apt-get)

Package management (aptitude)

Reading the built-in documentation (man)

Reading the built-in documentation (info)


4: FILE SHARING


Introduction

Mounting USB drives (pmount)

Sharing folders from other computers (mount.cifs)

Automounting USB disks at boot (/etc/fstab)

Automounting a shared folder at boot

Creating a file server (Samba)

Sharing an attached USB disk via Samba

Accessing another computer's files (smbclient)


5: ADVANCED NETWORKING


Introduction

Creating a firewall with ufw

Connecting to the desktop remotely (xrdp)

Installing a web server (Apache, lighttpd, Nginx)

Installing a wiki (MediaWiki)

Creating a wireless access point with hostapd






반응형