会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小吉猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
62
63
64
65
66
2021年9月27日
centos7升级openssl
摘要: 查看系统版本 [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 小吉猫
阅读(664)
评论(0)
推荐(0)
2021年9月14日
Linux运维常用工具之multitail
摘要: 一 multitail 简介 MultiTail是个用来实现同时监控多个文档、类似tail命令的功能的软件。 多重tail功能。 二 multitail 安装 2.1 ubuntu 系统 root@wgs:~# apt -y install multitail 2.2 centos 系统 [root
阅读全文
posted @ 2021-09-14 10:27 小吉猫
阅读(1520)
评论(0)
推荐(0)
2021年9月13日
Linux运维常用工具之Axel
摘要: 一 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 小吉猫
阅读(797)
评论(0)
推荐(0)
Linux运维常用工具之Glances
摘要: 一 Glances简介 1.1 glances介绍 Glances是一个跨平台的监控工具,旨在通过curses 或基于Web 的界面呈现大量监控信息。该信息根据用户界面的大小动态调整。 它也可以在客户端/服务器模式下工作。远程监控可以通过终端、Web 界面或 API(XML-RPC 和 RESTfu
阅读全文
posted @ 2021-09-13 17:03 小吉猫
阅读(2713)
评论(0)
推荐(1)
ubuntu desktop 安装VMware workstation 16 pro
摘要: 一 下载安装包 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 小吉猫
阅读(1166)
评论(0)
推荐(0)
Linux查看CPU个数
摘要: 一 查看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 小吉猫
阅读(1137)
评论(0)
推荐(0)
2021年9月1日
nodejs代码上线脚本
摘要: 一 代码上线脚本 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 小吉猫
阅读(135)
评论(0)
推荐(0)
2021年8月30日
gitlab通过api添加项目
摘要: 一 背景介绍 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 小吉猫
阅读(1874)
评论(0)
推荐(0)
上一页
1
···
62
63
64
65
66
公告