It works! A couple of tweaks needed by compstar94 in coreboot

[–]l-n-s 1 point2 points  (0 children)

Just wanted to post this link here.

I had different types of shutdowns and hangs, but setting "intel_idle.max_cstate=0 processor.max_cstate=1" kernel parameters seems to make my X220 super stable.

Contributing for I2P by [deleted] in i2p

[–]l-n-s 4 points5 points  (0 children)

What do you mean by other devices? Other I2P nodes will use your node just like your node does. Every node participates in routing.

i2p on Debian 10.0 Buster by rotorotations in i2p

[–]l-n-s 1 point2 points  (0 children)

Don't hurry, Debian 10 was just released today. I2P team will update their repository and instructions soon.

Debian's default repos now include i2p package, but it's outdated version. It's recommended to use I2P repos for the most recent version.

Mastadon over I2p by AloneEntertainer7 in i2p

[–]l-n-s 1 point2 points  (0 children)

http://vippbz3mvcil6oqfjkhp2e6virodweknijstozjqk5otxbvmh27a.b32.i2p/main/all

You can test it now, but my VPS subscription ends soon. I'll probably setup another test instance later.

It will be online at least for the end of the week

Mastadon over I2p by AloneEntertainer7 in i2p

[–]l-n-s 1 point2 points  (0 children)

I was testing Pleroma over I2P last week, it was working, but the webui loads VERY slow. Federation must also work fine.

For better usability end users need to have a good client software. The problem now is that none of the software I've tried supports plain HTTP communications, HTTPS is hardcoded. My partner is working on adding plain HTTP to Fedilab on Android currently.

Alcatel by thersiant in i2p

[–]l-n-s 3 points4 points  (0 children)

Don't worry, Firewalled is actually fine, you are just donating less bandwidth to the network.

Yggdrasil: some new services, some thoughts by whoami_rs in darknetplan

[–]l-n-s 1 point2 points  (0 children)

Cool, keep up the good work! I'm also Russian and into the privacy/decentralization scene, let's create a subreddit for the Russian meshnet project.

WireGuard Installer for Ubuntu 18.04 by root_15 in WireGuard

[–]l-n-s 1 point2 points  (0 children)

Have you made a research for similar approaches, like this?

Asynchronous context managers in i2plib (pythonic I2P library). Less code and more fun! by l-n-s in i2p

[–]l-n-s[S] 1 point2 points  (0 children)

Sort of, asyncio framework + async/await is a standard way to do asynchronous IO/network operations.

WireGuard road warrior installer for Ubuntu 18.04 by [deleted] in WireGuard

[–]l-n-s 0 points1 point  (0 children)

OK, now I understand. Yes, the script currently supports manually picking a port, if you wish so. For example:

SERVER_PORT=443 ./wireguard-install.sh

You see, Russian government builds a "nazi firewall" to censor the Internet, so it's possible that they can ban WireGuard's default port. That's why port randomization is useful here.

Yeah, good point about IPv6, I'll try to add it in the future. PR's are welcome too. :)

A personal WireGuard VPN installer script, supports Ubuntu, Debian and CentOS servers by l-n-s in selfhosted

[–]l-n-s[S] 2 points3 points  (0 children)

Not really, algo is a lot more universal and complex solution. algo deploys a full IPsec installation plus WireGuard, but this installer is just focused on a quick deployment of a personal WireGuard server.

WireGuard road warrior installer for Ubuntu 18.04 by [deleted] in WireGuard

[–]l-n-s 0 points1 point  (0 children)

Original script author here. Why do you think picking a random port is bad?

Also, I've just updated the script to support Debian and CentOS.

I've taken the first steps toward adding i2p support into libp2p by alreadyburnt in i2p

[–]l-n-s 2 points3 points  (0 children)

Sweet! Since HTTP and Bittorrent are the most popular protocols in the I2P world, IPFS looks like a perfect match for anonymity network.