http://sanya.ganji.com/fang1/2664736711x.htm

 

可能有用的操作
systemctl disable clamav-daemon.service
systemctl disable clamav-freshclam.service

修改vim /etc/clamav/freshclam.conf
# Check for new database 24 times a day
Checks 0
https://docs.iredmail.org/completely.disable.amavisd.clamav.spamassassin.htm
l

http://www.cnblogs.com/dajianshi/p/4048066.html

用360软件管家删除aliwangwang,qq,炉石传说等自用程序,文件粉碎
D:\xuchin\myvirtualmachine
D:\xuchin\securecrt
D:\xuchin\ps3
D:\xuchin\source
D:\用户目录\Documents\Tencent Files
D:\用户目录\Downloads\RskcoswodahS
C:\Users\Administrator\Desktop\plan.txt
D:\用户目录\Downloads\RskcoswodahS\ShadowsocksR
删除wifi所有密码

安装记录
http://www.jianshu.com/p/585b97d1ab45
添加了源才成功安装php7
https://tahenniu.com/news/35
http://blog.csdn.net/keneuro/article/details/48575533
http://blog.csdn.net/agrapier/article/details/52402320
https://docs.iredmail.org/install.iredmail.on.debian.ubuntu-zh_CN.html
create database wordpress
grant all privileges on xuchinblog.* to root@localhost identified by
‘vultr’;
flush privileges;
https://codex.wordpress.org/zh-cn:%E5%AE%89%E8%A3%85_WordPress
http://blog.csdn.net/liu_yanzhao/article/details/54933669
http://blog.xuchin.tk/wp-admin/admin.php?page=backwpupbackups
a1@Q[M_Ar-uXh!b[
如果你的机器没有dig命令,你需要安装
apt-get install dnsutils

#!/bin/bash
BK_DR=/root
DB_DR=/root/test
DAYS=7
LINUX_USER=root
date=` date +%y%m%d `
tar zcvf $BK_DR/xuchin_manual_bak$date.tar.gz $DB_DR
#ooo ps chown -R $LINUX_USER:$LINUX_USER $BK_DR
find $BK_DR -name “xuchin_manual_bak*” -type f -mtime +$DAYS -exec rm {} ;

 

发表评论

电子邮件地址不会被公开。 必填项已用*标注