Diff
checker
텍스트
텍스트
이미지
문서
Excel
폴더
Legal
Enterprise
데스크톱
요금제
로그인
데스크톱 앱 다운로드
텍스트 비교
두 텍스트 파일의 차이점을 찾아보세요
도구
기록
실시간 편집
변경 없는 행 숨기기
줄바꿈 비활성화
레이아웃
나란히 보기
합쳐 보기
비교 단위
스마트
단어
글자
구문 강조
언어 선택
제외
텍스트 변환
첫 변경으로
수정
Diffchecker Desktop
가장 안전하게 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.
비교하기