摘要:
了解下pt-online-schema-change centos7.9下percona-toolkit-3.0.11-1测试比较没报错 阅读全文
摘要:
转载自:https://blog.csdn.net/weixin_42992444/article/details/109271575 原文链接: https://backreference.org/2011/09/17/some-tips-on-rpm-conditional-macros/ 阅读全文
摘要:
新版本pkg-config默认移除显示系统目录的项,可以通过指定如下配置项来完成展示【一些早期项目,未考虑到这个变化的,可能导致cflags判断为空而走其他的分支】 PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 找到资料后,根据PKG_CONFIG_ALLOW_SYSTEM_CF 阅读全文
摘要:
使用 gpg-agent (1)安装 sudo apt-get install gpg-agent安装后正常情况下,ps aux可以看到 /usr/bin/gpg-agent --supervised 如果没有看到,那退出ssh再重新登录 如果没有自动运行,那手工运行:gpg-connect-age 阅读全文
摘要:
打包代码中执行了systemd-tmpfiles --remove --create 默认会执行所有conf的内容,dnf的rpmdb_lock.pid也在其中,会被清理掉;因此有可能yum安装的时候会提示rpmdb_lock.pid不存在的问题 记录下,省得忘了 阅读全文
摘要:
https://www.jianshu.com/p/6b629dc305af 阅读全文
摘要:
https://blog.csdn.net/as3luyuan123/article/details/16850953 阅读全文
摘要:
"C:\Program Files\7-Zip\7z.exe" e -aou 2.7z 重名的文件自动重命名 阅读全文
摘要:
1、首次安装deb (dkpg -i) 调用顺序: preinst -> postinst 各调用程序$1对应参数: preinst: install postinst: configure 2、卸载 (dpkg -r) 调用顺序: prerm -> postrm 各调用程序$1对应参数: prer 阅读全文
摘要:
http://t.csdn.cn/ApH7u https://blog.csdn.net/gatieme/article/details/52829907#:~:text=Ubuntu%E4%B8%8B%E5%88%B6%E4%BD%9Cdeb%E5%8C%85%E7%9A%84%E6%96%B9% 阅读全文