摘要:
Fiddler ###下载: https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe 浏览器f12 选择“网络”,点选“保留日志” Fiddler 浏览器执行“去缓存刷新”:shift+f5 会话 即是 包 har文件在测试 阅读全文
摘要:
内存大于8G # 拉取Gitlab镜像 docker pull gitlab/gitlab-ce:latest # 启动容器 docker run \ -itd --name gitlab \ -p xxxx:80 \ -p yyyy:22 \ -e GITLAB_OMNIBUS_CONFIG:"e 阅读全文
摘要:
##在pve系统下载qcow2镜像 centos7: https://cloud.centos.org/centos/7/images/ ``` wget https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qc 阅读全文
摘要:
``` [Unit] Description=XXX After=network.target YYY.target [Service] Type=forking PIDFile=/run/XXX.pid ExecStartPre=/usr/bin/rm -f /run/XXX.pid ExecSt 阅读全文
摘要:
zip -r target.zip target/ #target/ do not put "*", otherwise it will exclude hidden files,like: zip -r target.zip target/* #wrong if expect include al 阅读全文
摘要:
#下载、安装 cd /opt wget https://github.com/prometheus/prometheus/releases/download/v2.37.6/prometheus-2.37.6.linux-amd64.tar.gz tar xvf prometheus-2.37.6. 阅读全文
摘要:
yum -y groups install "GNOME Desktop" startx 参考: http://www.guoxiaolong.cn/blog/?id=8318 https://blog.csdn.net/Doudou_Mylove/article/details/124012732 阅读全文
摘要:
#查看时区 date -R #查看硬件时间 hwclock #centos 9 手动同步时间 chronyc -a makestep #改时区 timedatectl set-timezone Asia/Shanghai # or cp -f /usr/share/zoneinfo/Asia/Sha 阅读全文
摘要:
###平台 windows ###下载: https://freefilesync.org/download ###生成 批处理作业文件 BatchRun.ffs_batch 打开 FreeFileSync.exe 选择左侧、右侧路径 选择比较、同步方式(比较选了默认的,同步从双向选择了(向右)更新 阅读全文
摘要:
给yum安装不了docker的centos: [toc] #Centos 7 ```shell yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/do 阅读全文