LATEST TRANSMISSIONS
ENCRYPTED // PUBLIC KEY DETECTED
/usr/sbin/dpkg-reconfigure: resolvconf is broken or not fully installed
How to fix the error message '/usr/sbin/dpkg-reconfigure: resolvconf is broken or not fully installed' on Ubuntu.
Resolving the 'Cannot Import Name Appengine' Error When Using Certbot with Nginx on Ubuntu 22.04.2
urllib3 was installed by both apt and pip.
Comprehensive Guide to Setting Up a Swap File on Ubuntu: A Step-by-Step Approach
Introduction: Exhausting memory on your Ubuntu system can result in sluggish applications or even unexpected crashes. To maintain optimal performance, particularly on systems with limited RAM, setting…
Understanding the Differences Between apt-get remove and apt-get purge
What is the difference between apt-get remove and apt-get purge? When should you use one over the other? This article explains the differences between these two commands and when to use each one.
Restore do-release-upgrade Status
I accidentally interrupted an Ubuntu release upgrade, but the system status wasn't restored to the state before upgrading: it uses a sources.list for new release, and the system is not upgraded. Now m…
Ubuntu Jammy 22.04 源镜像
Ubuntu Jammy 22.04 阿里云镜像 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb https://mirrors.aliyun.com/ubuntu/ jammy main restricted # …
给 APT 附魔
编辑配置文件 sudo vim /etc/apt/apt.conf.d/proxy.conf 写入配置 Acquire::http::Proxy "http://user:[email protected]:port/"; Acquire::https::Proxy "http://user:[email protected]:port/"; 或者 Acquire { HTT…
Ubuntu rime 五笔拼音混合输入
ibus-rime 通过 ibus-rime 可以在 Ubuntu 上安装拼音五笔混合输入方案。 东风破 安装好ibus-rime之后,可以通 东风破 来安装 rime 的wubi和pinyin-simp 两个输入方案。 配置 ibus-rime 然后通过编辑~/.config/ibus/rime/default.custom.yaml文件来配置wubi_pinyin混合输入方案 patch: …