摘要: 一、前言 1.基于OWIN的项目摆脱System.Web束缚脱颖而出,轻量级+跨平台,使得ASP.NET应用程序只需依赖这个抽象接口,不用关心所运行的Web服务器。 2.OWIN.dll介绍 使用反编译工具打开Owin.dll,你会发现类库中就只有一个IAppBuilder接口,所以说OWIN是针对... 阅读全文
posted @ 2015-12-25 15:29 b̶i̶n̶g̶.̶ 阅读(3011) 评论(9) 推荐(10) 编辑
摘要: CentOS Repositories https://centos.pkgs.org/ 1.防火墙开放端口 1.1 开启端口 # firewall-cmd --zone=public --add-port=80/tcp --permanent 1.2 删除开启端口 # firewall-cmd - 阅读全文
posted @ 2014-06-30 14:05 b̶i̶n̶g̶.̶ 阅读(2973) 评论(0) 推荐(1) 编辑

1、进入下载页面

MySQL :: Download MySQL Community Server (Archived Versions)

2、下载客户端相关的包

cd /tmp
wget mysql-common_8.4.0-1debian11_amd64.deb
wget mysql-community-client-plugins_8.4.0-1debian11_amd64.deb
wget mysql-community-client-core_8.4.0-1debian11_amd64.deb
wget mysql-community-client_8.4.0-1debian11_amd64.deb

3、安装

dpkg  -i mysql-common_8.4.0-1debian11_amd64.deb
dpkg  -i mysql-community-client-plugins_8.4.0-1debian11_amd64.deb
dpkg  -i mysql-community-client-core_8.4.0-1debian11_amd64.deb
dpkg  -i mysql-community-client_8.4.0-1debian11_amd64.deb

4、安装完成 

mysqldump

 

posted @ 2024-12-30 12:04 b̶i̶n̶g̶.̶ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 1、官网下载rpm包 cd /tmp wget https://www.clamav.net/downloads/production/clamav-1.4.1.linux.x86_64.rpm 2、安装 rpm -ivh clamav-1.4.1.linux.x86_64.rpm 3、创建目录 # 阅读全文
posted @ 2024-12-26 08:58 b̶i̶n̶g̶.̶ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1、du查询目录大小 sudo du -x -d1 -h /var | sort -hr 阅读全文
posted @ 2024-12-01 12:41 b̶i̶n̶g̶.̶ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、参考链接:Linux服务器升级openssh9.9最新版全过程,及遇到问题处理_openssh升级-CSDN博客 2、升级提前备份/etc/ssh/sshd_config、/etc/pam.d/sshd 3、升级问题 Linux 无法远程登录,错误日志:PAM unable to dlopen( 阅读全文
posted @ 2024-11-15 14:05 b̶i̶n̶g̶.̶ 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1、创建或修改 /etc/docker/daemon.json 文件 { "registry-mirrors": ["https://hub.xdark.top","https://hub.littlediary.cn","https://dockerpull.org","https://hub.c 阅读全文
posted @ 2024-06-07 15:09 b̶i̶n̶g̶.̶ 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、debian11 wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.bullseye_amd64.deb apt install ./wkhtmltox* 阅读全文
posted @ 2024-06-04 18:05 b̶i̶n̶g̶.̶ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: server { listen 80; server_name xxx.cn www.xxx.cn; return 301 https://$server_name$request_uri; } server { listen 443 ssl http2; server_name xxx.cn ww 阅读全文
posted @ 2023-06-30 13:58 b̶i̶n̶g̶.̶ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1、查看 1.1 先检查firewall-cmd中是否有区域占用了 docker0 firewall-cmd --get-active-zones 1.2 查看firewall-cmd是否存在 docker 区域 firewall-cmd --get-zones 2、变更 sudo firewall 阅读全文
posted @ 2023-03-01 13:47 b̶i̶n̶g̶.̶ 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 一、停止 systemctl stop mysqld.service 二、下载要升级版本的相关rpm包 cd /tmp wget https://cdn.mysql.com/Downloads/MySQL-8.4/mysql-community-common-8.4.2-1.el8.x86_64.r 阅读全文
posted @ 2023-01-17 20:30 b̶i̶n̶g̶.̶ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1、查询锁表语句 select request_session_id spid, OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type = 'OBJECT' 2、 阅读全文
posted @ 2022-12-20 17:02 b̶i̶n̶g̶.̶ 阅读(504) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示