AWS Lightsail 彻底固化 Root 登录全自动教程 ⚡ 第一步:一键全自动配置脚本 通过默认用户登录,执行 sudo -i 切换到 root 权限,然后直接复制运行以下整段命令: # ==================================================================== # 1. 终极清洗:彻底抹除密钥文件中任何包含 "Please login" 的强制拦截命令 # ==================================================================== if [ -f /root/.ssh/authorized_keys ]; then sed -i 's/no-port-forwarding,no-agent-forwarding,no-X11-forwarding,command="echo '''Ple…

Channel
叮咚,您有一条来自一个逗比的通知
@getssr_info
On this record: Growth · Engagement · What this channel posts · Posts · Citations · Cite this entry
68subscribers
+0 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 | -1001168134665 |
|---|---|
| Type | Channel |
| Username | @getssr_info |
| Description | 反正就是一个逗比用来通知用的 |
| Created | Between 1 March 2018 and 30 June 2021— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 10 August 2026 |
| Last confirmed live | 10 August 2026 |
| Measurements held | 2 |
| On Telegram | t.me/getssr_info |
Growth
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 10 Aug 2026, 00:47 | 68 | no change |
| 7 Aug 2026, 12:35 | 68 | first reading |
Engagement
20 posts held, back to 12 March 2025 — the 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.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 9 June 2026. An engagement rate over an empty window would be a number about nothing.
What this channel posts
- Photos
- 106
- Videos
- 2
- Links
- 263
Lifetime counters from Telegram’s own channel header, read 10 August 2026 — not the date at the top of this page, which is when the subscriber count was last read. Below Telegram’s rounding threshold, so these counts are exact.
Recent posts
Debian + Xboard + Soga + Xray YouTube IPv6 分流完整教程 已经避开了你遇到的所有坑: - nftables 误写成 firewall - 重复 ip rule - nft set 与 ipset 不同步 - 默认路由误修改 - SSH/端口被锁 - Xboard-node 坑 - Soga Pro routing 坑 ------------- 一、方案说明 本方案适用于:Debian 11/12, Xboard, Soga, Xray, sing-box, Reality, Hysteria2, TUIC 目标: 流量 | 出口 ------------------------------ YouTube | IPv6 ------------------------------ 其它所有网站 | IPv4… https://www.digac.icu/2026/06/debi…
密码保护:XBoard面板全套轻量化调优终极指南 核心调优思路:锁死各组件最大物理内存边界,消灭高频进程创建开销,给后台长工套上”限速与让路”的绝对枷锁。 ------------- 💾 第一部分:生产环境底层四大核心调优 步骤 1:PHP-FPM 运行模式改用静态锁定(Static) 操作路径: 宝塔面板 → 软件商店 → 已安装 → PHP-8.2(或你实际的版本)→ 设置 → 性能调整 参数配置: pm = static pm.max_children = 35 ; 锁死 35 个常驻进程,固定消耗约 1.4G 内存,给 MySQL 留足活路 pm.max_requests = 500 ; 每个进程处理 500 次请求后自杀重建,无痛"自动排毒",防内存泄漏 选定 static 静态模式后,下方的 start_servers、min_spare_servers… https://www.digac.icu/202…
XBoard面板全套轻量化调优终极指南 核心调优思路:锁死各组件最大物理内存边界,消灭高频进程创建开销,给后台长工套上”限速与让路”的绝对枷锁。 ------------- 💾 第一部分:生产环境底层四大核心调优 步骤 1:PHP-FPM 运行模式改用静态锁定(Static) 操作路径: 宝塔面板 → 软件商店 → 已安装 → PHP-8.2(或你实际的版本)→ 设置 → 性能调整 参数配置: pm = static pm.max_children = 35 ; 锁死 35 个常驻进程,固定消耗约 1.4G 内存,给 MySQL 留足活路 pm.max_requests = 500 ; 每个进程处理 500 次请求后自杀重建,无痛"自动排毒",防内存泄漏 选定 static 静态模式后,下方的 start_servers、min_spare_servers… https://www.digac.icu/2026/05/…
XBoard面板全套轻量化调优终极指南 核心调优思路:锁死各组件最大物理内存边界,消灭高频进程创建开销,给后台长工套上”限速与让路”的绝对枷锁。 ------------- 💾 第一部分:生产环境底层四大核心调优 步骤 1:PHP-FPM 运行模式改用静态锁定(Static) 操作路径: 宝塔面板 → 软件商店 → 已安装 → PHP-8.2(或你实际的版本)→ 设置 → 性能调整 参数配置: pm = static pm.max_children = 35 ; 锁死 35 个常驻进程,固定消耗约 1.4G 内存,给 MySQL 留足活路 pm.max_requests = 500 ; 每个进程处理 500 次请求后自杀重建,无痛"自动排毒",防内存泄漏 选定 static 静态模式后,下方的 start_servers、min_spare_servers… https://www.digac.icu/2026/05/…
Rclone 挂载 OneDrive (MSDN E5) 全流程教程 本教程适用于将 Microsoft 365 E5 开发者订阅(MSDN)的 5TB OneDrive 空间挂载为 Linux 本地磁盘。当然也适用其他版本的空间挂载,但是需要自己根据实际情况做出修改。 一、 基础准备 在开始之前,请确保你拥有 MSDN 管理员账号,并在 Linux 服务器上安装 fuse3(挂载必需依赖)。 1. 安装 Rclone curl https://rclone.org/install.sh | sudo bash # 2. 安装 FUSE 依赖 # Ubuntu / Debian: apt update && apt install -y fuse3 # CentOS / AlmaLinux: yum install -y fuse3 # 3.… https://www.digac.icu/2026/05/mounting_…
Microsoft Rewards Script Docker 部署完整教程 本教程介绍如何在 Linux 服务器使用 Docker 部署 thenetsky/microsoft-rewards-script自动完成 Microsoft Rewards 搜索任务。 先决条件 你需要先安装:docker + compose 安装过程 先获取脚本 git clone https://github.com/TheNetsky/Microsoft-Rewards-Script.git cd Microsoft-Rewards-Script 添加配置和账号 · 将 src/accounts.example.json复制或重命名为 src/accounts.json并添加您的凭证 · 复制或重命名 src/config.example.json 为 src/config.json 并自定义你的偏好设置 accounts.json […
用 rclone 把 R2 绑定到本地目录 突然想用一个简单的方法可以直接修改 cloudflare R2 储存的 html 和 txt 文件,想了一下用 rclone+宝塔面板或许更简单,于是开始了这部分内容,这里只是把 r2 储存挂载到服务器的步骤…… 全篇文章均是以 debian/ubuntu 为主,其他系统自行替换安装命令…… 安装 rclone Debian / Ubuntu: curl https://rclone.org/install.sh | bash 创建 R2 的配置 执行: rclone config 选择:n 新建一个,这里仔细对照一下括号内的内容 n) New remote name: r2 然后依次:(以下内容要自己仔细看哟) Storage: s3(Amazon S3 Compliant Storage Providers including… https://www.digac.ic…
用 rclone 把 R2 绑定到本地目录 突然想用一个简单的方法可以直接修改 cloudflare R2 储存的 html 和 txt 文件,想了一下用 rclone+宝塔面板或许更简单,于是开始了这部分内容,这里只是把 r2 储存挂载到服务器的步骤…… 全篇文章均是以 debian/ubuntu 为主,其他系统自行替换安装命令…… 安装 rclone Debian / Ubuntu: curl https://rclone.org/install.sh | bash 创建 R2 的配置 执行: rclone config 选择:n 新建一个,这里仔细对照一下括号内的内容 n) New remote name: r2 然后依次:(以下内容要自己仔细看哟) Storage: s3(Amazon S3 Compliant Storage Providers including… https://www.digac.ic…
?
https://www.szhdy.com/cart?action=configureproduct&pid=1860
https://www.three.co.uk/account/top-up
Showing the 12 most recent of 20 posts we hold for @getssr_info. 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.
Forward network
Republishes
Channels on the register whose posts this channel has forwarded.
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.
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 10 August 2026 — this entry's latest reading, not the date you are reading this.
“叮咚,您有一条来自一个逗比的通知” (@getssr_info), 68 subscribers as measured 10 August 2026. Telegram Register, tgregister.com/channel/getssr_info.
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.