Browsing: Install server
Table of contents Requirements Extracting the Nano Server binaries Extracting and Injecting VMware Tools Drivers Building a Nano Server image…
[client] #password = your_password port = 3306 socket = /tmp/mysql.sock [mysqld] binlog_cache_size = 64K thread_stack = 256K join_buffer_size = 2048K…
Hi there, today I would like to show you how to install latest version of OpenSSL (1.1.1c) on CentOS 7…
CentOS 7: Install Xfce for desktop environment This article will describe installing Xfce for desktop environment. Table of Contents 1.…
vi /etc/nginx/conf.d/ps1.7.conf server { listen 80; listen [::]:80; #Use this to enable IPv6 server_name www.example.com; root /var/www/prestashop17; access_log /var/log/nginx/access.log; error_log…
vi /etc/nginx/conf.d/prestashop.conf server { listen 80; #listen [::]:80; # Uncomment this line if you also want to enable IPv6 support…