码迷,mamicode.com
首页 >  
搜索关键字:find grep    ( 34568个结果
linux tmp目录满了但实际占用看只有很小一部分
#tmp目录为例--借助lsof工具分析原因首先安装yuminstall-ylsof查看目录并且过滤出来delete,已经删除但文件描述符没有被释放lsof/tmp|grepdeleted处理办法,进入/proc/{pid(说明上面grep出来的pid号)}/fd到此完成.朋友多了路好走,技术难题不用愁.再次鸣谢邓高工的大力支持
分类:系统相关   时间:2020-10-18 16:52:24    阅读次数:50
ABAP学习(20):正则表达式使用
ABAP 正则表达式 ABAP支持正则表达式。 支持正则表达式的语句: 1.FIND,REPLACE语句; 2.Functions:count,count_xxx,contains,find,find_xxx,match,matches,replace,substring,substring_xxx ...
分类:其他好文   时间:2020-10-18 16:46:52    阅读次数:27
Java 项目源码漏洞扫描工具分享(全)
下面分享多个java 源码漏洞分析扫描工具: https://www.attackflow.com/商用 http://checkstyle.sourceforge.net/ (插件) http://findbugs.sourceforge.net/ https://pmd.github.io/ ( ...
分类:编程语言   时间:2020-10-18 16:30:42    阅读次数:72
maven出现报错:Failed to execute goal on project ***** Could not resolve dependencies for project com.**.**.**:jar:0.0.1-SNAPSHOT: Could not find artifact:jar:1.0-SNAPSHOT -> [Help 1]
springcloud项目是一个父项目,和多个子项目 例如以下: SpringcloudTest >父项目 SpringcloudTestA >子项目 SpringcloudTestB >子项目 对于子项目进行打包时会出现问题 Failed to execute goal on project : ...
分类:编程语言   时间:2020-10-18 16:25:33    阅读次数:44
Crontab定时任务篇
CronJob CronJob用于以时间为基准周期性地执行任务,这些自动化任务和运行在Linux或UNIX系统上的CronJob一样。CronJob对于创建定期和重复任务非常有用,例如执行备份任务、周期性调度程序接口、发送电子邮件等。 对于Kubernetes 1.8以前的版本,需要添加--runt ...
分类:其他好文   时间:2020-10-18 10:10:00    阅读次数:21
设置ProxmoxVE的LXC仓库为国内源
使用中科大的有ProxmoxVE的仓库SSH登录节点,查找相关配置文档,修改中科大的源地址,操作如下:grep-rn"download.proxmox.com"/usr/share/perl5/PVE/*sed-i.bak"s#http://download.proxmox.com/images#https://mirrors.ustc.edu.cn/proxmox/images#g"/usr/s
分类:其他好文   时间:2020-10-18 09:31:59    阅读次数:26
kubernetes部署Pod一直处于CrashLookBackOff状态
kubernetes部署Pod一直处于CrashLookBackOff状态,此状态会有多种问题,我的问题只是其中一种,但是排查思路大同小异。 1、在k8s的master集群上执行 kubectl get pod --all-namespaces|grep -Ev '1/1|2/2|3/3|Com' ...
分类:Web程序   时间:2020-10-16 10:51:57    阅读次数:28
laravel 用法大全开始
laravel 官网 laravel 学院 laravel-china 中文官网 composer 安装laravel并换镜像 https://packagist.laravel-china.org 为什么我不太想用 Laravel ? 主要看 Eloquent# 介绍 通过 Model 查询数据时 ...
分类:其他好文   时间:2020-10-14 20:14:48    阅读次数:23
Centos7.8Gitlab安装及配置
操作系统:CentOSLinuxrelease7.8.2003(Core)gitlab版本:gitlab-ce-12.3.9-ce下载镜像清华大学开源软件镜像站https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/wgethttps://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab
分类:其他好文   时间:2020-10-12 20:50:37    阅读次数:34
ftp
本章内容基于CentOS6.5(32位) 检查Linux上是否安装了ftp rpm -qa |grep vsftpd 如果已经安装了ftp服务,则出现ftp的版本信息 使用yum安装ftp服务 yum install vsftpd 查看ftp服务状态 service vsftpd status 刚刚 ...
分类:其他好文   时间:2020-10-10 17:38:29    阅读次数:20
34568条   上一页 1 ... 48 49 50 51 52 ... 3457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!