ubuntu 安装 ipfs 经验
2022-01-13 19:22 tangxiaosheng 阅读(266) 评论(0) 编辑 收藏 举报先尝试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