LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [Ubuntu]
ONLINE
// Z.SHINCHVEN

/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.

// Z.SHINCHVEN

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…

// Z.SHINCHVEN

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.

// Z.SHINCHVEN

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…

// Z.SHINCHVEN

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 # …

// Z.SHINCHVEN

给 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…

// Z.SHINCHVEN

在 Ubuntu 上使用 ibus-rime 在 vscode 中无法输入中文的问题

我在Snap Store中安装了vscode,但是发现无法使用ibus-rime进行中文输入。 Google 了一会儿以后,看到有 blog post 提到从Snap Store中安装的vscode确实存在无法输入中文的问题,通过微软源在apt中安装可以解决这个问题。 wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg…

// Z.SHINCHVEN

Access Synology Shared Folders from Ubuntu using Samba

A step-by-step guide on how to mount Synology shared folders on Ubuntu using cifs-utils.

// Z.SHINCHVEN

Ubuntu rime 五笔拼音混合输入

ibus-rime 通过 ibus-rime 可以在 Ubuntu 上安装拼音五笔混合输入方案。 东风破 安装好ibus-rime之后,可以通 东风破 来安装 rime 的wubi和pinyin-simp 两个输入方案。 配置 ibus-rime 然后通过编辑~/.config/ibus/rime/default.custom.yaml文件来配置wubi_pinyin混合输入方案 patch: …