404error's recent timeline updates
404error

404error

V2EX member #329556, joined on 2018-07-17 04:32:51 +08:00
404error's recent replies
Mar 2, 2021
Replied to a topic by mingtdlb Linux 突然有点好奇
debian 可以跨一个大版本进行升级,换源后执行 `apt update;apt dist-upgrade;aptitude full-upgrade`
它会自动解决依赖关系问题。

至于 centos,如果它不支持跨版本升级的话,你可以向 centos 社区反馈。
Feb 25, 2021
Replied to a topic by psklf 浏览器 Firefox 86.0 释出
本次更新修复了版本号过低的问题
虽然我很想推荐 Debian stable,但既然是国企的话,那还是上 RHEL 或 Ubuntu LTS,买技术支持。
Dec 10, 2020
Replied to a topic by ppphp Linux Linux 环境安装 windows 虚拟机
QEMU 虚拟机+KVM 加速 ,可以弄 pcie 硬件直通
Nov 6, 2020
Replied to a topic by py7 Linux kali 下 apt upgrade 升级报错
可以用 aptitude 来解决依赖问题。
```
sudo apt update
sudo apt install aptitude
sudo aptitude upgrade
sudo aptitude dist-upgrade
```
Apr 16, 2020
Replied to a topic by AmrtaShiva Linux LXDE 设置中文环境
if [ ! -e "/usr/sbin/locale-gen" ] && [ ! -e "/sbin/locale-gen" ]; then
apt update
apt install -y locales
fi

sed -i 's/^#.*zh_CN.UTF-8.*/zh_CN.UTF-8 UTF-8/' /etc/locale.gen

cat >/etc/default/locale <<-'EOF'
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"
LC_ALL="zh_CN.UTF-8"
EOF

locale-gen zh_CN.UTF-8

source /etc/default/locale 2>/dev/null

export LANG="zh_CN.UTF-8"
startlxde
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3228 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 13:05 · PVG 21:05 · LAX 06:05 · JFK 09:05
♥ Do have faith in what you're doing.