Browsing: linux
The webp format is a picture format launched by Google. Compared with other conventional formats, this format has better compression…
Table of contents Requirements Extracting the Nano Server binaries Extracting and Injecting VMware Tools Drivers Building a Nano Server image…
https://computingforgeeks.com/how-to-install-vsphere-esxi-7/ In today’s guide we will be discussing the installation of vSphere ESXi 7 on Cisco UCS bare-metal Servers. The…
[client] #password = your_password port = 3306 socket = /tmp/mysql.sock [mysqld] binlog_cache_size = 64K thread_stack = 256K join_buffer_size = 2048K…
Screen is like a window manager for your console. It will allow you to keep multiple terminal sessions running and…
cd /www/wwwroot/hearing-aids.com.cn git config –system user.name “audisound” git config –system user.email “[email protected]” git remote rm origin git init git remote…
Solved:Could not resolve host: mirrors.iuscommunity.org Quote Post by henk » 29 Jan 2020 13:02 Yum update had an issue with the IUS mirror list.…
Install: Quick Install Magento 2 After you install OpenLiteSpeed, follow the instructions below to get your Magento 2 site working. You…
Hi there, today I would like to show you how to install latest version of OpenSSL (1.1.1c) on CentOS 7…
Web proxies have been around for quite some time now and have been used by millions of users around the…
//autorun crontab -e 02 4 * * * root run-parts /etc/cron.daily 42 4 1 * * root run-parts /etc/cron.monthly //…
yum provides php #自带的只有5.4版本 yum remove php* rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm #更新源 rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm yum remove php-common…
摘要: 经常碰到内部同学或者外部客户问ossutil关于增量上传的问题。本文简单描述下原理并举例说明。 # 应用场景 ## 场景一 某用户有一批文件(比如1000个)要上传到OSS(或从OSS下载,或从OSS拷贝到OSS,下同),当执行批量上传的过程中出现失败(比如在上传第601个文件时失败)。
CentOS 7: Install Xfce for desktop environment This article will describe installing Xfce for desktop environment. Table of Contents 1.…
Tutorial—Set up multiple websites or stores with nginx Set up multiple websites with nginx https://devdocs.magento.com/guides/v2.0/config-guide/multi-site/ms_nginx.html This tutorial shows…
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…
server { listen 80 default backlog=2048; listen 443 ssl; # listen [::]:80 default_server; server_name www.vpseo.com vpseo.com; #这里是你自己的域名,如果没有,用本机ip root /www/vpseo.com; #这里是放wordpress的文件目录…
https://github.com/BoizZ/PPTP-L2TP-IPSec-VPN-auto-installation-script-for-CentOS-7 #!/bin/bash ############################################################# # # # This is a PPTP and L2TP VPN installation for CentOS 7 # # Version:…
CentOS 7: Connect to Xfce desktop environment via XRDP
This article will describe installing Xfce desktop environment and XRDP, and connecting to Xfce desktop environment via XRDP.
How to Install and Configure CSF (Config Server Firewall) on CentOS 7 On this page Prerequisites Step 1 – Installation…
xrdp is an Open Source Remote desktop Protocol server, which allows you to RDP to your Linux server from Windows…