06 2022 档案

摘要:1、不重启机器刷新注册表:任务管理器 —》explorer.exe 结束任务——》新建任务——》explorer.exe 2、内存优化:regedit:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory 阅读全文
posted @ 2022-06-29 17:20 walkersss 阅读(152) 评论(0) 推荐(0) 编辑
摘要:1、问题 jumpserver版本:2.23.2 最近jumpserver系统测试邮件可以正常发送, 创建用户,找回密码等日志均提示发送成功,但是未发送邮件 2、解决办法 在jumpserver的issue中找到类似的问题https://github.com/jumpserver/jumpserve 阅读全文
posted @ 2022-06-29 14:20 walkersss 阅读(320) 评论(0) 推荐(0) 编辑
摘要:1)购买亚马逊服务器后生成的xxx.pem 在Linux环境下 chmod 700 xxx.pem ssh-keygen -y -f xxx.pem > xxx.pem.pub 2)在win环境 把xxx.pem xxx.pem.pub文件放在一起, CRT + NEW amz-xxx-pc hos 阅读全文
posted @ 2022-06-22 15:45 walkersss 阅读(58) 评论(0) 推荐(0) 编辑
摘要:mysql> GRANT ALL PRIVILEGES ON g-xxx.* TO 'test'@'%';ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to yo 阅读全文
posted @ 2022-06-10 19:19 walkersss 阅读(266) 评论(0) 推荐(0) 编辑
摘要:Clickhouse 单机版 yum install -y libtoolyum install -y *unixODBC* clickhouse-client-21.7.3.14-2.noarch.rpmclickhouse-common-static-21.7.3.14-2.x86_64.rpm 阅读全文
posted @ 2022-06-10 18:14 walkersss 阅读(103) 评论(0) 推荐(0) 编辑
摘要:Linux有一个特性:OOM Killer,一个保护机制,用于避免在内存不足的时候不至于出现严重问题,把一些无关的进程优先杀掉 echo -15 /proc/[pid]/oom_adj这会让 oom 在出现 Out of memory后,尽量不去kill这个进程。 echo 10 /proc/[pi 阅读全文
posted @ 2022-06-09 20:40 walkersss 阅读(171) 评论(0) 推荐(0) 编辑

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