- Instant Debian:Build a Web Server
- Jose Miguel Parrella
- 169字
- 2021-08-04 10:11:39
How it works…
Rolling out your own installation media (remastering) involves knowledge of APT repositories, ISO 9660 structures, and preseeding. The purpose of remastering is basically adding the packages you need and your initial configuration decisions, putting them together on a media that will save time during installation. As all these steps are beyond the scope of this book, we'll point you to helpers such as live-scripts and UCK.
The second option, installing via network, is covered in detail in the Debian Installation Guide and might save some time as per running around the datacenter with optical media. As per imaging servers, SystemImager and Clonezilla are popular solutions, especially when the hardware matches in terms of disk sizes, and so on. The idea here is to install the system first, configure it, and then create an image to replicate to other servers. With imaging, be aware that you need to change the hostname—in /etc/hosts
and /etc/hostname
using the hostname
command—and any other system-specific data.
- Instant Apache Stanbol
- Scratch真好玩:教小孩學編程
- Java項目實戰精編
- Visual Basic程序設計教程
- AIRIOT物聯網平臺開發框架應用與實戰
- Angular Design Patterns
- Mastering Embedded Linux Programming
- Spring Data JPA從入門到精通
- INSTANT PLC Programming with RSLogix 5000
- Java 7 Concurrency Cookbook
- Learning Dynamics NAV Patterns
- Switching to Angular 2
- Implementing NetScaler VPX?(Second Edition)
- 邊做邊學深度強化學習:PyTorch程序設計實踐
- Python編程零基礎入門