ety001 (72)in #witness • 8 days agosteemCreated with Sketch.[Notice] The Steem JS SDK Release v0.8.0Hi Steemian, We have released a new version of Steem JS SDK. This version mainly addresses the issue that the…ety001 (72)in #witness • 15 days agosteemCreated with Sketch.Is it easy to use Next.JS to RE-BUILD Condenser project?Rebuilding the Condenser project using Next.js would likely present a moderate to significant level of difficulty .…ety001 (72)in #cn • 16 days agosteemCreated with Sketch.如何给 alpine 增加 swap买了一台超级小的vps,只有不到 200M 内存,3G 硬盘。为了保证程序运行稳定,需要增加一个 200M 的 swap。 其他的操作跟普通 Linux 一样,只有最后一步,在增加完 /etc/fstab…ety001 (72)in #dev • 23 days ago如何重定向 shell 的 debug 信息到 rsyslog今天在优化 steem 节点的管理脚本的时候新学到的。 #!/bin/bashety001 (72)in #witness • 26 days agosteemCreated with Sketch.Migrate My Workspace from SSDNodes to OVHIn past five years, I used SSDNodes' VPS as my remote workspace. The detail of SSDNodes' VPS was 8 vCPUs, 32GB…ety001 (72)in #steem • 29 days ago[Notice] About Wallet Service 502/503 ErrorSome time ago, the wallet service was unstable. After reviewing the log, the possible reason is that the ahnode…ety001 (72)in #cn • last month如何设置 Tor Browser 出口 IP 为指定国家?最近要测试东西,需要俄罗斯 IP,买个 VPN 有些不值当的,于是安装了 Tor Browser,全球热心网友共建的网络。 从网上搜索如何固定出口IP的国家,但是都不成功。 基本上教程都只是说了 torrc…ety001 (72)in #steem • 2 months ago小心,不要把主密码发到文章里昨天在使用我的测试账号,测试 pr3944 的时候,一个不小心,把主密码发到文章里了。 一分钟之内,就有机器人爬到了我的密码,并修改了我测试账号的密码,真是太凶狠了。…ety001 (72)in #cn • 2 months agosteemCreated with Sketch.使用SRS推流服务,与家人好友共享美好时光背景 今天国足世预赛关键战,但是爱奇艺的直播信号,一个账号只允许一个终端收看。 为了实现多台设备同时观战,我们可以使用懒猫商店最近新上线的 SRS 推流服务。 原理很简单,就是在台式机或者笔记本上打开爱奇艺直播界面,然后用…ety001 (72)in #cn • 2 months ago折腾了三天终于搞定公司的VPN融合到我家里的网络的工作了最近公司开发人员的 VPN 从 Easyconnect 迁移到 Cloudflare WARP 了,真的是令人振奋人心,比起 Easyconnect 来说, WARP 对于 Linux 环境友好太多太多了! 由于流量走公司 VPN…ety001 (72)in #lazycat • 3 months agohclient-cli 纯终端界面下接入懒猫网络工具简介 hclient-cli 是官方推出的一个面向无图形界面的机器的接入方案。 有这个工具的情况下,我们可以让我们远端的服务器接入到懒猫的网络中,访问懒猫上的数据资源。 使用…ety001 (72)in #tools • 6 months ago零碎脚本执行利器 -- 青龙面板 | A powerful tool for executing fragmented scripts -- Qinglong Panel.今天发现了一个有意思的工具 —— 青龙面板 。 平时经常会有一些零零碎碎的脚本需要运行,放在宿主机运行,就要安装 nodejs 的环境,如果放在 docker 里运行,就要写 Dockerfile ,太繁琐。…ety001 (72)in #witness • 6 months ago[Notice] Project Faucet Restructure Is Almost ReadyAfter more than three months( pre notice ), the project faucet is nearly finish. The project faucet has…ety001 (72)in #witness • 6 months ago[Demo Code] Watch the witness node latency in docker#!/bin/bashety001 (72)in #steemit • 7 months ago[Notice] The TRX Distribution Code has been removed.Hi everyone, The TRX distribution code has been removed in wallet and condenser project. And it has been…ety001 (72)in #react • 8 months agoReact 中 useEffect 的依赖项如何理解在 React 中,useEffect 的依赖项决定了其什么时候执行。 基本语法 useEffect 接受两个参数: 副作用函数:在组件渲染后或依赖项发生变化时执行的函数。…ety001 (72)in #cn • 8 months agoredux-saga 如何与 @reduxjs/toolkit 配合使用?前情 Steemit 的几个前端项目( condenser , wallet , faucet )都使用了 redux 和 redux-saga。 这次升级 faucet 所有依赖库,发现新版本 redux…ety001 (72)in #steemit • 8 months ago[Notice] Optimized the bridge.get_ranked_posts API | 优化了 bridge.get_ranked_posts 接口Today, an optimization scheme has been deployed. This optimization scheme involves the API of…ety001 (72)in #js • 9 months ago使用 createRoot 方法,报 React is not defined 错误由于 faucet 项目全部是手动搭建的环境,所以在把 react15 升级到 react18 后, import { createRoot } from 'react-dom/client';ety001 (72)in #js • 9 months agoRedux 的 createStore 在编辑器中被提示弃用在 React 18 中, createStore 是 Redux 提供的一个函数,用于创建 Redux store ,但从 Redux Toolkit v5 开始, createStore 已被标记为弃用,并建议使用…