摘要:
hello,deepiner: I am liwl1991@bbs.deepin.org and github.com 以下是给deepin-teminal提交的pr: 终端增加透明与非透明切换快捷键 [https://github.com/linuxdeepin/deepin-terminal/p 阅读全文
摘要:
注意:本文不再更新。最新内容请点击:《我的deepin变形记》 本文最终通过脚本实现一键变形,代码托管于:https://gitee.com/liwl1991/my-deepin-v20 脚本适用版本20.5-20.8 文章最新更新时间:2022-11-29 1. 前言 接触和使用deepin也有3 阅读全文
摘要:
1. 需求 在linux上部署samba服务,因为linux主机使用的ldap认证,需要多这些ldap用户进行文件系统共享。 比如用户数据以:/public/groupname/username的形式部署在全局共享文件系统上 2. 部署openldap服务 略 3. 部署samba服务 yum -y 阅读全文
摘要:
shell简单使用技巧 阅读全文
摘要:
1. 映射常用短语 vim ~/.vimrc 当输入mliwl时,会自动转换为自定义内容 iab mliwl <c-r>=strftime("note by liwl, %Y/%m/%d %H:%M:%S")<cr> 同时设置以下参数,加快转换反应时间 set timeoutlen=500 set 阅读全文
摘要:
总结一些bash的特性用法 阅读全文
摘要:
. 阅读全文
摘要:
shell简单使用技巧 阅读全文
摘要:
shell简单使用技巧 阅读全文
摘要:
1. win10安装python 我安装的是python3.12 2. 编辑翻译脚本 申请百度翻译api的key和appid 注意安装相关依赖包:requests win10toast import requests import random import json from hashlib im 阅读全文
摘要:
获取源代码: apt source dde-launcher 修改代码: vim src/windowedframe.cpp,623行 case TopRight: path.moveTo(topLeft.x(), topLeft.y()); path.lineTo(topRight.x() - m 阅读全文
摘要:
目录1. 概述2. 实践过程2.1 修改大圆角为中圆角2.1.1 主窗口背景框2.1.2 修改增加时区对话框圆角2.1.3 修复【触摸板】背景框长度不一致2.1.4 修复【快捷键】增加按钮UI问题,调整与【默认程序】增加按钮一致2.1.5 修复【系统语言】背景框长度不一致。这个可能在卸载fcitx, 阅读全文