we can also perform reverse translation i.e. from IP addresses to domain name translations. In this tutorial, we are going to learn to setup a private DNS server by implementingBIND9on Ubuntu/Debian system. BIND
we can also perform reverse translation i.e. from IP addresses to domain name translations. In this tutorial, we are going to learn to setup a private DNS server by implementing
Nginx on Ubuntu has one server block enabled by default that is configured to serve documents out of a directory at/var/www/html. While this works well for a single site, it can become unwieldy if you are hosting multiple sites. Instead of modifying/var/www/html, let’s create a directo...
Make sure that the network is connected and configured correctly. For example, you must configure the DNS server on the Linux VDA. If you are using a Ubuntu Live Server, make the following change in the/etc/cloud/cloud.cfgconfiguration file b...
cd dns2tcp-0.5.2 ./configure make make install 配置DNS2TCP服务端 首先,将你的某个域名(这里以creke.net为例)开个二级域名,类型为NS,NS记录指向b.creke.net。然后将b.creke.net建立A记录指向你的Linux服务器IP(这里以1.2.3.4为例)。如下表所示。
Realm: EXAMPLE.COM Primary KDC: kdc01.example.com Secondary KDC: kdc02.example.com User principal: ubuntu Admin principal: ubuntu/adminPrerequisites Before installing the Kerberos server, a properly configured DNS server is needed for your domain. Since the Kerberos realm (by convention) matches ...
cd dns2tcp-0.5.2 ./configure make make install 配置DNS2TCP服务端 首先,将你的某个域名(这里以creke.net为例)开个二级域名a.creke.net,类型为NS,NS记录指向b.creke.net。然后将b.creke.net建立A记录指向你的Linux服务器IP(这里以1.2.3.4为例)。如下表所示。
If you have a domain name associated with your Nextcloud server, the Nextcloud snap can help you obtain and configure a trusted SSL certificate fromLet’s Encrypt. If your Nextcloud serverdoes nothave a domain name, Nextcloud can configure a self-signed certificate which will encrypt your web ...
Configure MySQL You can edit the files in/etc/mysql/to configure the basic settings – log file, port number, etc. For example, to configure MySQL to listen for connections from network hosts, in the file/etc/mysql/mysql.conf.d/mysqld.cnf, change thebind-addressdirective to the server’...
Installing a web server for a production environment, with Ubuntu as operating system, is not too difficult because most of the required packages don’t need a lot of configurations. In this tutorial we create a (power) user, we install Apache, PHP and MySQL, phpMyAdmin and several other se...