会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
河在谈
N线城市程序员,擅长搭建各种演示系统、扒页面、改开源、二次开发、找代码、找注册码、找破解、集成、跨域、嵌套、写本子、改PPT、做三陪(陪喝酒、陪吸二手烟、陪biao),只要是需求就能出demo、只要是代码就能上手改、只要是个系统都在云上、元宇宙中、区块链内......
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
17
下一页
2022年4月13日
记录一次svn:unable to connect to a repository at url XXX, access to XX forbidden
摘要: 清客户端缓存啥,都试了, 查看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)
2022年1月17日
MP4 H264网页播放,快进快退 缓冲很久才能看
摘要: 网页上直接播MP4,快进、快退都卡,进度条越靠后,卡的时间越长。 查找问题: ffprobe -v error -show_frames video1.mp4 > video1.txt 对比快进不卡的视频和卡的视频发现: 卡的视频只有第一帧是 I 帧,后面全是 P帧: pict_type=P 原来是
阅读全文
posted @ 2022-01-17 16:11 河在谈
阅读(452)
评论(0)
推荐(0)
2022年1月7日
VMWare Workstation 16.2.1导出的ovf文件导入ESXI 6.7中
摘要: 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)
2022年1月6日
ESXi5.5 远程升级到 ESXi6.7
摘要: 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)
2021年12月28日
ubuntu20.04 清华源 update 报证书错误
摘要: 换成清华源后, 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)
2021年12月21日
CentOS7 vsftp 配置虚拟用户
摘要: 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)
2021年12月14日
ubuntu20.04 关闭升级提示
摘要: 在界面下可以关掉自动升级,但是,每次还是会弹出升级提示,解决方法: 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)
2021年12月13日
windows远程桌面连接 Ubuntu 20.04黑屏 xrdp黑屏
摘要: 我的是有两个问题: 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)
2021年12月8日
centos6 升级 sqlite3
摘要: 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)
安装CentOS7.7 minimal版本后的配置
摘要: 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
下一页
公告