养虾之_给bytebot中Ubuntu系统配置系统国内镜像源_并且安装远程软件remmina/xfreerdp_直接让bytebot远程物理机器干活---AI大模型应用探索0018

张开发
2026/4/10 19:53:03 15 分钟阅读

分享文章

养虾之_给bytebot中Ubuntu系统配置系统国内镜像源_并且安装远程软件remmina/xfreerdp_直接让bytebot远程物理机器干活---AI大模型应用探索0018
因为发现默认安装的这个Ubuntu系统在让他自己下载东西的时候都下载不下来无法安装导致。可以看到执行命令先看一下系统的版本cat /etc/os-release得到版本是22.04.5 LTS以后然后再去执行 lsb_release -a 查看系统版本。然后然后可以看到sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak这里进行备份。把之前的源备份一下。然后因为没有找到可以用的工具我这里使用vim去编辑配置文件。然后我们切换到root把用户。然后输入 sudo -i 进行提权把权限提升到管理员权限。阿里云 deb http://mirrors.aliyun.com/ubuntu/ noble main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ noble-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ noble-updates main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ noble-proposed main restricted universe multiverse 清华大学 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-security main restricted universe multiverse 中国科技大学镜像源 deb https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse deb https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse deb https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse deb https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiverse 网易镜像源 deb http://mirrors.163.com/ubuntu/ noble main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ noble-security main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ noble-updates main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ noble-backports main restricted universe multiverse 华为镜像源 deb https://mirrors.huaweicloud.com/ubuntu/ noble main restricted universe multiverse deb https://mirrors.huaweicloud.com/ubuntu/ noble-updates main restricted universe multiverse deb https://mirrors.huaweicloud.com/ubuntu/ noble-backports main restricted universe multiverse deb https://mirrors.huaweicloud.com/ubuntu/ noble-security main restricted universe multiverse然后准备一些国内的源可以看到提权以后然后再去执行vim /etc/apt/sources.liist 然后把里面原来有的那个源给删除掉全部清空然后把我们准备的复制进去然后esc 然后wq 保存退出。注意这里要用管理员权限。bytebot默认安装的这个Ubuntu系统不是管理员权限进去是 usercomputer这个用户所以要使用sudo -i 执行一下就可以进行提权。提权成功以后就可以使用root用户操作就可以了。然后再去安装一个apt install -y iputils-ping然后再去执行ping 就可以使用ping命令了刚开始ping命令都没有可以看到ping命令就可以用了。然后再去 sudo apt update 去升级一下系统。升级以后就可以去安装远程软件了我们想用它来远程一台Windows11系统然后直接操作这个远程系统这样就实现了使用bytebot来操作我们的win11系统了。sudo apt install -y remmina remmina-plugin-rdp remmina-plugin-secret执行这个命令安装远程软件。然后 安装以后就可以启动了直接用命令cd /usr/bin 到这个目录中以后然后./remmina 执行这个命令然后就可以打开软件界面了然后点击左侧的加号然后就可以去连接远程桌面了可以看到天上用户名密码还有IP地址然后双击以后就可以连接成功了。可以看到连接成功的效果但是说实话效果不咋地呢感觉。远程以后找的坐标不准确所以我打算。就不用这个了。再试试看看是怎么回事。用不了好像是。大家也可以测试一下如果好用请分享。继续搞:发现如果远程直接操作这个Ubuntu的机器很好用但是如果操作远程的机器就不好用了原因是有可能跟远程后分辨率有关所以需要调整一下remmina的配置。这个可以用一下豆包啥的具体怎么调。然后好像用xfreerdp效果会更好所以我还是继续装一个xfreerdp来试一下。

更多文章