摘要:Docker下搭建Ewomail邮件服务器 EwoMail 开源企业邮件系统 的docker镜像 https://hub.docker.com/r/bestwu/ewomail/ 注意:mail.ewomail.com 换成自己的域名 可配置参数 https://blog.csdn.net/inth
阅读全文
摘要:http://www.ruanyifeng.com/blog/2013/07/gpg.html gpg --list-keysgpg --armor --output pubkey.asc --export [用户ID]导出私钥形式如下:gpg --armor --output prikey.asc
阅读全文
摘要:macbook top software tableplus,alfred, clashx macbook brew install /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.s
阅读全文
摘要:https://blog.csdn.net/new_delete_/article/details/81544438?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase
阅读全文
摘要:ant -file build.xml Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-i386/lib/tools.jar Buildfile: /var/lib/jenkins/jobs
阅读全文
摘要:https://blog.csdn.net/ximerr/article/details/87111624 https://git.ntut.com.tw/others/openconnect 下载编译 openconnect ,命令依次为: git clone https://github.com
阅读全文
摘要:dpkg error dpkg status database is locked by another process# 大致思想是:首先将dpkg这个进程杀掉,之后将/dpkg/lock 移除;接着按中断给的提示去执行即可。 ps -ef | grep aptps -ef | grep dpkg
阅读全文
摘要:https://blog.robertelder.org/data-science-linux-command-line/
阅读全文
摘要:sudo fsck.hfsplus -fryd /dev/sdc2 /sbin/fsck_hfs -yprd /dev/partitionName can not fix b-tree node size(4) http://download.easeus.com/free/mac_drw_free
阅读全文
摘要:为减少日志文件占用的空间,很多情况下我们会将日志文件以天或周为周期打包成tar.gz 包保存。虽然这样做有利空间充分利用,但当我们想查看压缩包内的内容时确很不方便。如果只是一个tar.gz文件,可以将其解压,再利用grep、awk或vi等工具查看或处理。不过如果有一个月或都一年的日志需要找出某些关键
阅读全文
摘要:参考http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html 1、service是一个脚本命令,分析service可知是去/etc/init.d目录下执行相关程序。service和chkconfig结合使用。服务配置文
阅读全文
摘要:nginx rate limithttps://www.topjishu.com/12139.htmlhttps://blog.csdn.net/hellow__world/article/details/78658041 Nginx配置之负载均衡、限流、缓存、黑名单和灰度发布https://www
阅读全文
摘要:说明:按照本文中以下内容配置https,猫server.xml中clientAuth=false,单向验证的时候,网页中可以访问;当clientAuth=true进行双向验证的时候,网页中不可以访问;但是两种方式在客户端导入受信任证书通过java代码调用的时候,都没有问题! 备注:配置tomcat以
阅读全文
摘要:设置中文后,查看图形有乱码,文字变成了方块 Win+R打开运行,输入fonts,回车进入Windows字体目录,找到微软雅黑-常规字体,复制出来将文件名修改为msyh.ttf,注意后缀ttf。 将msyh.ttf上传到服务器zabbix字体目录中: /usr/share/zabbix/fonts/
阅读全文
摘要:https://github.com/Emersonxuelinux/zatree-3.0-/tree/master/zabbix-3.0.x /bin/sh /config/ds.sh /tmp/zabbix_agentd.pid sudo -u zabbix /usr/local/sbin/za
阅读全文
摘要:(一)首先安装ssmpt和mailutils: sudo apt-get install ssmtp mailutils (二)接下来编辑配置文件sudo gedit /etc/ssmtp/ssmtp.conf root=YOUR_PERSONAL_MAIL@DOMAIN mailhub=smtp.
阅读全文
摘要:sudo apt install inotify-tools while inotifywait -q -r -e create,delete,modify,move,attrib --exclude "/\." /etc/nginx/ /data/conf/nginx/; do nginx -t
阅读全文
摘要:lua-openresty docker-- https://blog.csdn.net/boling_cavalry/article/details/79290944 lua-practice https://github.com/backkoms/lua-practice/blob/master
阅读全文
摘要:https://elinux.org/CI20_Dev_Zone#Making_a_bootable_SD_card_from_sources IDAPro65.exe: 下载地址:http://pan.baidu.com/s/1jGC9hHG 这货是修改版刚才FQ查了一下貌似是除了安装界面修改了一
阅读全文
摘要:https://blog.csdn.net/zl87758539/article/details/77481679 sed -i “s?.+?progpathprogpathprog_exe?” config/Daemon.xml其中:.+ 表示任意字符类似的还有:\w+ 匹配包括下划线的任何单词字
阅读全文