$V2EX
Solana
Give SOL to Copy Address
使用 SOL 向 vonsy 打赏,数额会 100% 进入 vonsy 的钱包。
vonsy

vonsy

让未来到来,让过去过去
V2EX member #12084, joined on 2011-09-25 14:28:09 +08:00
Per vonsy's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
vonsy's recent replies
我的 mac 戳了 3 年半了,还在服役中
戳的时候要斜着,控制力度稳健,只是最外面的硬塑料。
然后胶带贴起来
Jan 1, 2025
Replied to a topic by caisanli 生活 新年第一天出了事故 我全责
马路杀手
Sep 14, 2024
Replied to a topic by joenlee DNS cloudflare ddns 遇到了奇怪的表现
和 shell 脚本更新, 写到 cron 中,5 分钟检查一次

#!/bin/sh

TOKEN=tokentokentokentokentokentokentoken
ZONE_ID=zoneidzoneidzoneidzoneidzoneidzoneidzoneid
IDENTIFIER_AAAA=identifieridentifieridentifieridentifieridentifieridentifier
TYPE=AAAA
NAME_AAAA=xxx.abc.com
PROXIED=false
TTL=1

IP=`ping -6 ${NAME_AAAA} -c 1 |awk 'NR==2 {print $4}'`
echo "IP of ${NAME_AAAA} is ${IP}"
CONTENT=`ip address show ens192 | awk '/inet6/ && /2408/ {print substr($2,0,length($2)-3)}'`
echo "Local IP is ${CONTENT}"

if [ "${CONTENT}" = "${IP}" ]; then
echo "IP 相同,无需更新"
exit
fi

echo "start ddns refresh"
if [ x"${CONTENT}" != x ]; then
curl -X PUT "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records/$IDENTIFIER_AAAA" -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" --data '{"type":"'$TYPE'","name":"'$NAME_AAAA'","content":"'$CONTENT'","proxied":'"$PROXIED"',"ttl":"'$TTL'"}'
echo ${CONTENT} > /tmp/ddnsResult
fi
@muntoya 不是猜测,我的坐标 37.70308658766181,实际感受,会降低温度,非常干
开空调有个缺点,空气会很干,还得加湿
Nov 20, 2023
Replied to a topic by Kroos  WATCH 大家圆环每日的目标都设置的多少啊?
610/30/12
Oct 26, 2023
Replied to a topic by mrhy 程序员 现在还有玩 PGP 加密吗?
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1261 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 16:54 · PVG 00:54 · LAX 09:54 · JFK 12:54
♥ Do have faith in what you're doing.