排序
Telegram:社群/频道/机器人,不限行业类型 集合推荐大全(不定期更新)
Telegram交流群 Telegram 新手帮助:https://t.me/newbie_chat Telegram 简体中文用户交流群:https://t.me/zh_groups_bot?start=getdetail=-1001031708962 Telegram Call Discussion:https://...
nginx https配置方法:http和https共存
nginx怎么配置https,nginx配置https方法,nginx中如何实现https和http都可访问。 给nginx配置SSL证书之后,https可以正常访问,http访问显示400错误,nginx的配置如下: server { listen 80 def...
宝塔面板关闭https强制跳转(http/https共存)
将站点的配置文件的301跳转规则去掉即可 注:301是永久重定向,需要清除浏览器缓存才能正常访问http。 Nginx Apache QQ图片20170822093315.png (29.97 KB, 下载次数: 0) 下...
apache中http强制跳转https的方法
如果需要整站跳转,则在网站的配置文件的<Directory>标签内,键入以下内容: RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ https://%{SERVER_NAME}/$1 [L,R]...
受保護的內容: Tampermonkey 擴展
Tampermonkey 扩展主页 https://ext.se.360.cn/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo...
Nginx以及单页面http自动跳转https方法
在配置80端口的文件里面,写入以下内容即可。 server { listen 80; server_name localhost; rewrite ^(.*)$ https://$host$1 permanent; location / { root html; index index.html index.htm; ...
免费SSL证书服务排行榜
编辑:cherlee SSL是越来越重要了。苹果宣布 2017 年 App Store 中的所用应用都必须使用 HTTPS 加密连接,百度、Google 等搜索引擎优先收录 HTTPS 页面并提升排名,百度、阿里巴巴等互联网巨头均...
KS3C、KS4C 常用win系列dd镜像
都是基于最新的msdn版本。 win7 旗舰 cn : https://mega.nz/#!8B5ywLRD!Z_ZX93xB6-1GmOWqmDM7gIHDMN-5Xhlpc7kKTpe6w6c 2008 data cn: https://mega.nz/#!1MQHGTJJ!WIPz9gR7bPx0FDa5pIKCV-ZkcROX...
bootcdn將停止運作,更換項目地址的辦法。
引用V2基的話: www.bootcdn.cn 上现在获取的文件链接全部是 cdnjs.cloudflare.com 的 BootStrap 中文网 v3 文档 中的「开始使用」里的 CDN 范例已经更改为 cdn.jsdelivr.net www.bootcdn.cn 自...
解决蓝奏云链接无法正常打开
只需选择以下任何一种方法即可: 1、去掉链接前的:www.,改为:https://lanzous.com/xxx 2、将链接格式:https://www.lanzous.com/xxx 换成:https://pan.lanzous.com/xxx 3、将lanzous的s换成...
VestaCP 使用.htaccess实现的强制SSL
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Webshell防御研究大全
https://github.com/tennc/webshell 各种webshell集合 https://github.com/ysrc/webshell-sample webshell样本 https://github.com/xl7dev/WebShell Webshell && Backdoor Collection h...
中国清华大学开源镜像Centos8 yum源
网址:https://github.com/hackyoMa/docker-centos/blob/8/CentOS-Base.repo 使用方法: cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-c...
网盘源码
Cloudreve ,演示地址 https://drive.aoaoao.me (会员注册) 蓝眼云盘 项目地址 https://tank-doc.eyeblue.cn/zh/ 论坛里的mjj开发的 演示地址:https://zfile.jun6.net/ 项目地址...
CentOS 8/7/6 安装最新内核并自动卸载多余内核
#导入key rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org #添加源 #CentOS 8 yum install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm #CentOS 7 yum instal...