上一页 1 ··· 52 53 54 55 56
摘要: 查看系统版本 [root@application-01 ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 查看当前openssl版本 [root@application-01 ~]# openssl version Op 阅读全文
posted @ 2021-09-27 14:53 小吉猫 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 一 multitail 简介 MultiTail是个用来实现同时监控多个文档、类似tail命令的功能的软件。 多重tail功能。 二 multitail 安装 2.1 ubuntu 系统 root@wgs:~# apt -y install multitail 2.2 centos 系统 [root 阅读全文
posted @ 2021-09-14 10:27 小吉猫 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 一 axel简介 https://github.com/axel-download-accelerator/axel。 轻量级 CLI 下载加速器。 多线程下载工具,下载文件时可以替代curl、wget。 二 axel 安装 2.1 centos 系统 [root@wgs ~]# yum -y in 阅读全文
posted @ 2021-09-13 17:53 小吉猫 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 一 Glances简介 1.1 glances介绍 Glances是一个跨平台的监控工具,旨在通过curses 或基于Web 的界面呈现大量监控信息。该信息根据用户界面的大小动态调整。 它也可以在客户端/服务器模式下工作。远程监控可以通过终端、Web 界面或 API(XML-RPC 和 RESTfu 阅读全文
posted @ 2021-09-13 17:03 小吉猫 阅读(911) 评论(0) 推荐(0) 编辑
摘要: 一 下载安装包 root@wgs:~# wget https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-16.1.2-17966106.x86_64.bundle 二 添加执行权限 root@wgs:~# ch 阅读全文
posted @ 2021-09-13 13:33 小吉猫 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 一 查看cpu型号 root@localhost:~# grep name /proc/cpuinfo | sort | uniq model name : Intel Core Processor (Broadwell, no TSX) 二 查看物理CPU个数 root@localhost:~# 阅读全文
posted @ 2021-09-13 11:31 小吉猫 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: 一 代码上线脚本 1.1 项目路径 [root@app-01 ~]# tree -d -L 3 /data/apps/project/ /data/apps/project/ ├── apps │ └── mini-games │ └── public_v1.0.0 └── mini-games - 阅读全文
posted @ 2021-09-01 14:18 小吉猫 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 一 背景介绍 repo库迁移及批量创建gitlab项目 二 软件版本 [root@gitlab ~]# cat /opt/gitlab/embedded/service/gitlab-rails/VERSION 10.5.5 三 创建group 3.1 官方文件 https://docs.gitla 阅读全文
posted @ 2021-08-30 18:32 小吉猫 阅读(1298) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56