2025年10月14日

Ubuntu下Python修改镜像路径,避免pip安装超时问题

摘要: 创建ini文件 cd ~ mkdir .pip cd .pip touch pip.config 编辑pip.conf 文件,写入文本如下 [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple trusted-host = pyp 阅读全文

posted @ 2025-10-14 14:53 WinterLii 阅读(3) 评论(0) 推荐(0)

Ubuntu tightenVNC安装及配置

摘要: 安装tighenVNC sudo apt install xfce4-session xfce4-panel xfwm4 xfdesktop4 配置xstartup vncserver -geomtery 1920x1080 #此命令生成vnc session chmod 755 ~/.vnc/xs 阅读全文

posted @ 2025-10-14 14:49 WinterLii 阅读(22) 评论(0) 推荐(0)

Ubuntu 主机,KVM安装REDHAT7.9, 网络配置实现内网访问

摘要: 准备安装包 准备一台联网的ubuntu主机,我的主机是ubuntu22.04 redhat7.9 iso ubuntu安装kvm sudo apt install -y qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt- 阅读全文

posted @ 2025-10-14 14:35 WinterLii 阅读(5) 评论(0) 推荐(0)

导航