- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 135字
- 2021-06-24 15:59:16
How to do it...
- To install I2P, we need to first check whether apt-transport-https and curl are installed:
sudo apt-get install apt-transport-https curl
- Now we can install the tool using the following command:
apt install i2p
The following screenshot shows the output of the preceding command:

- When the installation is complete, we can run the service by using the following command:
i2prouter start
- We should not run it as root so we log in as another account and run the command as shown in the following screenshot:

- We will see that I2P service is up and running; now we add a proxy to our Firefox on port 4444:

- We can also access the I2P console at localhost 7657:

And now a whole new world of I2P is open for us to explore.
推薦閱讀
- PLC控制程序精編108例
- Linux運維實戰:CentOS7.6操作系統從入門到精通
- Linux性能優化
- 循序漸進學Docker
- 混沌工程:復雜系統韌性實現之道
- Linux就該這么學
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Cassandra 3.x High Availability(Second Edition)
- VMware Horizon View Essentials
- Mastering Windows 8 C++ App Development
- Linux內核API完全參考手冊(第2版)
- 鴻蒙HarmonyOS應用開發從入門到精通
- Gradle Effective Implementations Guide(Second Edition)
- 微信小程序項目開發實戰:用WePY、mpvue、Taro打造高效的小程序
- Windows 10入門與提高