ubuntu 安装 ipfs 经验
作者:互联网
先尝试apt-cache,没搜到。从网上看,有个下载源码的方式,https://dist.ipfs.io/go-ipfs/v0.4.10/go-ipfs_v0.4.10_linux-386.tar.gz,但我根本下载不下来。于是通过snap方式安装。
主要参考 IPFS ubuntu 搭建。systemctl 启动时,提示错误,于是参考 No space left on device when starting/stopping services only 解决。
sudo echo fs.inotify.max_user_watches = 262144 >> /etc/sysctl.conf sysctl -p
标签:10,ipfs,sysctl,v0.4,ubuntu,go,安装 来源: https://www.cnblogs.com/tangxiaosheng/p/15799362.html