Thinker Thinker

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

apt相关的命令笔记

apt相关的命令笔记 apt-install update 更新安装包缓存列表 apt-cache policy nodejs 查看nodejs 缓存列表中有哪些版本 apt-cache search 命令,查看命令在哪个包下,然后可以 apt-get install 安装哪个包

Aristotle Aristotle 发布于 2023-03-11

pm install,npm 镜像源

npm install,npm 镜像源 参考:https://blog.csdn.net/zsd_31/article/details/121182676 参考:https://blog.csdn.net/qq940853667/article/details/70837646 安装 ubuntu安

Aristotle Aristotle 发布于 2023-03-11

openssl 生成keypair,证书

openssl 生成keypair,证书 mkdir conf openssl req -new -newkey rsa:4096 -days 365 -subj "/CN=localhost" \ -nodes -x509 -keyout conf/auth.key -out co

Aristotle Aristotle 发布于 2023-03-10