码迷,mamicode.com
首页 >  
搜索关键字:online backup    ( 6001个结果
redis和nginx配置systemctl
REDIS6.x: [Unit] Description=Redis Database After=network.target After=network-online.target Wants=network-online.target [Service] Type=notify PIDFile ...
分类:其他好文   时间:2021-05-03 12:28:31    阅读次数:0
crontab调度示例
一些crontab调度示例 10 6 * * * root reboot 10 7 * * * python /root/confluence_backup.py */5 * * * * flock -xn /tmp/stargate.lock -c '/usr/local/qcloud/starg ...
分类:其他好文   时间:2021-04-27 14:12:22    阅读次数:0
windows更新补丁时下载哪个版本都提示不适用此更新
expand –F:* d:\kb\windows8.1-kb4103715.msu d:\kb\ #将补丁包解包至d盘kb文件夹dism.exe /online /Add-Package /PackagePath:d:\kb\Windows8.1-KB4103715-x64.cab #安装补丁 ...
分类:Windows程序   时间:2021-04-23 12:19:42    阅读次数:0
VRRP 虚拟网关冗余协议
VRRP(Virtual Router Redundancy Protocol):虚拟网关冗余协议 工作原理:核心路由器会每隔一段时间(2s)发送特定的VRRP报文,如果在5s没有收到对方发来的VRRP报文,就认为Master设备出现故障,此时的Backup会自动切换为Master 基础配置: AR ...
分类:其他好文   时间:2021-04-21 13:01:29    阅读次数:0
mysql 大表加索引或者往大表里面加字段
通常我们往大表里面添加索引或者添加新字段,不能直接执行,执行时间很长,造成锁表操作,必须借助于pt或者gh-ost等数据库管理工具添加。 例子如下: pt-online-schema-change -h服务器地址 -u'用户名' -p'密码' --alter="加字段|索引语句 " --execut ...
分类:数据库   时间:2021-04-16 12:00:06    阅读次数:0
英语学习
考研英语 阅读理解 考研阅读(真题)-The Postal Service Needs More than a Band-Aid 考研阅读(真题)-A Rise in Critical Skills for Sharing News Online 考研阅读(真题)-Smartphones Won't ...
分类:其他好文   时间:2021-04-15 12:23:27    阅读次数:0
DOT + graphviz 轻松画图神器
在线调试地址: Graphviz Online 用法: dot语法 Linux环境下用法: 参考资料: 1. Linux绘图工具之dot 2. 实验: 首先创建一个dot文件,fllow.dot vi fllow.dot digraph G { hello [shape=box]; world [s ...
分类:其他好文   时间:2021-04-08 13:10:42    阅读次数:0
win10无法启动虚拟机
(1) 电脑没有Hyper-V pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do d ...
分类:Windows程序   时间:2021-04-05 12:42:13    阅读次数:0
Linux之Centos7总结
Centos7 Centos7源镜像修改 # Insatll wget yum install -y wget # Backup repo; mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup m ...
分类:系统相关   时间:2021-04-02 13:06:44    阅读次数:0
rsync服务
rsync服务介绍 属于一款实现全量及增量复制同步的软件工具 rsync命令简单应用 rsync==cp [root@backup ~]# rsync /etc/sysconfig/network /tmp/ [root@backup ~]# tree /tmp/tmp├── network└── ...
分类:其他好文   时间:2021-04-01 13:31:53    阅读次数:0
6001条   上一页 1 2 3 4 5 ... 601 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!