- 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.
推薦閱讀
- Java應用與實戰
- Git Version Control Cookbook
- 華為HMS生態與應用開發實戰
- Software Testing using Visual Studio 2012
- PostgreSQL Replication(Second Edition)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- ActionScript 3.0從入門到精通(視頻實戰版)
- 計算機應用技能實訓教程
- Node.js區塊鏈開發
- 物聯網系統架構設計與邊緣計算(原書第2版)
- UML基礎與Rose建模實用教程(第三版)
- Swift High Performance
- Java服務端研發知識圖譜
- Selenium Essentials
- Learning Ext JS(Fourth Edition)