08 2022 档案

composer 操作
摘要:composer list 显示所有命令 composer show 显示所有包信息 composer install 在 composer.json 配置中添加依赖库之后运行此命令安装 composer create-project laravel/laravel Laravel –prefer- 阅读全文

posted @ 2022-08-12 15:57 旭彬 阅读(14) 评论(0) 推荐(0) 编辑

es 集群并设置密码
摘要:1. 生成证书 bin/elasticsearch-certutil cert -out config/elastic-certificates.p12 -pass ""2. elastic-certificates.p12 复制到其他节点 3. 修改每一个节点配置并启动 xpack.securit 阅读全文

posted @ 2022-08-11 17:55 旭彬 阅读(481) 评论(0) 推荐(0) 编辑

linux命令添加至环境变量
摘要:vim /etc/profile 最后一行添加 /usr/local/nginx/sbin/ 命令目录 export PATH="/usr/local/nginx/sbin/:$PATH" 保存后 source /etc/profile 阅读全文

posted @ 2022-08-11 14:59 旭彬 阅读(187) 评论(0) 推荐(0) 编辑

rar 压缩解压
摘要:rar wget https://www.rarlab.com/rar/rarlinux-x64-612.tar.gz # 压缩文件 rar a -r test.rar file # 解压文件 unrar x test.rar a : 添加到压缩文件 -r : 递归处理 x : 以绝对路径解压文件 阅读全文

posted @ 2022-08-11 14:38 旭彬 阅读(155) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示