- Learning Linux Shell Scripting
- Ganesh Naik
- 159字
- 2021-06-25 22:02:43
To get the most out of this book
Any computer that has Linux OS installed in it will be sufficient for learning all the topics discussed in this book. For the first edition, we used Ubuntu Linux distribution. For this second edition, we have used CentOS Linux distribution. I have personally tested all the commands and scripts in Ubuntu 16.04, as well as in the CentOS 7.0 distribution.
During the course, if you find that any particular utility is not installed in Ubuntu or any Debian-based distribution, then enter the following command to install that utility:
$ sudo apt-get update
$ sudo apt-get install package-name
A good internet connection should be available for the preceding commands to run.
In CentOS 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.
- 腦動力:Linux指令速查效率手冊
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- WOW!Illustrator CS6完全自學寶典
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- Docker on Amazon Web Services
- Godot Engine Game Development Projects
- INSTANT Heat Maps in R:How-to
- 格蠹匯編
- 所羅門的密碼
- Visual Studio 2010 (C#) Windows數據庫項目開發
- 精通LabVIEW程序設計
- 電腦上網入門
- AVR單片機工程師是怎樣煉成的
- 智能+:制造業的智能化轉型
- QTP自動化測試實踐