Search For:
- Home
- Search For:
This article will guide you on how to set up multiple #SSL #certificates on one #IP with #Nginx.
To set up Multiple SSL Certificates on a Single IP Using Nginx:
1. Domain names should be registered in order to serve the certificates by SNI.
2. Root Privileges to the server.
3. Nginx should already be installed and running on your #VPS. To #install Nginx: # sudo apt-get install nginx.
4. Make sure that #SNI is enabled in the #server.
This article will guide you on the different methods to resolve DHCP server error. A #DHCP error means the server on your network that provides an Internet Protocol (#IP) adress for devices is not able to assign your #device an IP adress.
Two things can cause a DHCP #error.
i. One is the configuration on the computer or device that allows a DHCP server to assign it an IP.
ii. The other is the configuration of the DHCP server. DHCP errors occur when the DHCP server or #router on a network cannot automatically adjust the device's IP address to join the #network.
This article will guide you on the steps to create #DigitalOcean #Space and #API Key. You will also see the #server #URL, bucket name (or Space name), access key, and secret. With this information you can connect most any S3-compatible client or library to your new DigitalOcean Space!
This article will guide you on the steps to Create and #Manage #User #Accounts on #oVirt and RHEV using #PowerShell commands.
ADMINISTERING USER TASKS FROM THE COMMAND LINE:
1. You can use the ovirt-aaa-jdbc-tool tool to manage user accounts on the internal domain.
2. Changes made using the tool take effect immediately and do not require you to restart the ovirt-engine service.
3. For a full list of user options, run ovirt-aaa-jdbc-tool user --help.
This article will guide you on the step by step process to install Red Hat Enterprise Linux 7.3. This involves completing the “Installation Summary” window along with the installation of #VMware #Workstation and creation of a virtual machine.
Red Hat® Enterprise Linux® is the world's leading enterprise #Linux platform. * It's an open source operating system (#OS). It's the foundation from which you can scale existing apps—and roll out emerging technologies—across bare-metal, virtual, container, and all types of cloud environments.
This article will guide you on steps to install #Yarn in Windows via #MSI Installation, Chocolatey Installation, and Scoop Installation. msi file that when run will walk you through installing Yarn on Windows. If you use the installer you will first need to install Node. js.
Yarn global install locations:
1. On #Windows %LOCALAPPDATA%\Yarn\config\global for example: C:\Users\username\AppData\Local\Yarn\config\global.
2. On #OSX and non-root Linux ~/.config/yarn/global.
3. On #Linux if logged in as root /usr/local/share/.config/yarn/global.
yarn install is used to install all dependencies for a project. This is most commonly used when you have just checked out code for a project, or when another developer on the #project has added a new dependency that you need to pick up.