随笔分类 -  Linux

上一页 1 2 3 4 5 6 ··· 18 下一页
摘要:现象 使用新建用户远程ssh登录后在页面输入命令后无法是回退键删除,删除会显示^H 原因 没有对应的bash使用默认的bash为/bin/sh 修复方法 手动加载bash $ bash 使用管理员修改文件修改bash # liuym:x:1002:1002::/home/liuym:/bin/bas 阅读全文
posted @ 2024-10-15 17:38 minseo 阅读(22) 评论(0) 推荐(0) 编辑
摘要:参考 https://zhuanlan.zhihu.com/p/335818087 查看目前开启的tmux窗口 列出所有会话 # tmux ls 0: 1 windows (created Sat Oct 12 15:05:13 2024) (attached) 1: 1 windows (crea 阅读全文
posted @ 2024-10-12 16:31 minseo 阅读(7) 评论(0) 推荐(0) 编辑
摘要:Github地址 https://github.com/makeplane/plane 环境查看 系统环境 # cat /etc/redhat-release CentOS Stream release 9 # uname -a Linux CentOSStream9Zabbix203 5.14.0 阅读全文
posted @ 2024-09-30 14:11 minseo 阅读(77) 评论(0) 推荐(0) 编辑
摘要:参考 https://blog.csdn.net/wzpny/article/details/139833234 官方文档 https://grafana.com/docs/loki/latest/ Loki简介 Loki是 Grafana Labs 团队最新的开源项目,是一个水平可扩展,高可用性, 阅读全文
posted @ 2024-09-20 14:00 minseo 阅读(779) 评论(0) 推荐(0) 编辑
摘要:简介 开源地址 https://github.com/vastxie/99AI 99AI 稳定版:可商业化的 AI Web 应用(免授权,无后门,支持快速部署),以 ALL-IN-CHAT 为目标。已支持 AI 对话、绘图、音乐、视频功能,以及联网、思维导图等插件。 环境查看 系统环境 # cat 阅读全文
posted @ 2024-09-14 09:17 minseo 阅读(188) 评论(0) 推荐(0) 编辑
摘要:参考阿里云文档 https://developer.aliyun.com/mirror/docker-ce?spm=a2c6h.13651102.0.0.2cd51b11vxOnXq Docker源无法安装使用国内阿里源安装Docker # step 1: 安装必要的一些系统工具 sudo yum 阅读全文
posted @ 2024-09-13 09:39 minseo 阅读(122) 评论(0) 推荐(0) 编辑
摘要:故障现象 主机无法使用ssh远程 输入密码之后报错如下 # Permission denied (password,keyboard-interactive). 原因 看起来好像是远端设置了不允许用户名和密码登录 其实是客户端设置问题 修复 或者注释 # ChallengeResponseAuthe 阅读全文
posted @ 2024-09-12 17:53 minseo 阅读(5) 评论(0) 推荐(0) 编辑
摘要:执行任何命令出现以下提示 ERROR: ld.so: object '/usr/local/lib/libprocesshider.so' from /etc/ld.so.preload cannot be preloaded: ignored. 解决方法 echo "" > /etc/ld.so. 阅读全文
posted @ 2024-09-05 09:58 minseo 阅读(105) 评论(0) 推荐(0) 编辑
摘要:环境查看``` 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux RockyTemplete 5.14.0-362.18.1.el9_3.0.1.x86_64 #1 SMP PREE 阅读全文
posted @ 2024-09-03 16:58 minseo 阅读(382) 评论(2) 推荐(1) 编辑
摘要:参考 https://infisical.com/docs/integrations/cicd/jenkins#jenkins-plugin Jenkins参考 https://plugins.jenkins.io/infisical/ 前提条件 安装配置infisical 设置了项目和密钥 Inf 阅读全文
posted @ 2024-08-23 09:43 minseo 阅读(20) 评论(0) 推荐(0) 编辑
摘要:参考 https://blog.csdn.net/u011197085/article/details/138143476 环境查看 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Rock 阅读全文
posted @ 2024-08-22 11:43 minseo 阅读(103) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/walkersss/p/17442533.html 使用ssh远程登陆centos,出现如下告警信息: bash: 警告:setlocale: LC_TIME: 无法改变区域选项 (zh_CN.UTF-8) 原因分析: 系统已经设置了默认地区_语言.字 阅读全文
posted @ 2024-08-19 09:08 minseo 阅读(311) 评论(0) 推荐(0) 编辑
摘要:KVM虚拟机怎么重命名 关闭虚拟机 # virsh shutdown oldname 删除所有快照 # virsh snapshot-delete olename 17777777 重命名 # virsh domrename oldname newname 阅读全文
posted @ 2024-08-17 15:38 minseo 阅读(5) 评论(0) 推荐(0) 编辑
摘要:参考: https://blog.csdn.net/qq_28304687/article/details/116302027 故障现象 kvm虚拟机处于暂停状态 使用一下命令无法恢复 # virsh shundown xxx # virsh reset xxx 原因分析 磁盘满了 # df -h 阅读全文
posted @ 2024-08-13 14:27 minseo 阅读(81) 评论(0) 推荐(0) 编辑
摘要:Gitee地址 https://gitee.com/xpliu2166/stone-crm?skip_mobile=true 环境查看 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Roc 阅读全文
posted @ 2024-07-31 17:07 minseo 阅读(133) 评论(0) 推荐(0) 编辑
摘要:参考 https://www.cnblogs.com/joshua317/p/18061002 故障现象 kvm虚拟机从一台主机迁移至另外一台主机后启动失败 报错信息如下 # Type "journalctl" to view system logs. 使用命令查看错误信息 # Failed to 阅读全文
posted @ 2024-07-30 13:56 minseo 阅读(55) 评论(0) 推荐(0) 编辑
摘要:环境查看 # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy # uname -a L 阅读全文
posted @ 2024-07-18 13:45 minseo 阅读(28) 评论(0) 推荐(0) 编辑
摘要:现象 挖矿xmrig占用100%CPU 处理过程 kill掉进程,后会立即启动 # kill pid # kill 14527 通过pid找到病毒文件地址 # ls -l /proc/PID/exe 找到病毒文件夹目录为 /root/c3pool 使用rm删除文件会报权限错误 使用lsattr查看隐 阅读全文
posted @ 2024-07-12 19:51 minseo 阅读(348) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 18 下一页
点击右上角即可分享
微信分享提示