会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andreamwu
博客园
首页
新随笔
联系
订阅
管理
2022年2月10日
CentOS8 安装Nginx解压版本
摘要: Nginx http://nginx.org/en/download.html 以下都是 root账号下进行操作的 1 安装与启动 # 解压 tar zxvf nginx-1.20.1.tar.gz -C /opt/ # 安装依赖插件 # gcc 编译 C,C++ # pcre pcre-devel
阅读全文
posted @ 2022-02-10 20:56 andreamwu
阅读(213)
评论(0)
推荐(0)
2022年1月15日
Git 版本控制的简单使用记录
摘要: 持续记录自己常用Git的一些习惯 __ __ _______ __ __ ______ _______ __ .___________. | | | | | ____|| | | | / __ \ / _____|| | | | | |__| | | |__ | | | | | | | | | |
阅读全文
posted @ 2022-01-15 11:03 andreamwu
阅读(61)
评论(0)
推荐(0)
2021年10月9日
CentOS8 简单安装 Redis6.0.9
摘要: Redis 1.安装 yum的镜像配置 https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b11QmNCaG 配置命令: # 备份 mv /etc/yum.repos.d/CentOS-Base.repo /
阅读全文
posted @ 2021-10-09 22:15 andreamwu
阅读(86)
评论(0)
推荐(0)
2021年4月30日
电脑安装Win10的记录
摘要: # 安装win10的记录 ## 1.制作系统U安装盘 ### 一图流 :point_right: [微软官网的win10下载连接](https://www.microsoft.com/en-us/software-download/windows10) :point_right: ![用U盘制作wi
阅读全文
posted @ 2021-04-30 23:29 andreamwu
阅读(257)
评论(0)
推荐(0)
CentOS8 安装 RabbitMQ
摘要: RabbitMQ 安装记录 1.安装 1.1 环境 Zero dependency Erlang RPM from Team RabbitMQ 👉 RabbitMQ Erlang Version Requirements 使用PackageCloud Yum Repository安装 A quic
阅读全文
posted @ 2021-04-30 21:38 andreamwu
阅读(1762)
评论(0)
推荐(5)
2020年7月11日
在 Windows 上安装 MySQL8 压缩版
摘要: 记录在 Windows 上,按照文档安装 MySQL8 压缩版的安装步骤 MySQL 文档地址: https://dev.mysql.com/doc/refman/8.0/en/windows-install-archive.html 解压版本下载地址: https://downloads.mysq
阅读全文
posted @ 2020-07-11 17:05 andreamwu
阅读(269)
评论(0)
推荐(0)
公告