ety001 (73)in #steem • yesterday[Notice] Optimized the SteemDB.ioThe steemdb.io service has been unstable for a while. I have time today to look into the issues. I saw many http…ety001 (73)in #cn-dev • 4 days ago降低了公司开发账号的开销最近一直在研究如何降低公司的 AWS 测试账号,经过一系列的优化后,这个月的费用有了显著的降低。 主要操作就是删除无用资源,调低部分 EC2 的机型,把 S3 的访问路由修改为内网。ety001 (73)in #steem • 20 days ago[Notice] Deployed an SQL optimization. Decreased about 97% execution time.Here is the detail of changing: Why Optimize the hive_posts_ix4 index to avoid table re-access…ety001 (73)in #steem • 26 days ago[Notice] The Image Service Issue Has Been FixedThis week the Steemit Image did not display normally. Now the issue has been fixed. On August 26th, the company…ety001 (73)in #steem • 3 months ago[Notice] The Progress of Fixing Unstable Issue of WebsiteRecently the Condenser and the Wallet are not stable. The console panel of AWS shows that the instances of…ety001 (73)in #cn • 3 months agosupervisord 配置文件中环境变量设置注意事项最近在配置 supervisord 时遇到错误,原配置文件为: [program:dbus]ety001 (73)in #cn • 3 months ago关于 supervisorctl 无法 stop 程序的问题解决方法在最近的一次部署中,由于启动应用需要的参数很多,我把这个启动命令放到了一个 bash 文件中,类似于这样 /usr/local/bin/start.sh 文件内容如下: #!/bin/bashety001 (73)in #cn • 4 months ago如何在 docker buildx 时,在 Dockerfile 中获取编译平台信息有时候在编译 Docker 镜像的时候,镜像内某些工具下载的时候,需要指定平台。 比如我在下载某个工具的时候,工具方提供的地址是类似下面这样的: ety001 (73)in #cn-dev • 4 months ago如何使用 docker buildx 跨平台编译最近需要打包一个 Docker 镜像,需要同时支持 amd64 和 arm64。几年前曾经搭建过一次,但是没有做笔记,这次做一下笔记。 首先安装 qemu 环境: $ sudo pacman -S qemu-allety001 (73)in #witness • 5 months 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 (73)in #witness • 5 months 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 (73)in #cn • 5 months agosteemCreated with Sketch.如何给 alpine 增加 swap买了一台超级小的vps,只有不到 200M 内存,3G 硬盘。为了保证程序运行稳定,需要增加一个 200M 的 swap。 其他的操作跟普通 Linux 一样,只有最后一步,在增加完 /etc/fstab…ety001 (73)in #dev • 5 months ago如何重定向 shell 的 debug 信息到 rsyslog今天在优化 steem 节点的管理脚本的时候新学到的。 #!/bin/bashety001 (73)in #witness • 5 months 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 (73)in #steem • 5 months 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 (73)in #cn • 5 months ago如何设置 Tor Browser 出口 IP 为指定国家?最近要测试东西,需要俄罗斯 IP,买个 VPN 有些不值当的,于是安装了 Tor Browser,全球热心网友共建的网络。 从网上搜索如何固定出口IP的国家,但是都不成功。 基本上教程都只是说了 torrc…ety001 (73)in #steem • 6 months ago小心,不要把主密码发到文章里昨天在使用我的测试账号,测试 pr3944 的时候,一个不小心,把主密码发到文章里了。 一分钟之内,就有机器人爬到了我的密码,并修改了我测试账号的密码,真是太凶狠了。…ety001 (73)in #cn • 6 months agosteemCreated with Sketch.使用SRS推流服务,与家人好友共享美好时光背景 今天国足世预赛关键战,但是爱奇艺的直播信号,一个账号只允许一个终端收看。 为了实现多台设备同时观战,我们可以使用懒猫商店最近新上线的 SRS 推流服务。 原理很简单,就是在台式机或者笔记本上打开爱奇艺直播界面,然后用…ety001 (73)in #cn • 6 months ago折腾了三天终于搞定公司的VPN融合到我家里的网络的工作了最近公司开发人员的 VPN 从 Easyconnect 迁移到 Cloudflare WARP 了,真的是令人振奋人心,比起 Easyconnect 来说, WARP 对于 Linux 环境友好太多太多了! 由于流量走公司 VPN…ety001 (73)in #lazycat • 7 months agohclient-cli 纯终端界面下接入懒猫网络工具简介 hclient-cli 是官方推出的一个面向无图形界面的机器的接入方案。 有这个工具的情况下,我们可以让我们远端的服务器接入到懒猫的网络中,访问懒猫上的数据资源。 使用…