- Bash Cookbook
- Ron Brash Ganesh Naik
- 182字
- 2021-07-23 19:17:42
Getting ready
Besides having a terminal open, several large text files are needed for this recipe. If you have some already, great; if not, install the following:
$ sudo apt-get install locate manpages manpages-posix
$ sudo updatedb
$ git clone https://github.com/PacktPublishing/Linux-Device-Drivers-Development.git Linux-Device-Drivers-Development # Another Packt title
$ mkdir -p ~/emptydir/makesure
If a file is not found using the locate command, the database might be simply out of date and needs to be re-ran. It is possible that updatedb is also not indexing partitions such as those contained on removable media (USB sticks), and the file may be present there instead of the regular system partitions.
In preparation for this recipe, be aware that two concepts were inadvertently introduced: git and manpages. Manpages are among one of the oldest forms of help documentation available in Linux, and git is a version control system that simplifies management, versioning, and distribution of files such as code. Knowing how to use either is certainly beneficial, but beyond the scope of this book. For more information about git, check out another Packt book: GIT Version Control Cookbook.
In preparation for this recipe, be aware that two concepts were inadvertently introduced: git and manpages. Manpages are among one of the oldest forms of help documentation available in Linux, and git is a version control system that simplifies management, versioning, and distribution of files such as code. Knowing how to use either is certainly beneficial, but beyond the scope of this book. For more information about git, check out another Packt book: GIT Version Control Cookbook.
推薦閱讀
- Learning Python Web Penetration Testing
- The Supervised Learning Workshop
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- CMDB分步構(gòu)建指南
- Python從菜鳥到高手(第2版)
- Web交互界面設(shè)計(jì)與制作(微課版)
- 實(shí)用防銹油配方與制備200例
- FLL+WRO樂高機(jī)器人競賽教程:機(jī)械、巡線與PID
- C#實(shí)踐教程(第2版)
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- .NET Standard 2.0 Cookbook
- Laravel Application Development Blueprints
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- Drupal Search Engine Optimization
- Android熱門應(yīng)用開發(fā)詳解