- 博客(916)
- 资源 (27)
- 收藏
- 关注
原创 Lightweight App Alternatives
The tech industry often relies on constant updates and heavier apps to drive consumer upgrades, but opting for lightweight alternatives can enhance performance and privacy. For Android users, several lite apps offer efficient functionality without unnecess
2025-05-09 17:13:04
573
原创 Removable Battery Removal & No SD Card Slot
手机制造商如三星等取消可更换电池和扩展存储功能,并非出于技术需求,而是为了提升利润和加强生态系统锁定。移除可更换电池使用户更依赖服务中心或提前升级设备,增加维修和换机收入。取消SD卡槽迫使用户购买更高存储版本或订阅云服务,进一步绑定用户数据。这些策略通过“计划性不便”增加用户对高价版本、专有配件和生态系统的依赖,核心目的是提高利润和用户黏性,而非单纯追求设计或防水性能。
2025-05-09 14:51:05
297
原创 Cut video with ffmpeg
To cut a snippet from a video based on timestamps like to , the best tool is FFmpeg, which is fast, free, and doesn’t re-encode the video (so it keeps original quality if you don’t want re-encoding).Here’s the command you can run in a terminal or command
2025-05-08 11:04:18
431
原创 SYN_RECV Defend against SYN floods
【代码】SYN_RECV Defend against SYN floods。
2025-04-29 15:18:16
843
原创 Trade time for money
Trading time for money means working for a wage or salary, where your income is directly proportional to the amount of time you spend working. This is a common way people earn a living, providing a stable source of income and benefits. However, it can also
2025-04-22 10:43:18
354
原创 Decode octal string “\346\234\252\347\237\245\351\224\231\350\257\257\357\274\232\357\274\214\350\25
Decoded: 未知错误:,详情请查看日志。
2025-04-21 10:53:05
131
原创 Block unusual ICMP by iptables (ping)
sudo iptables -I INPUT 1 -s 43.0.0.0/8 -p icmp --icmp-type echo-request -j DROPsudo iptables -I INPUT 2 -s 203.205.191.26/8 -p icmp --icmp-type echo-request -j DROPsudo iptables -I INPUT 3 -s 128.14.246.6/8 -p icmp --icmp-type echo-request -j DROPsudo i
2025-04-13 10:22:39
226
原创 [FATAL] [transports/janus_websockets.c:janus_websockets_create_ws_server:504] Error creating vhost
【代码】[FATAL] [transports/janus_websockets.c:janus_websockets_create_ws_server:504] Error creating vhost。
2025-04-12 16:08:01
644
原创 Generate a self-signed TLS certificate for Coturn using openssl
openssl Coturn
2025-04-12 14:52:22
397
原创 Why are we forced to download Apps?
Browsers can’t do things like:So for apps like TikTok, which:They hit a wall in the browser.Companies like TikTok, Instagram, YouTube want you in their app, because:In the browser, they’re limited by browser privacy policies, but in their app, it’s like th
2025-04-05 16:35:12
922
原创 /usr/bin/ld: cannot find -lpaho-mqtt3as collect2: error: ld returned 1 exit status
/usr/bin/ld: cannot find -lpaho-mqtt3as
2025-04-01 08:06:40
646
原创 CMake Error: Could not find CMAKE_ROOT !!!
CMake Error: Could not find CMAKE_ROOT !!!
2025-04-01 07:58:44
397
原创 Install Nginx with RTMP module
【代码】Install Nginx with RTMP module。ed2k://|file|27%20USEFUL%20HACKS%20TO%20GROW%20YOUR%20OWN%20GARDEN.mp4|55999228|4AA89DBD2B30B7189664E751FA288BCF|h=TZBYOB24R2VD7MAWCGWH2RPFBVST3ZVK|/
2025-03-26 08:28:33
417
原创 TCP netstat TIME_WAIT & CLOSE_WAIT
【代码】TCP netstat TIME_WAIT & CLOSE_WAIT。
2025-03-24 14:16:30
900
原创 Mount a hard disk `/dev/data1` over the `/data` directory on an AIX 7.2
【代码】Mount a hard disk `/dev/data1` over the `/data` directory on an AIX 7.2。
2025-03-21 08:34:25
226
原创 Why a MySQL table reaches millions of rows, performance issues become noticeable
When a MySQL table reaches millions of rows, performance issues become noticeable due to:So, archiving old forum threads isn’t just about organization—it’s a practical way to maintain MySQL performance!
2025-03-09 11:27:04
387
原创 Installing RabbitMQ from source on a Raspberry Pi
【代码】Installing RabbitMQ from source on a Raspberry Pi。
2025-03-02 11:32:32
982
原创 Monetize edge computing
Monetizing edge computing is a great idea, and you’re right that some companies have started using edge devices as part of a decentralized content delivery network (CDN). This is a promising way to leverage unused bandwidth and storage in local devices to
2025-02-28 16:31:28
1014
原创 Kylin Linux Advanced Server V10 (Tercel) on an ARM (aarch64) system terminal disorder
【代码】Kylin Linux Advanced Server V10 (Tercel) on an ARM (aarch64) system terminal disorder。
2025-02-19 15:36:52
361
原创 error: conflicting types for ‘SSL_SESSION_get_master_key’
In file included from src/lib/tls/tortls_openssl.c:61:./src/lib/tls/tortls_internal.h:55:8: error: conflicting types for ‘SSL_SESSION_get_master_key’
2025-02-14 09:51:56
1240
原创 /usr/local/ssl/lib/pkgconfig
How does /usr/local/ssl/lib/pkgconfig file work?
2025-02-14 08:44:58
513
原创 Build a debug version of libevent from source
【代码】Build a debug version of libevent from source。
2025-02-14 08:24:24
301
原创 Build OpenSSL 1.1.1w from source on Debian 11 (x86_64),
【代码】Build OpenSSL 1.1.1w from source on Debian 11 (x86_64),
2025-02-13 22:47:39
393
原创 Why is the webpage body smaller than the window?
【代码】Why is the webpage body smaller than the window?
2025-02-12 08:53:26
242
原创 Run your server (`algsvr`) as a system daemon using `systemd`
To run your server () as a system daemon using on a CentOS-like system, follow these steps:Run the following command to create a service file for your server:Add the following content:2. Reload and Enable the ServiceRun the following commands to relo
2025-02-08 10:25:13
321
原创 libevent TCP echo, SIGSEGV Crash Handling (siglongjmp)
【代码】libevent TCP echo。
2025-02-06 22:48:33
416
原创 Enabling verbose logging makes the program run correctly while disabling it causes issues
【代码】Enabling verbose logging makes the program run correctly while disabling it causes issues。
2025-02-05 10:38:11
459
xxd-demo.zip
2025-04-16
snowflake golang build a bridge
2025-02-04
CRYPTOPP-8-5-0.tar.gz
2024-05-25
aMule源代码,eMule Linux版源代码,amuled
2024-05-25
1119. Metro. dynamic programming, graph theory
2024-05-10
https://acm.timus.ru/print.aspx?space=1&num=1002 题目答案
2024-05-06
Assembly Language Step-By-Step - (Wiley, 2009, 0470497025).pdf
2024-04-21
libevent库, http-server静态文件服务器示例
2023-12-14
nasm-10.09.tar.gz
2023-11-21
windows, which命令找到.exe文件路径
2023-09-30
xxd用16进制打印文件内容,调试代码用
2023-08-23
windows Visual Studio dll动态库模板
2022-09-26
windows环境Visual studio创建静态库,项目框架
2022-09-26
PHP-TreeMap.zip
2021-08-13
DesignPatterns.zip
2020-06-22
composer.phar
2020-05-19
phalcon-stub-3.4.12.zip
2020-04-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人