文章预览
``` Join "Earth," ZeroTier's big public party line network: $ sudo zerotier-cli join 8056c2e21c000001 $ sudo zerotier-cli listnetworks ( wait until you get an Earth IP ) $ ping …
文章
标签
喜欢
共找到 10 篇相关文章
文章预览
``` Join "Earth," ZeroTier's big public party line network: $ sudo zerotier-cli join 8056c2e21c000001 $ sudo zerotier-cli listnetworks ( wait until you get an Earth IP ) $ ping …
文章预览
不容易有道云笔记竟然更新了linux版本,不过只有deb包,不过我们可以转换下安装 ``` sudo yay -S debtap sudo debtap -u wget https://artifact.lx.netease.com/download/ynote-electron/%E6%9C%89%E9%81%93%E4%BA%91%E7%AC%9…
文章预览
dig命令大多时候可以取代nslookup 安装dig命令 > > yay -S dnsutils > > > dig baidu.com > > > ; <<>> DiG 9.18.7 <<>> baidu.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- op…
文章预览
manjaro 筛选好用源 > > sudo pacman-mirrors -i -c China -m rank > > > Error: [cli] `containerize` failed: BentoML requires Docker Buildx to be installed to support multi-arch buil…
文章预览
Manjaro Linux is based on Arch Linux and does not use the Debian package format. Therefore, it is not possible to install .deb packages directly on Manjaro. However, there are som…
文章预览
Snap is a package manager that provides a variety of desktop software for Linux-based operating systems .The snap packages can be installed using terminal support of Linux. Manjar…
文章预览
Since Manjaro is based on Arch Linux, most of this tutorial can also be used for Arch Linux. For this tutorial, I will be using Manjaro 20 desktop environments. Graphical appl…
文章预览
Arch Linux and Manjaro are both Linux operating systems, but there are some differences between them. Here are some general differences between Arch and Manjaro: * Ease of Use: …
文章预览
To install and use LibreOffice on Manjaro Linux, you can follow these steps: Open the terminal application. Type in the command sudo pacman -Sy libreoffice-fresh to install the …
文章预览
To install and use Flatpak on Manjaro, you can follow these steps: 1. Install Flatpak by running the command: `sudo pacman -S flatpak`. 2. Add the Flathub repository by running …