background picture of the home page

Hi , bro~

One more time , one more chance .

  • prev
  • next

Linux设置时区

添加环境变量 export PATH="/usr/bin/docker-compose:$PATH" (似乎只能放在/usr/bin/目录下) export PATH="/etc/init.d/systemctl:$PATH" 修改系统时间 查看系统时间 #----------时区------

thumbnail of the cover of the post

Windows设置Nginx开机自动启动

设置Nginx开机自动启动   借助Windows Service Wrapper小工具,将Nginx转换为Windows服务,在服务中心配置自启动,从而在开机时windows自行启动Nginx服务。 1、自启动工具下载 工具下载URL:https://github.com/winsw/winsw/

thumbnail of the cover of the post

CentOS安装docker

一、安装Docker 1.首先安装必要的工具包: sudo yum install -y yum-utils device-mapper-persistent-data lvm2 2.添加Docker官方仓库: sudo yum-config-manager --add-repo https://

thumbnail of the cover of the post

CF隧道-OpenWrt

原帖地址:https://www.bilibili.com/opus/913601425790992418 1、首先curl下载内核文件,移动至用户目录下,添加权限 确认版本和内核:https://github.com/cloudflare/cloudflared/releases/ VERSION

thumbnail of the cover of the post

部署gitlab_en

1 参考文档 参考1:Gitlab 仓库搭建(详细版) 参考2:搭建 gitlab 私有仓库 2 Gitlab相关介绍 2.1 Gitlab Gitlab是一个用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的web服务。Gitlab有乌克兰程序员DmitriyZapor

thumbnail of the cover of the post

CentOS更换阿里云yum

从您提供的错误信息来看,CentOS 7 服务器无法解析 mirrorlist.centos.org 域名,并且因此无法从官方仓库获取软件包列表。这可能是由于 DNS 解析问题或者 CentOS 官方镜像源已经不再支持 CentOS 7(因为 CentOS 7 已经在 2020 年停止了官方支持,并

thumbnail of the cover of the post

CentOS文件共享

在CentOS系统中,将一台服务器上的一个文件夹挂载到同局域网的另一台服务器上,使之作为一个路径进行访问,通常可以通过NFS(Network File System)来实现。以下是一个详细的步骤指南: 一、NFS服务器端配置 安装NFS和RPC服务 首先,在NFS服务器端(即共享文件夹所在的服务器)

thumbnail of the cover of the post