24K PLUS

键盘侠的日志

近期文章

  • 腾讯云服务器CentOS安装 Docker CE 非常慢怎么办
  • Linux 如何设置 Swap(交换分区)的 swappiness 参数
  • 【高危漏洞】sudo 堆溢出漏洞(CVE-2021-3156),可获取root权限
  • 如何为运行 CentOS 或 Red Hat Enterprise Linux 启用 EPEL 存储库?
  • Windows 10系统爆出高危漏洞
  • C# LoadXml 时发生 hexadecimal value 0x08, is an invalid character 错误
  • 解决腾讯云服务器 Docker 下载镜像速度慢的问题
  • Cloudflare Pages 发布Beta试用
  • 手机营业厅积分快速兑换话费
  • -bash: fc-cache: command not found 错误解决方法
  • 建议抛弃 NodeQuery.com,今年出现多次严重问题
  • OpenSSL发布官方通告,披露了一个拒绝服务漏洞,等级为高危!
  • 解决 Can’t open PID file /var/run/nginx.pid (yet?) after start: No such file or directory 错误
  • ASP.NET WebApi 简单实现 Jsonp
  • Debian 运行 Puppeter 环境搭建

分类目录

  • Csharp
  • DataBase
  • JavaScript
  • Linux
  • Network
  • Others
  • PHP
  • WordPress

文章归档

  • 2021年2月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年9月
  • 2020年7月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月

在线工具

  • JSON 在线格式化
  • IP 归属地查询

月度归档: 2020年11月

-bash: ping: command not found 错误解决方法

2020年11月19日 by admin·0评论

linux 系统可能没有自带 ping 工具。当用到 ping 如果没有安装就会出现 --bash: ping: command not found,需要我们自己安装。

CentOS 安装

yum install iputils -y

Ubuntu 安装

apt-get install inetutils-ping -y

-bash: ifconfig: command not found 错误解决方法

2020年11月11日 by admin·0评论

linux 系统可能没有自带 ifconfig 工具。当用到 ifconfig 如果没有安装就会出现 --bash: ifconfig: command not found,需要我们自己安装。

CentOS 安装

yum install net-tools -y

Ubuntu 安装

apt install net-tools -y

Copyright © 2019 - 2021 24K PLUS. All Rights Reserved.

友情链接:VPS收割者

粤公网安备 44011202000743号 网站备案号:粤ICP备19074934号