- Instant Debian:Build a Web Server
- Jose Miguel Parrella
- 364字
- 2021-08-04 10:11:37
Getting ready
At any point in time, Debian has three different branches available for use: stable, testing, and unstable. Think of unstable as the cutting edge of free software; it has reasonably modern software packages, and sometimes those packages introduce changes or features that may break the user experience. After an amount of time has passed (usually 10 days, but it depends on the package's upload priority), the new software is considered to be relatively safe to use and is moved to testing. Testing can provide a good balance between modern software and relatively reliable software. Testing goes through several iterations during the course of several years, and eventually it's frozen for a new stable release. This stable release is supported by the Debian Project for a number of years, including feature and security updates.
Chances are you are building something that has an interesting team of people to back it up. In such scenarios, web development teams have chosen to go with testing, or even unstable, in order to get the latest software available. In other cases, conservative teams or groups with less savvy staff have resorted to stable because it's consistent for years.
It is up to you to choose between any, but this book will get you started with stable. You can change your Advanced Packaging Tool (APT) configuration later and upgrade to testing and unstable, but the initial installation media that we will use will be stable. Also, it is important that developers target the production environment as closely as possible. If you use stable for production, using stable for development will save a lot of time debugging mismatches.
You should know which versions of programming languages, modules, libraries, frameworks, and databases your application will be targeting, as this will influence the selection of your branch. You can go to packages.debian.org to check the versions available for a specific package across different branches. Choosing testing (outside a freeze period) and unstable will also mean that you'll need to have an upgrade strategy where you continuously check for new updates (with tools such as cron-apt) and install them if you want to take advantage of new bug fixes and so on.
- Learning C++ Functional Programming
- Learn Swift by Building Applications
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Web Development with MongoDB and Node(Third Edition)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- D3.js By Example
- Instant PHP Web Scraping
- GameMaker Essentials
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Visual C++開發寶典
- Redmine Cookbook
- DevOps 精要:業務視角
- 現代C++語言核心特性解析
- Learning TypeScript
- C語言從入門到精通(視頻實戰版)