- Raspberry Pi for Secret Agents(Third Edition)
- Matthew Poole
- 169字
- 2021-07-14 11:09:56
The importance of a sneaky headless setup
You might be wondering why we bother with SSH and typing stuff in the command line at all when Raspbian comes with a perfectly nice graphical desktop environment and a whole repository of GUI applications. Well, the first reason is that we need all the CPU power we can get out of the Pi for our projects. With the current graphics drivers for X (the graphics system), the desktop eats up too much of the Pi's resources and the CPU is more concerned with redrawing fancy windows than with running our mischievous applications.
The second reason is that of stealth and secrecy. Usually, we want to be able to hide our Pi with as few wires as possible running to and from it. Obviously, a Pi hidden in a room becomes a lot more visible if someone trips over a connected monitor or keyboard. This is why we make sure all our pranks can be controlled and triggered from a remote location.
- Spring 5.0 Microservices(Second Edition)
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- Java范例大全
- Android項(xiàng)目開(kāi)發(fā)入門(mén)教程
- Mastering JavaScript Object-Oriented Programming
- 企業(yè)級(jí)Java EE架構(gòu)設(shè)計(jì)精深實(shí)踐
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實(shí)現(xiàn)
- Java開(kāi)發(fā)入行真功夫
- Access 2010數(shù)據(jù)庫(kù)基礎(chǔ)與應(yīng)用項(xiàng)目式教程(第3版)
- C語(yǔ)言程序設(shè)計(jì)案例式教程
- 碼上行動(dòng):用ChatGPT學(xué)會(huì)Python編程
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Android開(kāi)發(fā)三劍客:UML、模式與測(cè)試
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- App Inventor 2 Essentials