老鄢博客

分享互联网技术,各种技术折腾

×
  • 首页
  • 热爱技术
    • 服务器
    • php
    • shell
    • vim
    • 前端
  • vps服务器
  • 各类新闻
  • 历史故事
  • 成语故事
首页发表于2021年05月的文章
docker查看容器的内存ctop

docker查看容器的内存ctop

我们创建了很多的容器 如何查看容器的资源消耗 如内存及cpu的使用情况呢? 首先查看容器列表 `docker ps -a` 然后 `docker stats 容器的...
2021年05月27日  阅读 498 次浏览 发表评论
阅读全文
gitlab如何修改项目clone克隆地址

gitlab如何修改项目clone克隆地址

有时候我们需要修改项目的clone地址 如何操作 打开gitlab容器、编辑gitlab.yml文件 `root@061df89f4dbb:/# vim /opt/...
2021年05月20日  阅读 268 次浏览 发表评论
阅读全文
git查看远程仓库地址

git查看远程仓库地址

git查看远程仓库地址命令 `$ git remote -v` ``` [root@476a8f7324e2 citest]# git remote -v orig...
2021年05月20日  阅读 550 次浏览 发表评论
阅读全文
jenkins发布日期不正确修改

jenkins发布日期不正确修改

docker安装完jenkins后发现系统时间不对 于是`cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime`修...
2021年05月20日  阅读 703 次浏览 发表评论
阅读全文
docker安装centos并以root运行

docker安装centos并以root运行

默认情况下用docker安装服务器后 执行systemctl start 则会提示没有权限 如拉取镜像 ``` docker pull centos:centos7...
2021年05月19日  阅读 400 次浏览 发表评论
阅读全文
安装jenkins服务器插件安装太慢如何解决

安装jenkins服务器插件安装太慢如何解决

平时在阿里云上安装jenkins插件太快了 最近在自己的电脑上docker布署jenkins安装插件非常慢 有没有办法解决 当我们启动jenkins后会让你输入默认...
2021年05月19日  阅读 218 次浏览 发表评论
阅读全文
docker修改默认的存储路径/var/lib/docker

docker修改默认的存储路径/var/lib/docker

因为是在虚拟机中安装了centos只分配了10G的空间 当我安装了docker后 安装服务器如`jumpserve`,`gitlab`,`jenkins`后要不了多...
2021年05月19日  阅读 273 次浏览 发表评论
阅读全文
password does not satisfy the current policy requirements

password does not satisfy the current policy requirements

mysql5.7支持JSONField 当我想设置一个简单的密码时,提示`Your password does not satisfy the current po...
2021年05月19日  阅读 349 次浏览 发表评论
阅读全文
docker如何安装jumpserver服务器

docker如何安装jumpserver服务器

首先安装mysql5.7,如果mysql为5.6可能会有问题 ``` # mysql $ create database jumpserver default ch...
2021年05月17日  阅读 242 次浏览 发表评论
阅读全文
centos安装mysql5.7

centos安装mysql5.7

mysql5.6不支持jsonfield 如何yum安装centos5.7 添加Mysql5.7仓库 `rpm -ivh https://dev.mysql.com...
2021年05月17日  阅读 490 次浏览 发表评论
阅读全文

文章导航

第 1 页 第 2 页 第 3 页 第 4 页

近期文章

  • git将指定的commit中的文件另存为
  • git diff指定分支的文件夹目录
  • 清除shell命令历史记录
  • excel日期格式转为Y-m-d H:i:s
  • vim正则替换将`内容`中的空格替换为空
Copyright ©  站点名称  版权所有. 沪ICP备20010784号-1
  • 文章目录
  • 繁
  • 微信

    在线咨询