请登录

  • 博客
  • Ugoodu
  • 工具
  • 分享
  • 盖楼
  • 打卡
  • 随笔
  • 标签
  • 登录
  • 注册
  • 标签: linux 共 37 个结果.
  • Linux:解决yum镜像中没有wget,rpm方式安装wget命令

    一、场景 1、wget命令找不到 2、yum安装wget失败 yum -y install wget 二、安装步骤 1、下载 (1)下载地址:http://www.rpmfind.net/linux/rpm2html/search.php?...
    • 小豆丁
    • 1年前
    • 167
    • 0
  • linux解压缩操作常用命令:tar、zip、gzip

    1、tar 压缩、解压目录 (1)基本语法: tar -参数 文件名.tar.gz 目录地址 (2)常用: 压缩 tar -zcvf test.tar.gz /test #创建压缩文件, 解压 tar -zxvf test.tar.gz -C ...
    • 小豆丁
    • 1年前
    • 229
    • 0
  • 查看linux物理配置

    查看核数: cat /proc/cpuinfo cat /proc/cpuinfo | grep "cpu cores" | uniq 查看内存: cat /proc/meminfo | grep MemTotal 查看硬盘大小: fdisk -...
    • 小豆丁
    • 1年前
    • 320
    • 0
  • python版本切换

    [root@python ~]# python -V Python 3.7.2 [root@python ~]# python2 -V Python 2.7.5 [root@python ~]# vim /usr/bin/yum-config-m...
    • 小豆丁
    • 1年前
    • 285
    • 0
  • linux环境配置之jenkins安装(Centos)

    一、docker安装jenkins 1、docker安装 ```#卸载yum安装的老版本 sudo yum remove docker \ docker-common \ docker-selinux \ docker-engine #安装所需软...
    • 小豆丁
    • 1年前
    • 349
    • 0
  • shell实现发送mail提醒,邮件预警监控linux系统

    1、安装邮件服务 yum install -y mailx 2、配置邮件参数 (1)编辑mail.rc文件 vim /etc/mail.rc (2)参数详情配置,注意在文件后添加一下内容,并带上对应的参数 set from= set smt...
    • 小豆丁
    • 1年前
    • 230
    • 0
  • lsof命令精确查看端口的进程号

    1、来、直接上命令 lsof -i:80|grep "LISTEN"|awk '{print $2}' 2、
    • 小豆丁
    • 1年前
    • 232
    • 0
  • Jenkins安装配置

    一、docker安装jenkins 1、docker安装 #卸载yum安装的老版本 sudo yum remove docker \ docker-common \ docker-selinux \ docker-engine #安装所需软件包 ...
    • 小豆丁
    • 1年前
    • 330
    • 0
  • shell操作监听日志磁盘占用空间,实现自动清理日志

    话不多说,直接贴脚本 #!/bin/bash DAY_STR=`date +%Y-%m-%d %H:%M:%S` TIME_STR=`date +%H%M%S` percent=`df -k / | awk '{print int($5)}'` ...
    • 小豆丁
    • 1年前
    • 227
    • 0
  • linux环境配置之DNS设置(Centos)

    #DNS的配置文件 vim /etc/resolv.conf #dns地址,ip改为dns nameserver ip1 nameserver ip2 #网卡查看,默认网卡eth0 vim /etc/sysconfig/network-scrip...
    • 小豆丁
    • 1年前
    • 314
    • 0
  • 1
  • 2
  • 3
  • 4

热门文章

  • 1. Axure rp9 下载安装激活(亲测有效)
  • 2. linux命令大全
  • 3. 广告投放请看这里
  • 4. linux环境配置之防火墙操作--firewalld(Centos)
  • 5. linux环境配置之shell命令脚本的全局生效
  • 6. linux:python2升级为python3,需要修改的环境变量

最新发布

  • 1. 活着
  • 2. 命由我作,福自己求
  • 3. 爱恨随意
  • 4. Linux历史命令的记录
  • 5. jmeter生成压测报告:cmd命令
  • 6. 经纬度两点之间距离

最新评论

  • 关于维他奶的《通告:有关因为同事于事件中身故》,瞬间舆论爆炸:维他奶真毒奶!大家后续会选择豆本豆替代么?
  • 2020-05-19 23:00
mblog Copyright © Ugoodu 粤ICP备20018147号
Powered by lwj