Telegram RegisterThe public register of Telegram

Channel

Luca的VPS瞎折腾日记

@Luca_VPS

On this record: Growth · Engagement · Reactions · Posts · Citations · Handles named that no longer answer · Cite this entry

961subscribers

+1 since we began measuring on 7 August 2026

Risers and fallers across the register · movement among entries of Under 1,000.

Register entry

Telegram ID-1001453250642
TypeChannel
Username@Luca_VPS
CreatedBetween 1 April 2019 and 31 October 2021— estimated from Telegram’s id allocation, not measured. How this range is calculated.
First recorded8 August 2026
Last confirmed live8 August 2026
Measurements held3
Confirmed unchanged1 time, most recently 8 August 2026
On Telegramt.me/Luca_VPS

Growth

960961960.57 Aug 2026, 15:49 — 960 subscribers8 Aug 2026, 00:47 — 960 subscribers8 Aug 2026, 14:31 — 961 subscribers7 Aug 2026, 15:498 Aug 2026, 14:31
3 measurements taken within a single day, net +1. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between — snapshots are recorded only when a count changes, so gaps mean “no change observed”, never “interpolated”. The vertical axis spans 960–961 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
8 Aug 2026, 14:31961+1
8 Aug 2026, 00:47960no change
7 Aug 2026, 15:49960first reading

Engagement

20 posts held, back to 21 May 2024the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 pageof Telegram’s post history, 20 posts per page.

ERR · 30 days
67.3%
avg views ÷ 961 subscribers
Avg views / post
647
1 post measured
Reaction rate
this channel exposes no reaction counts
Posts in window
1
of 20 held

ERR is average views per post over the last 30 days divided by subscribers, the definition TGStat uses, so this figure is comparable with the one you will see elsewhere. It falls structurally as a channel grows: a high ERR on a small channel and a low one on a large channel describe reach mathematics, not quality. We publish the figure and the sample it came from and pass no verdict on it.

ER is defined industry-wide as (forwards + reactions + comments) ÷ views— note the denominator is views, not subscribers. Telegram’s public web preview carries views and reactions but not forward or comment counts, so the reaction rate above is the reactions term only and is therefore a floor: the true ER for this channel is higher by an amount we have not measured and will not estimate.

What these figures were computed from
WindowRolling 30 days · latest post in window 18 July 2026
Posts held20 (21 May 202418 July 2026)
Views total647
Reactions total
Forwards / commentsnot exposed by the public surface — not measured, not estimated
Readings taken8 Aug 2026, 00:47 UTC

Views are a single reading per post, taken at the time above. A post published in the last day or two is still accumulating views, which pulls the 30-day average down slightly. That is a property of the standard definition rather than a fault in it, so we keep the definition rather than “correcting” the number into something nobody can reproduce.

Precision. Telegram publishes view counts on its public widget in short form — 8.12K, 3.7M — so any reading at or above 1,000 reaches us rounded to three significant figures, and only counts below 1,000 are exact. Averages and rates derived from them are shown to the same precision rather than to the unit: a figure like 3,701,250 would assert digits nobody measured.

Reaction counts are published per emoji and rounded the same way, so a total below 1,000 is exact and a larger one is a sum that may carry a rounded component from each emoji above 1,000. Because it is a sum, it does not look rounded — read a large reaction total as three significant figures per contributing emoji rather than as the figure it prints.

Reaction mix

21 reactions across 6 posts, in 3 distinct kinds. The most used accounts for 61.9% of them.

Every reaction kind recorded on the sample, most used first
ReactionCountShareShare, drawn
👍1361.9%
🎉628.6%
🥰29.52%

No sentiment is inferred, and none should be read in. This table is ordered by count and by nothing else. Emoji do not carry stable meaning across languages or communities — 🙏 is thanks in one channel and mourning in another — so we publish which ones were pressed and how often, and pass no judgement on what an audience meant by them.

Precision. Telegram publishes reaction counts per emoji and short-forms each one — 4.34K, 1.2M — so any single kind at or above 1,000 reaches us at three significant figures, and only counts below 1,000 are exact. The shares above are ratios of those figures and carry the same error. This is also why the total here can differ slightly from a reaction total printed elsewhere on the page: both are sums of the same rounded parts, taken over samples with different edges.

Coverage. Reactions were read on 7 of the 20 sampled posts in this sample. Summed by Telegram’s own count on each post — not by adding up the per-emoji breakdown above — those same posts carry 21reactions in total: the kind of figure the paragraph above means by “a reaction total printed elsewhere on the page”.

Measured over the 20 most recent posts we hold, published 21 May 2024 to 18 July 2026, using the newest reading held for each. Telegram Stars are excluded: they are a payment, not a reaction, and they have their own section.

Recent posts

18 Jul 2026, 12:24 UTC647 viewsread 8 August 2026

#服务器 #教程 安装tcping服务 项目页:https://github.com/pouriyajamshidi/tcping # 1. 卸载旧的 Python 版 tcping(如果之前装过) pip3 uninstall -y tcping 2>/dev/null || true # 2. 下载官方 amd64 Debian 包 wget https://github.com/pouriyajamshidi/tcping/releases/latest/download/tcping-amd64.deb \ -O /tmp/tcping.deb # 3. 安装 apt install -y /tmp/tcping.deb # 4. 验证与测试 tcping -v tcping google.com 443

16 Jul 2026, 10:16 UTC630 viewsread 8 August 2026

#服务器 #内核 #调优 XanMod 内核一键安装脚本 适用于 Debian amd64 服务器,自动检测 CPU 指令集并安装对应 XanMod 内核: - 支持 x86-64-v3:安装 linux-xanmod-x64v3 - 支持 x86-64-v2:安装 linux-xanmod-x64v2 - 非 amd64 或不支持 v2/v3:自动跳过,不影响现有系统 - 自动配置 XanMod 官方 APT 软件源 - 已安装对应 XanMod 内核时不会重复安装 - 保留 Debian 原内核作为备用 - 安装后需重启系统,XanMod 才会生效 执行命令: bash <(curl -fsSL https://raw.githubusercontent.com/LucaLin233/Linux/main/tools/xanmod-install.sh) 安装完成后检查当前内核: uname -r

16 Jul 2026, 10:09 UTC491 viewsread 8 August 2026

#服务器 #中文 配置服务器语言为中文(非全局) apt-get update && \ apt-get install -y locales && \ sed -i 's/^[[:space:]]*#[[:space:]]*zh_CN.UTF-8[[:space:]]\+UTF-8/zh_CN.UTF-8 UTF-8/' /etc/locale.gen && \ { grep -Fxq 'zh_CN.UTF-8 UTF-8' /etc/locale.gen || echo 'zh_CN.UTF-8 UTF-8' >> /etc/locale.gen; } && \ locale-gen && \ update-locale LANG=zh_CN.UTF-8 LANGUAGE=zh_CN:zh

16 Jul 2026, 05:59 UTC461 viewsread 8 August 2026

#服务器 #调优 调整登录信息 已集成在一键部署脚本中 curl -fsSL https://raw.githubusercontent.com/LucaLin233/Linux/main/tools/setup-motd.sh

16 Jul 2026, 05:57 UTC592 viewsread 8 August 2026

#服务器 #内核 内核调优 已集成在一键部署脚本中,并已做参数调整,仅设置必要参数,如需原版调优请使用以下脚本 Kernel: 查看状态: curl -fsSL https://raw.githubusercontent.com/LucaLin233/Linux/refs/heads/main/tools/kernel.sh | bash -s status 恢复配置: curl -fsSL https://raw.githubusercontent.com/LucaLin233/Linux/refs/heads/main/tools/kernel.sh | bash -s restore 优化无国内优化服务时: curl -fsSL https://raw.githubusercontent.com/LucaLin233/Linux/refs/heads/main/tools/kernel.sh | bash -s i

4 Apr 2026, 17:44 UTC≈2,830 viewsread 8 August 2026

#服务器 #教程 Makkabakka佬最近写了些emby反代面板,那么如何优选到专属于自己的优质cf ip,以下为教程(江苏地区用户以及移动用户酌情观看,可能连接不佳): 面板部署略,以下指路,js文件自己在他的频道找: 主面板: https://t.me/MakkaPakkaOvO/182 lite面板: https://t.me/MakkaPakkaOvO/187 首先下载CloudflareSpeedTest项目到你的电脑上,项目主页:https://github.com/XIU2/CloudflareSpeedTest ,然后双击运行cfst.exe,等待即可 (划重点)如果你在测速过程当中遇到速度为0且地区代码显示不出来,那么跟着本教程往下走: 方法一:直接指定项目issue页的测速地址 地址参考:https://github.com/XIU2/CloudflareSpeedTest/discussions/49

31 Mar 2026, 19:39 UTC≈1,930 viewsread 8 August 2026

#服务器 #教程 常用脚本大合集 https://www.nodeseek.com/post-183694-1

13 Nov 2025, 11:56 UTC≈2,550 viewsread 8 August 2026

#友情推广 🎙️🎙️🎙️友情推荐 🦀螃蟹影视服🦀 Basic套餐现已上线,详情请见 https://t.me/crabemby/25 套餐价格: - Basic:月付 10 元|季付 30 元|半年付 60 元|年付 88 元 群内正在进行多轮抽奖,有兴趣的可以去参与参与 螃蟹影视服主通知频道 @crabemby 交流群 @crab_emby

26 Jul 2025, 15:19 UTC≈2,690 views3 reactionsread 8 August 2026

#服务器 #搭建 #开机 #调优 #内核 给之前的Linux脚本整合了一下重新开了个仓库,欢迎取用: https://github.com/LucaLin233/Linux

👍3

22 Apr 2025, 23:39 UTC≈2,650 viewsread 8 August 2026

#服务器 #搭建 和Gemini老师一块编写的一键启动Cloudflare Tunnel并开启自动更新的脚本 注意提前在Cloudflare Tunnel页面复制好密钥,过程当中会提示输入密钥 安装: sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/LucaLin233/Linux/refs/heads/main/tools/cloudflare_tunnel.sh)" -- install 卸载: sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/LucaLin233/Linux/refs/heads/main/tools/cloudflare_tunnel.sh)" -- uninstall

17 Apr 2025, 21:55 UTC≈6,900 viewsread 8 August 2026

#服务器 #ip 最近在使用的一些小鸡测试脚本 一键国际测速: curl -sL nws.sh | bash 项目主页: nws.sh IP 质量: bash <(curl -sL IP.Check.Place) -y 完整的节点质量检测: bash <(curl -sL https://run.NodeQuality.com) NodeSeek 官方一键脚本: bash <(curl -sL https://sh.nodeseek.com)

17 Apr 2025, 01:30 UTC≈2,110 viewsread 8 August 2026

#服务器 #内核 #调优 #游戏延迟 不折腾就是不舒服( 今天在和gpt4.1的聊天中得知了一个第三方Linux内核:Liquorix,目前已在我的服务器上安装,正在体验~ 一键安装: curl -s 'https://liquorix.net/install-liquorix.sh' | sudo bash 官方网页: https://liquorix.net/

Showing the 12 most recent of 20 posts we hold for @Luca_VPS. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.

Citation-graph rank

Citation-graph rank — 1,080,533 of 1,478,351entries in the measured graph. A weighted position computed from the forward and mention edges below — republished posts weigh more than named mentions — and recomputed periodically, over the whole graph. Published only as this ordinal position, never as a score: a position is a fact, and a score printed beside one channel’s name would read as a verdict this register does not make. The two counts beneath stay separate for the same reason mentions are never summed with forwards anywhere else on this page — a named-by count costs nothing to manufacture. The top 100 by this measure, or how it is computed.

Forward network

Republished by

Channels on the register that have forwarded this channel's posts into their own feed.

Built only from forwarded posts we have actually read, on both sides. Coverage is early and deliberately incomplete: a missing link means we have not read the post that would prove it, never that the relationship does not exist. Counts are distinct forwarded posts observed, so they only ever go up as we read more.

Mentions

Named by 4 registered channels — every channel on the register whose own posts have named this one, by its current username or any other username it currently holds, merged from two separately captured readings of the same fact so a namer caught by only one of them is not missed and a namer both caught is not counted twice. A username this channel has since dropped is not matched — that handle may belong to someone else now, and crediting today’s namer to yesterday’s owner would misattribute it.

A mention is a weaker signal than a forward and is counted separately for that reason — naming a channel is not republishing it, and a handle in a post body is easy to place deliberately. The post counts beside each row below are distinct posts in which the handle appeared, from posts we have read on both sides — the “Named by N registered channels” figure above is a different count, of distinct NAMING CHANNELS rather than posts, and is not the sum of the rows under it.

Cite this entry

A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 8 August 2026 — this entry's latest reading, not the date you are reading this.

“Luca的VPS瞎折腾日记” (@Luca_VPS), 961 subscribers as measured 8 August 2026. Telegram Register, tgregister.com/channel/Luca_VPS.

Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.