上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 清客户端缓存啥,都试了, 查看web服务日志: [Wed Apr 13 08:24:06.945081 2022] [authz_svn:error] [pid 30346] [client 192.168.1.2:54112] Failed to load the mod_authz_svn co 阅读全文
posted @ 2022-04-13 08:45 河在谈 阅读(290) 评论(0) 推荐(0)
摘要: 网页上直接播MP4,快进、快退都卡,进度条越靠后,卡的时间越长。 查找问题: ffprobe -v error -show_frames video1.mp4 > video1.txt 对比快进不卡的视频和卡的视频发现: 卡的视频只有第一帧是 I 帧,后面全是 P帧: pict_type=P 原来是 阅读全文
posted @ 2022-01-17 16:11 河在谈 阅读(452) 评论(0) 推荐(0)
摘要: 1、导出ovf,出来5个文件,删除.mf文件 2、在ESXI6 6.7网页上新建虚拟机,选:从OVF或OVA文件部署虚拟机 第二步将剩余的四个文件全部选中,上传。 最后一步报错:硬件系列“vmx-19”不受支持 用文本编辑器打开ovf文件,搜索vmx-19,改成vmx-18、17、16、15 到vm 阅读全文
posted @ 2022-01-07 00:17 河在谈 阅读(4464) 评论(1) 推荐(1)
摘要: 1、备份虚拟机 最好备份,我没备份但没出问题,仅供参考 2、升级esxi5.5 ssh 登录vmware esxi5.5控制台 // 确认版本 vmware -v // 进入维护模式 vim-cmd /hostsvc/maintenance_mode_enter // 查看是否处于维护模式 vim- 阅读全文
posted @ 2022-01-06 14:38 河在谈 阅读(1824) 评论(0) 推荐(0)
摘要: 换成清华源后, https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/ sudo apt update 报证书错误, Certificate verification failed: The certificate is NOT trusted. The . 阅读全文
posted @ 2021-12-28 09:06 河在谈 阅读(2954) 评论(0) 推荐(0)
摘要: 1、安装 yum install vsftpd db4-utils 2、备份配置文件 cd /etc/vsftpd/ cp vsftpd.conf vsftpd.src.conf 3、修改配置文件如下 vim vsftpd.conf listen=YES anonymous_enable=NO di 阅读全文
posted @ 2021-12-21 13:50 河在谈 阅读(546) 评论(0) 推荐(0)
摘要: 在界面下可以关掉自动升级,但是,每次还是会弹出升级提示,解决方法: sudo systemctl disable apt-daily.service apt-daily-upgrade.service sudo systemctl disable apt-daily.timer apt-daily- 阅读全文
posted @ 2021-12-14 07:55 河在谈 阅读(940) 评论(0) 推荐(0)
摘要: 我的是有两个问题: 1、日志报错,权限问题 sudo tail -f /var/log/xrdp.log [20211213-20:52:01] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem [20211213-20:52:01] [ 阅读全文
posted @ 2021-12-13 21:19 河在谈 阅读(6946) 评论(1) 推荐(1)
摘要: 1、下载 https://www.sqlite.org/download.html wget https://www.sqlite.org/2020/sqlite-autoconf-3330000.tar.gz 2、解压、编译 tar -zxvf sqlite-autoconf-3330000.ta 阅读全文
posted @ 2021-12-08 17:55 河在谈 阅读(207) 评论(0) 推荐(0)
摘要: 1、安装必备软件 yum install -y zip unzip lrzsz vim net-tools 2、网卡自启动 vim /etc/sysconfig/network-scripts/ifcfg-p8p1 ONBOOT=yes 3、关闭防火墙和selinux systemctl stop 阅读全文
posted @ 2021-12-08 17:55 河在谈 阅读(226) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页