- Raspberry Pi Zero Cookbook
- Edward Snajder
- 188字
- 2021-07-09 19:12:13
Chapter 3. Programming with Linux
Now that we have our operating system installed and our Raspberry Pi Zero on our home network, we can pe into some basic Linux commands. You will find knowing these commands useful any time you are working on a Linux machine. In this chapter, we'll start prepping with some Linux recipes:
- Navigating a filesystem and viewing and searching the contents of a directory
- Creating a new file, editing it in an editor, and changing ownership
- Renaming and copying/moving the file/folder into a new directory
- Installing and uninstalling a program
- Downloading a file from the Internet and deleting a file
- Changing to root and using superpowers
- Extracting a zipped file and zipping it back
- Searching executed code from the terminal's history
- Changing RPZ configuration settings from the command line
- Checking running processes and killing a process running in the background
- Creating our first shell program and automating a process
- Syncing with NTC servers to update the current time
- Running a background process in Linux
- Setting a file to run automatically on startup
- Using crontab to run a script automatically at predefined intervals
推薦閱讀
- 計算機(jī)圖形學(xué)
- 基于LabWindows/CVI的虛擬儀器設(shè)計與應(yīng)用
- 21天學(xué)通C++
- Expert AWS Development
- Visual C# 2008開發(fā)技術(shù)詳解
- Lightning Fast Animation in Element 3D
- Windows Server 2003系統(tǒng)安全管理
- 網(wǎng)站前臺設(shè)計綜合實訓(xùn)
- 單片機(jī)C語言程序設(shè)計完全自學(xué)手冊
- Pentaho Analytics for MongoDB
- Spatial Analytics with ArcGIS
- 貫通Hibernate開發(fā)
- Data Analysis with R(Second Edition)
- 貫通Java Web輕量級應(yīng)用開發(fā)
- Spark Streaming實時流式大數(shù)據(jù)處理實戰(zhàn)