Posts

Showing posts from December, 2017

Webmin on Ubuntu

Image
 How To Install Webmin on Ubuntu 16.04 PostedApril 21, 2017 124.3kviews  CONTROL PANELS APPLICATIONS   APACHE   LET'S ENCRYPT UBUNTU 16.04 Introduction Webmin  is a modern, web control panel for any Linux machine. It allows you to administer your server through an simple interface. With Webmin, you can change settings for common packages on the fly. In this tutorial, you'll install and configure Webmin on your server and secure access to the interface with a valid certificate using  Let's Encrypt . You'll then use Webmin to add new user accounts, and update all packages on your server from the dashboard. Prerequisites To complete this tutorial, you will need: One Ubuntu 16.04 server set up by following  the Ubuntu 16.04 initial server setup guide , including a sudo non-root user and a firewall. Apache installed by following  How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04 . We'll use Apache to perform Let's...

How to Install and Configure OpenLDAP Server on Ubuntu 16.04 Step by Step

Image
How to Install and Configure OpenLDAP Server on Ubuntu 16.04 Step by Step May 13, 2017   Xiao Guoan   3 Comments Ubuntu In this tutorial, we are going to take a look at installing and Configuring  OpenLDAP  server  on Ubuntu 16.04 LTS server. We will also install the  phpLDAPadmin  web-based management tool. What is OpenLDAP OpenLDAP  is an open-source and fast directory server that provides network client with directory services. Client applications connect to OpenLDAP server using the  Lightweight Directory Access Protocol (LDAP)  to access organizational information stored on that server.  Given the appropriate access, clients can search the directory, modify and manipulate records in the directory. OpenLDAP is efficient on both reading and modifying data in the directory. OpenLDAP servers are most commonly used to provide centralized management of user accounts. How to Install OpenLDAP Server on Ubun...