Year: 2018
2016-03-28 发布 一个结合crontab定时推送github或coding库小玩意 gogit 2.5k 次阅读 · 读完需要 4 分钟 0 gogit 一个结合crontab定时推送github或coding库小玩意。 Github:https://github.com/HavenShen/gogit 注:运行此玩意的电脑,必须可运行python、已经配置好github和coding使用ssh key 无密钥通道git的ssh获取方式(推荐使用常年不关机的linux服务器)。 配置参考:Git配置安装使用教程操作github上传克隆数据 安装…
vi /etc/nginx/conf.d/gzipfcgi.conf gzip on; gzip_min_length 1k; gzip_buffers 4 16k; gzip_http_version 1.1; gzip_comp_level 9; gzip_types text/plain application/x-javascript text/css application/xml text/javascript application/x-httpd-php;…
Introduction Web scraping, often called web crawling or web spidering, or “programatically going over a collection of web pages and…
CentOS 7: Install Xfce for desktop environment This article will describe installing Xfce for desktop environment. Table of Contents 1.…
Connect your Magento account to Facebook Set up your Magento account to share your website events with Facebook in order…
https://www.facebook.com/business/help/922442221236307?helpref=search&sr=1&query=prestashop Connect your PrestaShop account to Facebook This integration is currently supported for PrestaShop versions 1.7 and 1.72. If…
vi /etc/httpd/conf.d/hss5.conf <VirtualHost *:8080> ServerAdmin [email protected] DocumentRoot “/var/www/html” ServerName www.vpseo.com ServerAlias vpseo.com ErrorLog “logs/hss5.error.log” CustomLog “logs/ vpseo.common.log” common ProxyPassMatch ^/(.*\.php(/.*)?)$…
Prestashop Error 500 – Top 7 reasons, and how to fix them by Visakh S | 28 May , 2018 “500 Internal Server…
Why is a WordPress Child Theme Important and How to Create It? Raushan JaiswalApril 28, 20175 Comments The awesome WordPress…
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…
我用过photonvps和yardvps,还行。两个是同一家公司。
https://github.com/cuber/ngx_http_google_filter_module
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的文件目录…
Online learning may not appeal to everyone; however, the sheer number of online learning sites suggests that there is at…
Aw All Service https://connect20.magentocommerce.com/bd881e4f86db425994d9adc91b35a4fc/aheadworks+AW_All-2.3.8 Copy Blog https://connect20.magentocommerce.com/bd881e4f86db425994d9adc91b35a4fc/aheadworks+AW_Blog-1.4.0 Copy
A List of Link Building Lists by PETER ATTIA on JANUARY 31, 2012 http://www.cucumbernebula.com/blog/a-list-of-link-building-lists/#urrs These are lists I’ve bookmarked and saved over the…
http://pointblankseo.com/link-building-strategies Note: the wording of this page was changed from “strategies” to “tactics” since that’s exactly what they are:…
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.