Category Archives: SYSTEM

connectivity-check.ubuntu.com/ubuntu无线连接❓问题

在研究 Ubuntu 的连接检查功能之前,让我们首先了解一下 Captive Portals。当尝试访问咖啡店、机场、商务中心、酒店大堂等处的 Wifi 设施时,我们发现自己登陆了一个要求身份验证、付款和/或接受协议条款的网页。只有当我们提供所需的信息时,我们才能访问 Wifi 设施。这种登录页面称为强制门户。在 Ubuntu 17.10 及更高版本中,每当检测到强制门户时,您都会在网络状态中看到一个问号。这项新功能的工作原理是不时http://connectivity-check.ubuntu.com,以检测强制门户。为了更好的保证隐私,我将这个进行禁用。
Continue reading connectivity-check.ubuntu.com/ubuntu无线连接❓问题

在 Ubuntu 20.04 LTS 桌面版上安装 MS 字体

使用命令行安装

  1. $ sudo apt update
  2. $ sudo apt install ttf-mscorefonts-installer
  3. $ sudo fc-cache -f -v

将所有的 Windows 字体复制到 /usr/share/fonts 目录下并使用一下命令安装字体:

  1. $ mkdir /usr/share/fonts/WindowsFonts
  2. $ cp /Windowsdrive/Windows/Fonts/* /usr/share/fonts/WindowsFonts
  3. $ chmod 755 /usr/share/fonts/WindowsFonts/*
  4. fc-cache