xiaoming728
xiaoming728
Hi there 👋
首页
分类
归档
瞬间
链接
首页
分类
归档
瞬间
链接
最新文章
置顶
探讨如何为开源项目提交 issue
什么是 GitHub Issue GitHub 官方文档(About issues - GitHub Docs)给出的解释是 Use GitHub Issues to track ideas, feedback, tasks, or bugs for work on GitHub.,即通过 GitH
Git技术
Git
Github
319
1
4
2024-04-09
Docker 部署 GitLab-ee 并破解
1.使用 docker-compuse 安装容器 version: '3.7' services: web: image: 'gitlab/gitlab-ee:latest' #restart: always hostname: 'gitlab.example.com'
9
0
0
2025-02-10
GitLab 安装与破解
1.Yum安装GitLab 添加 GitLab 社区版 Package curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash 安装 GitLab 社区版 sud
16
0
0
2025-02-10
Git镜像地址收集
修改镜像源 tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": [ "https://docker.rainbond.cc", "https://docker.hpcloud.cloud", "https:
94
0
0
2025-01-08
亚马逊 Aws EC2 服务器配置 Root 访问
1.创建完ec2实例,下载密钥对 使用密钥对登录 (ec2服务器初始用户名都是ec2-user) ssh -i "ec2-user.pem" ec2-user@ec2-xx-xx-xx-xx.xx-1.compute.amazonaws.com
技术杂文
92
0
0
2025-01-03
CentOS7 使用 Aliyun DDNS 动态解析域名
相关链接 CentOS 安装 PIP CentOS使用 Aliyun DDNS 动态域名解析
技术杂文
DDNS
111
0
0
2024-09-03
Mac下 .bash_profile 和 .zshrc 和 .zprofile 有什么区别?
在 macOS 中,.bash_profile、.zshrc 和 .zprofile 是不同的 shell 配置文件,它们在 shell 启动时的作用有所不同。下面是这些文件的区别: .bash_profile 用于 Bash Shell:bash 是 macOS 之前的默认 shell,直到 ma
382
1
0
2024-07-26
Nuxt.js 部署
安装node CentOS7安装nodejs18和yarn 从nodejs18开始就不支持Centos7了,这是因为centos7的gilbc版本比较低,因此需要安装非官方构建的版本。 如果npm安装的包依赖于glibc,那得改用docker或者换操作系统了。 到非官方发布版本网站下载压缩包node
147
1
2
2024-07-11
Navicat 17 for mac 无限14天试用
1.官网下载Navicat 17 https://www.navicat.com.cn/download/direct-download?product=navicat170_premium_cs.dmg&location=1 2.创建navicat.sh脚本 #!/bin/bash set -e
Mysql技术
技术杂文
540
0
4
2024-07-05
Docker安装wordpress
前提条件安装Mysql 参考:Docker环境安装Mysql 安装WordPress docker run --name wordpress --link mysql:mysql -p 80:80 -d wordpress:latest 进入页面进行配置即可。
Docker技术
Docker
wordPress
216
1
0
2024-04-08
阅读更多