随笔分类 - linux
摘要:获取到备份的.gz的压缩文件 上传到linux上面解压 gzip -d 20191030_02.sql.gz 解压后获取到20191030_02.sql文件 分割这个SQL文件 分割成100M每个 split -b 100m 20191030_02.sql new_file 查询分割文件里面包含数据
阅读全文
摘要:1.创建demo.php 演示文件 代码如下: 2.linux crontab 执行 3.进去 crontab 编辑 添加 需要执行的 提示:如果有2个定时任务需要执行编辑器里面在写一条 最后来个效果图:
阅读全文
摘要:# yum install memcached For CentOS/RHEL 7 # systemctl enable memcached # systemctl start memcached For CentOS/RHEL 6/5 # service memcached start # chk
阅读全文
摘要:1 //确定当前系统版本 2 # cat /etc/redhat-release 3 //关闭防火墙 4 # service iptables stop 5 //永久关闭防火墙 6 # chkconfig iptables off 7 //查看防火墙关闭状态 8 # service iptables
阅读全文
摘要:yum install -y automake autoconf libtool gcc gcc-c++ && yum install make && yum install svn && yum search ** && yum install ** git clone git://source.
阅读全文

浙公网安备 33010602011771号