- Learning Linux Shell Scripting
- Ganesh Sanjiv Naik
- 128字
- 2021-08-20 10:44:26
What you need for this book
Any computer that has Linux OS installed on it will be sufficient for learning all the topics discussed in this book. I have personally tested all the commands and scripts in Ubuntu 12.10 distribution.
While learning, if you find that any utility has not installed alongside Ubuntu or any Debian-based distribution, then enter the following command to install this utility:
$ sudo apt-get update $ sudo apt-get install package-name
The Internet should be available for the previous commands to run.
In Red Hat or any other rpm-based distribution, enter the following commands:
$ sudo yum update $ sudo yum install package-name
If the Internet is connected, then using these commands, you can install any command or utility that is not already installed.
推薦閱讀
- 大話PLC(輕松動漫版)
- Google Apps Script for Beginners
- Moodle Administration Essentials
- Java程序員面試算法寶典
- Mastering OpenCV 4
- WordPress Plugin Development Cookbook(Second Edition)
- 軟件測試教程
- Visual Basic 6.0程序設計實驗教程
- C++程序設計教程(第2版)
- Ext JS 4 Plugin and Extension Development
- After Effects CC技術大全
- 創新工場講AI課:從知識到實踐
- HTML并不簡單:Web前端開發精進秘籍
- Mastering Responsive Web Design
- WCF 4.5 Multi-Layer Services Development with Entity Framework(Third Edition)