1 2 3 4 5 ··· 7 下一页
摘要: hello,deepiner: I am liwl1991@bbs.deepin.org and github.com 以下是给deepin-teminal提交的pr: 终端增加透明与非透明切换快捷键 [https://github.com/linuxdeepin/deepin-terminal/p 阅读全文
posted @ 2023-04-15 16:55 liwl1991 阅读(50) 评论(0) 推荐(0)
摘要: 安装相关依赖: sudo apt install libx11-dev libdbus-1-dev wmctrl 复制源代码,编译: g++ -std=c++11 -o wechat wechat.cpp deepin系统设置全局快捷键 源码: //g++ -std=c++11 -o wechat 阅读全文
posted @ 2025-11-12 18:04 liwl1991 阅读(6) 评论(1) 推荐(0)
摘要: 私有化部署教程:https://www.wiz.cn/zh-cn/docker 为知笔记api:https://www.wiz.cn/wapp/pages/book/bb8f0f10-48ca-11ea-b27a-ef51fb9d4bb4/475c9ef0-4e1a-11ea-8f5c-a7618d 阅读全文
posted @ 2025-04-27 11:21 liwl1991 阅读(25) 评论(0) 推荐(0)
摘要: https://docs.redhat.com/zh_hans/documentation/red_hat_enterprise_linux/9/html/managing_software_with_the_dnf_tool/assembly_yum-commands-list_managing- 阅读全文
posted @ 2025-04-12 14:38 liwl1991 阅读(42) 评论(0) 推荐(0)
摘要: 1.python禁止缓存 export PYTHONUNBUFFERED=1 或者python -u xxx.py 2.rsync拷贝数据 rsync -avP --chown=user:group --chmod=755 * x.x.x.x:/a/b/c 改变数据属主 rsync -avP --n 阅读全文
posted @ 2025-04-07 20:40 liwl1991 阅读(6) 评论(0) 推荐(0)
摘要: 1. 概述2. 脚本编辑部分2.1 背景介绍2.2 生成LLD检查对象2.3 创建监测脚本3. zabbix配置部分3.1 创建模板3.2 配置模板3.3 配置主机TOC 1. 概述 本片博客主要介绍如何实现zabbix监测作业运行和报警 2. 脚本编辑部分 2.1 背景介绍 在年中的时候,本人基于 阅读全文
posted @ 2025-04-03 14:36 liwl1991 阅读(22) 评论(0) 推荐(0)
摘要: 1.用户通过扫码加入企业微信。 2.管理员审核通过,分配“部门” 3.创建应用,指定可见范围(部门,用户,标签) 4.创建标签 5.创建通知脚本 6.用户不用下载企业微信。下载企业微信时,默认在企业微信通知。仅在个人微信收发通知的设置方式为: 企业微信-新消息通知-仅在企业微信中接收消息-全部关闭。 阅读全文
posted @ 2025-04-03 14:08 liwl1991 阅读(374) 评论(0) 推荐(0)
摘要: ipmitool设置网络信息 ipmitool lan set 1 ipsrc static ipmitool lan set 1 ipaddr 15.0.1.15 ipmitool lan set 1 netmask 255.255.0.0 ipmitool lan set 1 defgw ipa 阅读全文
posted @ 2025-04-02 14:21 liwl1991 阅读(38) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-12-13 13:43 liwl1991 阅读(91) 评论(0) 推荐(0)
摘要: shell简单使用技巧 阅读全文
posted @ 2024-11-02 14:31 liwl1991 阅读(14) 评论(0) 推荐(0)
摘要: 1. 映射常用短语 vim ~/.vimrc 当输入mliwl时,会自动转换为自定义内容 iab mliwl <c-r>=strftime("note by liwl, %Y/%m/%d %H:%M:%S")<cr> 同时设置以下参数,加快转换反应时间 set timeoutlen=500 set 阅读全文
posted @ 2024-10-07 16:16 liwl1991 阅读(20) 评论(0) 推荐(0)
1 2 3 4 5 ··· 7 下一页