会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
伶俐虫虫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2023年2月22日
vncviewer 灰屏、黑×,并提示unencryted connection
摘要: 环境 腾讯云上的Ubuntu18 解决方法 编辑配置文件,将配置文件修改为如下内容 vi ~/.vnc/xstartup #!/bin/sh export XKL_XMODMAP_DISABLE=1 export XDG_CURRENT_DESKTOP="GNOME-Flashback:GNOME"
阅读全文
posted @ 2023-02-22 09:27 伶俐虫虫
阅读(7347)
评论(1)
推荐(1)
2023年2月20日
FTP liunx通过FTP实现与云服务器传输文件
摘要: 环境 轻量应用服务器为 Linux 操作系统 ubuntu18 参考教程 服务器搭建 FTP 服务 参考教程 文件上传 put local-file [remote-file] 文件下载 get [remote-file] [local-file]
阅读全文
posted @ 2023-02-20 16:18 伶俐虫虫
阅读(30)
评论(0)
推荐(0)
ubuntu 搭建ftp 服务
摘要: 环境 Ubuntu18 解决方法 安装 vsftpd sudo apt-get install vsftpd 2. 启动vsftp服务 service vsftpd start sudo netstat -antup | grep ftp 创建主目录 sudo mkdir /root/uftp 制定
阅读全文
posted @ 2023-02-20 16:10 伶俐虫虫
阅读(78)
评论(0)
推荐(0)
2023年2月18日
获取密钥失败 GPG key retrieval failed: [Errno 14] curl#37 - "Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64"
摘要: 环境 Ubuntu18 使用yum 解决方法 GPG对于包的源key的验证没有通过 在yum install 版本后面加上 --nogpgcheck 绕过GPG验证
阅读全文
posted @ 2023-02-18 10:26 伶俐虫虫
阅读(1118)
评论(0)
推荐(1)
[yum] There are no enabled repos.
摘要: 环境 Ubuntu18 问题描述 yum repolist all 发现结果为0 解决方法 参考教程 由于是Ubuntu没有yum源,所以要想使用yum安装软件必须要配置yum安装源 进入/etc/yum/repos.d cd /etc/yum/repos.d 新建fedora-163.repo f
阅读全文
posted @ 2023-02-18 09:29 伶俐虫虫
阅读(966)
评论(0)
推荐(0)
2023年2月17日
[ubuntu] sudo: yum: command not found
摘要: 环境 Ubuntu18 问题表述 解决方法 切换到root用户 sudo su 安装build-essential apt-get install build-essential 3. 安装yum apt-get install yum 4. 查看安装结果 yum 安装yum源
阅读全文
posted @ 2023-02-17 15:38 伶俐虫虫
阅读(688)
评论(0)
推荐(0)
ubuntu 系统如何使用root用户登陆实例
摘要: 环境描述 腾讯云:轻量应用服务器 Ubuntu 18 问题描述 Ubuntu实例默认禁用root用户通过密码SSH远程登录 解决方法 参考教程 Ubuntu 系统的默认用户名是 ubuntu,并在安装过程中默认不设置 root 帐户和密码。您如有需要,可在设置中开启允许 root 用户登录。 设置r
阅读全文
posted @ 2023-02-17 10:57 伶俐虫虫
阅读(91)
评论(0)
推荐(0)
2022年12月28日
Ubuntu 安装 yum
摘要: 环境 腾讯云 Ubuntu18.04 参考文章 简介 Yum(Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装
阅读全文
posted @ 2022-12-28 22:10 伶俐虫虫
阅读(841)
评论(0)
推荐(0)
JAVA_HOME has not been configured
摘要: 环境 Ubuntu 18.04 报错 配置区块链WeBase时python3 deploy.py startAll 报错 检查JAVA_HOME,发现JAVA_HOME 没有配置 配置JAVA_HOME cd /usr/lib/jvm/ : /usr/lib/jvm# ls java-1.8.0-o
阅读全文
posted @ 2022-12-28 14:56 伶俐虫虫
阅读(2281)
评论(3)
推荐(1)
2022年11月22日
FISCO 区块链浏览器
摘要: 环境 Ubuntu18.04 参考文章 区块链浏览器 区块链浏览器将区块链中的数据可视化,并进行实时展示 环境 | 环境 | 版本 | | | | | Java | Oracle JDK 8 至 14 | | MySQL | MySQL-5.6及以上 | | Python | Python3.6及以
阅读全文
posted @ 2022-11-22 16:27 伶俐虫虫
阅读(334)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
下一页
公告