Thinker Thinker

linux命令which,whereis,locate,find的区别

linux命令which,whereis,locate,find的区别 which:常用于查找可直接执行的命令。只能查找可执行文件,该命令基本只在$PATH路径中搜索,查找范围最小,查找速度快。默认只返回第一个匹配的文件路径,通过选项 -a 可以返回所有匹配结果。 whereis:不只可以查找命令,

Aristotle Aristotle 发布于 2023-11-18

给NginX配置,利用jdk生成的自签名证书

给NginX配置,利用jdk生成的自签名证书 参考1:https://www.cnblogs.com/JaxYoun/p/12656641.html 参考2:https://developer.aliyun.com/article/877818 参考3:

Aristotle Aristotle 发布于 2023-11-18

在Linux中,删除一个文件需要什么权限

在Linux中,删除一个文件需要什么权限? https://www.cnblogs.com/Lyckerr/p/15189742.html 1、文件权限简单梳理   假设在Linux中,使用ls命令查看到某文件的权限为:-rw-r--r--,那么它们分别代表什么?   首位可能的字符有三,- 代表文

Aristotle Aristotle 发布于 2023-11-18

Linux性能监控命令_pidstat & 统计进程信息

Linux性能监控命令_pidstat & 统计进程信息 https://blog.csdn.net/m0_61066945/article/details/126568206 #!/bin/bash Help(){ echo -e "Usage: $0 [ options ]

Aristotle Aristotle 发布于 2023-11-06

美国地址生成器

美国地址生成器 https://www.meiguodizhi.com/

Aristotle Aristotle 发布于 2023-04-16

永久免费域名注册eu.org

永久免费域名注册eu.org 引用:https://www.ywsj.cf/archives/yong-jiu-mian-fei-yu-ming-zhu-ce-euorg

Aristotle Aristotle 发布于 2023-04-16

linux命令查看块大小

linux命令查看块大小 $ getconf PAGESIZE

Aristotle Aristotle 发布于 2023-03-23

maven查看变量和有效的pom

maven查看变量和有效的pom maven 打印变量${project.build.finalName} mvn help:evaluate -Dexpression=project.build.finalName mvn help:effective-pom maven查看有效的pom <!-

Aristotle Aristotle 发布于 2023-03-18

openssl生成自签名证书

openssl生成自签名证书 参考:https://ningyu1.github.io/site/post/51-ssl-cert/ 参考:https://www.jianshu.com/p/1a0958202087 参考:https://blog.

Aristotle Aristotle 发布于 2023-03-13

linux权限的理解笔记

linux权限的理解笔记 linux 的权限控制用户访问某个文件 用户可以属于多个用户组 文件的权限说明可以在ll下看到 表示某个用户,某个组,其他用户的访问 超级管理员root可以通过chmode修改文件的rwx权限说明 超级管理员root可以通过chown修改文件的用户

Aristotle Aristotle 发布于 2023-03-11