Diff
checker
文本
文本
图像
文档
Excel
文件夹
Legal
Enterprise
桌面版
定价
登录
下载 Diffchecker 桌面版
比较文本
查找两个文本文件之间的差异
工具
历史
实时编辑器
折叠未更改行
关闭换行
视图
拆分
统一
比对精度
智能
单词
字符
语法高亮
选择语法
忽略
文本转换
转到第一个差异
编辑输入
Diffchecker Desktop
运行Diffchecker最安全的方式。获取Diffchecker桌面应用:您的差异永远不会离开您的电脑!
获取桌面版
Untitled diff
创建于
8年前
差异永不过期
清除
导出
分享
解释
33 删除
行
总计
删除
字符
总计
删除
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
36 行
全部复制
52 添加
行
总计
添加
字符
总计
添加
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
56 行
全部复制
Currently supported architectures include amd64, i386, armel, armhf (for Raspbian).
Currently supported architectures include amd64, i386, armel, armhf (for Raspbian).
复制
已复制
复制
已复制
Note:
The steps below should be performed with root access (i.e., switching user to root with
"su
" or by prefixing each
command
with "su
do").
Note:
copy/paste the commands and press Enter, it uses "sudo". if you dont use
"su
do" then remove it from the
command
after login
with "su
". e.g:
复制
已复制
复制
已复制
Add lines like
the
following to /etc/apt/sources.list.d/i2p.list.
"su
For Wheezy:
apt install x package (copy/paste
the
command without sudo)"
复制
已复制
复制
已复制
deb https://deb.i2p2.de/ wheezy main
deb-src https://deb.i2p2.de/ wheezy main
复制
已复制
复制
已复制
1- make sure that "apt-transport-https" and "curl" are installed:
复制
已复制
复制
已复制
For Jessie:
"sudo apt update
sudo apt install apt-transport-https curl"
复制
已复制
复制
已复制
deb https://deb.i2p2.de/ jessie main
2- add i2p repositories: (it will be added to /etc/apt/sources.list.d )
deb-src https://deb.i2p2.de/ jessie main
Note: to make sure which distro is stable and when its end of life please visit [https://wiki.debian.org/LTS/ Debian LTS]
For Stretch (Stable)
echo -e "deb https://deb.i2p2.de/ stretch main\\ndeb-src https://deb.i2p2.de/ stretch main" | sudo tee /etc/apt/sources.list.d/i2p.list > /dev/null
For Jessie (old-stable)
echo -e "
deb https://deb.i2p2.de/ jessie main
\\n
deb-src https://deb.i2p2.de/ jessie main
" | sudo tee /etc/apt/sources.list.d/i2p.list > /dev/null
For Wheezy (obsolete)
echo -e "deb https://deb.i2p2.de/ wheezy main\\ndeb-src https://deb.i2p2.de/ wheezy main" | sudo tee /etc/apt/sources.list.d/i2p.list > /dev/null
Note: If by any chance you are running debian sid (testing), then you can install I2P directly from Debian main repos:
sudo apt install i2p
3- Download the key used to sign the repository and add it to apt: (this will download the key to home folder)
curl -o i2p-debian-repo.key.asc https://geti2p.net/_static/i2p-debian-repo.key.asc
4- Check fingerprints/owners without importing anything:
gpg -n --import --import-options import-show i2p-debian-repo.key.asc
复制
已复制
复制
已复制
For Stretch (stable)
:
5- If it looks good add it to APT's Keyring
:
复制
已复制
复制
已复制
deb https://deb.
i2p
2.de/ stretch main
sudo apt-key add
i2p
-
deb
ian-repo.key.asc
deb
-src https://deb.i2p2.de/ stretch main
复制
已复制
复制
已复制
Download the key used to sign the repository
and
add it to apt:
6- Update Packages
and
Notify your package manager of the new repository
apt-key add i2p-debian-repo.key.asc
Notify your package manager of the new repository
by entering
sudo
apt
update
apt
-get
update
This command will retrieve the latest list of software from every repository enabled on your system, including the I2P repository added in step 1.
7-
You are now ready to install I2P! Installing the i2p-keyring package will ensure that you receive updates to the repository's GPG key
:
You are now ready to install I2P! Installing the i2p-keyring package will ensure that you receive updates to the repository's GPG key
.
apt
-get
install i2p i2p-keyring
sudo
apt
install i2p i2p-keyring
After the installation process completes you can move on to the next part of starting I2P and configuring it for your system.
After the installation process completes you can move on to the next part of starting I2P and configuring it for your system.
复制
已复制
复制
已复制
Note: If the https address does not work, either:
sudo apt-get install apt-transport-https
Change the repository address to http://deb.i2p2.no/
已保存差异
原始文本
打开文件
Currently supported architectures include amd64, i386, armel, armhf (for Raspbian). Note: The steps below should be performed with root access (i.e., switching user to root with "su" or by prefixing each command with "sudo"). Add lines like the following to /etc/apt/sources.list.d/i2p.list. For Wheezy: deb https://deb.i2p2.de/ wheezy main deb-src https://deb.i2p2.de/ wheezy main For Jessie: deb https://deb.i2p2.de/ jessie main deb-src https://deb.i2p2.de/ jessie main For Stretch (stable): deb https://deb.i2p2.de/ stretch main deb-src https://deb.i2p2.de/ stretch main Download the key used to sign the repository and add it to apt: apt-key add i2p-debian-repo.key.asc Notify your package manager of the new repository by entering apt-get update This command will retrieve the latest list of software from every repository enabled on your system, including the I2P repository added in step 1. You are now ready to install I2P! Installing the i2p-keyring package will ensure that you receive updates to the repository's GPG key. apt-get install i2p i2p-keyring After the installation process completes you can move on to the next part of starting I2P and configuring it for your system. Note: If the https address does not work, either: sudo apt-get install apt-transport-https Change the repository address to http://deb.i2p2.no/
更改后文本
打开文件
Currently supported architectures include amd64, i386, armel, armhf (for Raspbian). Note: copy/paste the commands and press Enter, it uses "sudo". if you dont use "sudo" then remove it from the command after login with "su". e.g: "su apt install x package (copy/paste the command without sudo)" 1- make sure that "apt-transport-https" and "curl" are installed: "sudo apt update sudo apt install apt-transport-https curl" 2- add i2p repositories: (it will be added to /etc/apt/sources.list.d ) Note: to make sure which distro is stable and when its end of life please visit [https://wiki.debian.org/LTS/ Debian LTS] For Stretch (Stable) echo -e "deb https://deb.i2p2.de/ stretch main\\ndeb-src https://deb.i2p2.de/ stretch main" | sudo tee /etc/apt/sources.list.d/i2p.list > /dev/null For Jessie (old-stable) echo -e "deb https://deb.i2p2.de/ jessie main\\ndeb-src https://deb.i2p2.de/ jessie main" | sudo tee /etc/apt/sources.list.d/i2p.list > /dev/null For Wheezy (obsolete) echo -e "deb https://deb.i2p2.de/ wheezy main\\ndeb-src https://deb.i2p2.de/ wheezy main" | sudo tee /etc/apt/sources.list.d/i2p.list > /dev/null Note: If by any chance you are running debian sid (testing), then you can install I2P directly from Debian main repos: sudo apt install i2p 3- Download the key used to sign the repository and add it to apt: (this will download the key to home folder) curl -o i2p-debian-repo.key.asc https://geti2p.net/_static/i2p-debian-repo.key.asc 4- Check fingerprints/owners without importing anything: gpg -n --import --import-options import-show i2p-debian-repo.key.asc 5- If it looks good add it to APT's Keyring: sudo apt-key add i2p-debian-repo.key.asc 6- Update Packages and Notify your package manager of the new repository sudo apt update 7- You are now ready to install I2P! Installing the i2p-keyring package will ensure that you receive updates to the repository's GPG key: sudo apt install i2p i2p-keyring After the installation process completes you can move on to the next part of starting I2P and configuring it for your system.
查找差异