- Implementing Samba 4
- Marcelo Leal
- 272字
- 2021-07-16 12:08:36
Chapter 1. Installing the Samba 4 Server
In this chapter, we will begin with the GNU/Linux distribution, which we will use as the base operating system (OS) to run the Samba 4 software. We will install packages and execute some basic and fundamental configurations on the system. We will cover the following subtopics:
- A quick overview of the installation process of the GNU/Linux distribution Debian 7.0 (Wheezy). This OS installation procedure will not be covered in much detail, because it should be really straightforward for the reader. Also, there are many excellent resources available online for further reading in case of any doubts regarding the installation process of GNU/Linux.
- How to install and configure all the dependencies needed for a proper Samba 4 installation.
- Step-by-step procedures and explicit command line examples to install the Samba 4 software.
- How to use the Debian's official packages and repositories for all the dependencies.
- How to install the Samba 4 Server using the source code (stable branch) from the official GIT repository of the project.
- How to perform basic validations of the Samba 4 Server installation to be sure that the environment is ready for configuration and to provide a full range of the network services for which it's intended.
It's really important to have a sane environment on which the user can rely on and be sure that any issues faced later at the production phase are not caused by an unmet dependency, misconfiguration of one of the needed core parts of the OS, or even caused upon an auxiliary service (for example, the dhcp
server) that is not properly configured or enabled.
推薦閱讀
- DB2 V9權威指南
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Mastering OpenCV Android Application Programming
- Maven Build Customization
- Java從入門到精通(第4版)
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- 軟件測試技術指南
- 數據結構與算法分析(C++語言版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- JavaScript程序設計(第2版)
- RubyMotion iOS Develoment Essentials
- 從Power BI到Analysis Services:企業級數據分析實戰
- 交互式程序設計(第2版)
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- Java程序設計實用教程(第2版)