Hey Guys 👋

Welcome to my Blog!

Docker 安装 Oracle 和 Nginx

前言 Linux 安装 Oracle 太麻烦了,还需要去官网下载,官网下载需要登录 Oracle 账号,下载后还需要上传安装,而使用 Docker 安装更简单,下面就是整个安装过程。 更新 Yum 源 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 # 备份原有Yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup # 选择和配置新的Yum源 # 阿里云镜像源 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo # 网易镜像源 # curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS-Base.repo # 清华大学镜像源 # curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.tuna.tsinghua.edu.cn/help/centos/7/.repo # 更新Yum缓存 # 清除旧的缓存并生成新的缓存,以确保Yum能够正确识别新的源 yum clean all yum makecache # 测试Yum源 # 正常显示软件包列表,说明Yum源配置成功 yum list Docker的安装 安装Docker ...

2024-12-20 · 2 分钟 · 826 字 · wefashe

杭州购房指南

本文分享自微信公众号《护网专题第一篇-Java内存马(下)》,作者:零鉴科技 Hexo Docker环境使用篇

2024-12-09 · 1 分钟 · 50 字 · wefashe

中文技术文档的写作规范

本文分享自《中文技术文档的写作规范》,作者:夜法之书 技术文档建议规范,献给广大技术人员范 标题 层级 标题分为四级。 一级标题:文章的标题 二级标题:文章主要部分的大标题 三级标题:二级标题下面一级的小标题 四级标题:三级标题下面某一方面的小标题 下面是示例。 1 2 3 4 5 6 7 # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 原则 1、一级标题下,不能直接出现三级标题。 ...

2024-12-06 · 5 分钟 · 2313 字 · wefashe

每日速记

2024-12-19 管理 GitHub Pages 站点的自定义域: 含有GitHub Pages 的 IP 地址 cloudflare IP 地址范围 杭州购房指南 2024-12-30 Favicon Generator 可以根据图篇生成网站图标 Tom’s Blog 里面很多Hugo配置 2024-12-31

2024-12-03 · 1 分钟 · 66 字 · wefashe

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post 1 $ hexo new "My New Post" More info: Writing Run server 1 $ hexo server More info: Server Generate static files 1 $ hexo generate More info: Generating Deploy to remote sites 1 $ hexo deploy More info: Deployment ...

2024-12-02 · 1 分钟 · 82 字 · wefashe