vps
WMSmile
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SonarQube遇到ScannerEngine: You‘re not authorized to analyze this project or the project doesn‘t exis
# SonarQube遇到ScannerEngine: You're not authorized to analyze this project or the project doesn't exist on SonarQube and you're not authorized to create it. Please contact an administrator.执行```bashsonar \ -Dsonar.host.url=http://localhost:9000 \ -D原创 2025-05-26 12:32:52 · 425 阅读 · 0 评论 -
【Github】 使用token验证提交代码的两种方式
Github 使用token验证提交代码的两种方式原创 2021-12-14 11:22:57 · 4333 阅读 · 0 评论 -
How to Install FFmpeg on Linux
How to Install FFmpeg on LinuxFFmpeg is an all in one multimedia codex which can convert audio and video into different formats. It is available as a command line tool. FFmpeg supports most audio and video formats. It can also edit and stream multimedia f转载 2020-09-07 15:15:46 · 729 阅读 · 0 评论 -
centos解决Received unexpected end-of-file from SFTP server
File Zilla遇到的问题: 状态: 正在连接 118.25.3.XX… 响应: fzSftp started, protocol_version=8 命令: open “userftp@118.25.3.XX” 22 命令: Pass: ** 错误: Received unexpected end-of-file from SFTP serv...原创 2018-03-06 20:44:28 · 11022 阅读 · 6 评论 -
阿里云服务器遇到80端口能访问,而添加的8890、88901等端口不能访问的问题
阿里云服务器遇到80端口能访问,而添加的8890、88901等端口不能访问的问题以linux服务器为例,解决思路如下,其他服务器检查流程一致确定本地是否可以访问curl http://127.0.0.1:8890output:hello<网页的内容>说明是正常的检查是否开启8890端口netstat -an | grep 8890outputtcp ...原创 2018-11-05 18:08:10 · 4057 阅读 · 0 评论 -
阿里云无法远程连接和访问解决思路
今日 ubuntun内核14.0升级16.04,升级完之后,无法访问网络,无法远程连接.只能网络的本地登录输入ifconfig没有发现网卡发现network.service 没有启动于是去查看 network 启动错误日志发现 iptables 配置文件没有,于是在network配置文件,禁用加载iptables文件就好了。此次,自己学到了如何处理network的问题的一个提示,无...原创 2019-03-27 14:36:06 · 1796 阅读 · 0 评论
分享