Introduction

1.5 Linux integration

Etere compatibility extends also alongside with Linux systems , giving the possibility to use active directory alternatives and sql server on linux. the topics of this chapter will be:

- Samba AD integration
- Reporting Service


we will cover these guides for Ubuntu distributions. If this is your first approach with Ubuntu, take in account these basic instructions:

$ sudo

this command asks for administrator privileges while executing the next command (for instance "$sudo apt install package" will install "package" as administrator)

$ apt 

Ubuntu and Debian package manager, with various options to manage and check packages

$ man

the prompt manual for each linux command ( executing for instance "$ man ls" will list the command description with all the possible options you can use with it)

$ systemctl 

prompt command to start , stop and monitor services