mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-10-30 18:52:46 +00:00 
			
		
		
		
	Update COMMUNICATION.md
This commit is contained in:
		| @@ -189,10 +189,10 @@ setkey group "set_prefix_argument(4); () = select_group();" " " | |||||||
|  |  | ||||||
| ### INSTALLATION | ### INSTALLATION | ||||||
| * Make directory that will contain I2P   | * Make directory that will contain I2P   | ||||||
| `mkdir /path/to/.i2p`   | `mkdir ~/.i2p`   | ||||||
|  |  | ||||||
| * Go to directory   | * Go to directory   | ||||||
| `cd /path/to/.i2p`   | `cd ~/.i2p`   | ||||||
|  |  | ||||||
| * Download (replace <VERSION> with the newest version)   | * Download (replace <VERSION> with the newest version)   | ||||||
| `wget -c https://download.i2p2.de/releases/<VERSION>/i2pinstall_<VERSION>.jar`   | `wget -c https://download.i2p2.de/releases/<VERSION>/i2pinstall_<VERSION>.jar`   | ||||||
| @@ -200,9 +200,6 @@ setkey group "set_prefix_argument(4); () = select_group();" " " | |||||||
| * Run the installer (and select options like the current path)   | * Run the installer (and select options like the current path)   | ||||||
| `java -jar i2pinstall_<VERSION>.jar -console`   | `java -jar i2pinstall_<VERSION>.jar -console`   | ||||||
|  |  | ||||||
| * In case you get an error you'll need to use the next script to start every time   |  | ||||||
| `./runplain.sh`   |  | ||||||
|  |  | ||||||
| To uninstall simply delete the directory. | To uninstall simply delete the directory. | ||||||
|  |  | ||||||
| ### I2PD | ### I2PD | ||||||
| @@ -245,7 +242,7 @@ cd $HOME/.i2pd | |||||||
| ### REMOTE ACCESS | ### REMOTE ACCESS | ||||||
| To access your I2P router from another computer. | To access your I2P router from another computer. | ||||||
|  |  | ||||||
| * On /.i2p/clients.config replace   | * On ~/.i2p/clients.config replace   | ||||||
| `clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/`   | `clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/`   | ||||||
| * with   | * with   | ||||||
| `clientApp.0.args=7657 ::1,127.0.0.1,<REMOTE_IP> ./webapps/`   | `clientApp.0.args=7657 ::1,127.0.0.1,<REMOTE_IP> ./webapps/`   | ||||||
| @@ -254,18 +251,20 @@ To access your I2P router from another computer. | |||||||
|  |  | ||||||
|  |  | ||||||
| ### BASIC COMMANDS | ### BASIC COMMANDS | ||||||
|  |  | ||||||
| * See status   | * See status   | ||||||
| `i2prouter status`   | `~/.i2p/i2prouter status`   | ||||||
|  |  | ||||||
| * Start   | * Start   | ||||||
| `i2prouter start`   | `~/.i2p/i2prouter start`   | ||||||
|  |  | ||||||
| * Stop   | * Stop   | ||||||
| `i2prouter stop`   | `~/.i2p/i2prouter stop`   | ||||||
|  |  | ||||||
| * Stop nicely   | * Stop nicely   | ||||||
| `i2prouter graceful`   | `~/.i2p/i2prouter graceful`   | ||||||
|  |  | ||||||
|  | * __NOTE__: In case you get an error, instead of all the above commands, you'll need to use the next:   | ||||||
|  | `~/.i2p/runplain.sh`   | ||||||
|  |  | ||||||
| ### EEPSITES | ### EEPSITES | ||||||
| Configuration to browse I2P eepsites. To be used with GNU IceCat. | Configuration to browse I2P eepsites. To be used with GNU IceCat. | ||||||
| @@ -339,5 +338,3 @@ To change more settings, like download destination for example: | |||||||
| `vi ~/.i2p/i2psnark.config.d/i2psnark.config`   | `vi ~/.i2p/i2psnark.config.d/i2psnark.config`   | ||||||
| * Change field ("i2psnark.dir").   | * Change field ("i2psnark.dir").   | ||||||
| `i2psnark.dir=<DOWNLOAD_DIRECTORY>`   | `i2psnark.dir=<DOWNLOAD_DIRECTORY>`   | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user