使用U盘给电脑安装Centos 7系统
U盘安装软件 https://rufus.ie/zh/ 截图: centos 7系统 https://buil … Read more 使用U盘给电脑安装Centos 7系统
博学之、审问之、慎思之、明辨之、笃行之
U盘安装软件 https://rufus.ie/zh/ 截图: centos 7系统 https://buil … Read more 使用U盘给电脑安装Centos 7系统
命令 kill -9 $(ps aux | grep 'retrieve' | awk & … Read more Linux系统Kill掉包含某个关键词的所有进程命令
https://stackoverflow.com/questions/40143190/how-to-exe … Read more 怎样在Shell中运行Python的多行代码
yum install zlib-devel bzip2-devel openssl-devel ncurse … Read more CentOS自己编译安装Python3的命令
1、找出TOMCAT的JVM的进程ID [work@112542000 ~]$ jps 290 Bootstr … Read more 快速找到Tomcat中最耗CPU的线程
Linux环境命令行 首先,根据进程命令,获取运行的tomcat的进程ID ps aux | grep tom … Read more Tomcat内存分析相关方法(jmap和mat)
在类Unix系统的Bash环境下,怎样检查文件是否存在呢? Shell中的test命令,可以用来检测文件的类型 … Read more Bash Shell怎样检查文件是否存在?
有两种方法可以在Python中执行SHELL程序,方法一是使用Python的commands包,方法二则是使用 … Read more python执行shell的两种方法