Apache设置http80端口强制使用443端口https的正确三种方法及强制www开头
1、通过虚拟主机配置文件(.conf文件)重定向(Redirect permanent 为永久重定向...
centos 7.8 7.9安装python3.12并解决pip install时报错SSL问题
按网上流程安装使用pip时会报错如下内容
WARNING: pip is configured with locati...
centos7.9升级内核到5.*
uname -sr
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh...
使用百度统计后,Chrome浏览器报错跨站点资源相关联的cookie被设置为不具有“ SameSite”属性
A cookie associated with a cross-site resource at http://hm.baidu.com/ was s...
lnmp 多核cpu服务器/云服务器nginx.conf配置优化,worker_processes和worker_cpu_affinity参数如何设置?
worker_processes和worker_cpu_affinity参数如何设置?
首先使用以下命令查看自己...
Ubuntu 20.4 LST 使用notepad+的SFTP连接报错问题
错误信息
[SFTP] Connection failed : kex error : did not find one of algos d...
LNMP一键安装包得的memcached怎么修改配置参数?
示例命令如下:
/usr/bin/memcached -p 11211 -u nobody -m 1024 -c 4096
-p 112...
Is the docker daemon running? Docker使用总结
/usr/bin/docker-current: Cannot connect to the Docker daemon at unix:///var/r...
GNU Make version is too old
make -v
GNU Make 3.82
Built for x86_64-redhat-linux-gnu
Copyright (C) 2010 ...
CentOS7 & OpenLitespeed服务器安装Let’s Encrypt免费SSL证书方法
首先在centos7上安装certbot
yum -y install yum-utils
yum-config-manager --ena...
OpenLitespeed服务器WordPress的rewrite规则
WordPress基本的rewrite规则
# BEGIN WordPress
RewriteEngine On
RewriteBase /
R...
centos系统升级yum默认安装的Python2.6至2.7版
首先查看默认 Python 版本
python -V
若版本低于2.7则继续
yum groupinstall "Deve...
nubuilder中Browse表单界面,冻结第一行
代码如下
if (nuFormType() == 'browse') {
$(window).scroll(function(e) {...