Наверняка у многих возникло желание потестить отправку сообщений, но Redis не установлен и вообще непонятно как с ним быть.
На самом деле запустить его очень просто.
🔸 Для Windows, качаем архив, запускаем redis-server.exe
🔸 Для Linux несколько команд
🔸 Если есть Docker, то еще проще
docker run --rm -p 6379:6379 redis
Всё, можно экспериментировать!
______________________
А еще с сервером можно поиграть в пинг-понг
> redis-cli ping
PONG
#tricks#libs#linux
Linux man pages 6.17 released
Linux 手册页集合 6.17 版本已发布。除了大量手册页本身的更新外,此次发布还包含了一些值得关注的新实用程序。
其中,grepc(1) 程序最初是为本项目开发的,旨在帮助开发者快速在 glibc 和 Linux 内核中查找代码。但事实证明,它在项目之外也极其有用。它不仅仅是一个编写手册页的工具,预计对大多数(如果不是全部)C 语言程序员都会有所帮助。
grepc 是一个命令行工具,用于在任意项目中查找 C 源代码(例如函数定义)。与 ctags 等工具不同,它不使用任何索引机制。这意味着在克隆某个代码仓库后,无需首先生成索引即可立即使用它。
原文链接:https://lwn.net/Articles/1058323/
#Linux#编程工具#C语言#开发
#AIGC
Read more
#mac#win#linux#electron#clash#cross_platform#free#software#proxy#network
Clash for Windows
https://github.com/Fndroid/clash_for_windows_pkg
dead, use Clash Verge instead
📰 AMD Ryzen AI Max "Strix Halo" Enjoys Great Performance Gains With Latest Linux Software
With the Ubuntu 26.04 LTS release due out in three weeks, I have been re-testing a number of different devices on this newest Ubuntu release. One of the most significant improvements to note was when running the Framework Desktop with Ryzen AI Max "Strix Halo" and quantifying the performance gains of the Radeon 8060S Graphics since launch last year.
🔗 Source: https://www.phoronix.com/review/ubuntu-2604-strix-halo
#linux#amd#ubuntu
📰 LXD 6.7 Released With AMD GPU Passthrough Support
Canonical today released LXD 6.7 as the latest feature update to this system container and virtual machine manager commonly used in Ubuntu Linux environments...
🔗 Source: https://www.phoronix.com/news/LXD-6.7-Released
#amd#ubuntu#linux
📰 Sentinel is an achievement watcher for non-Steam games on Linux
Love achievement hunting but play games outside of Steam on Linux? Sounds like Sentinel is an open source tool you'll want to see.Read the full article on GamingOnLinux.
🔗 Source: https://www.gamingonlinux.com/2026/04/sentinel-is-an-achievement-watcher-for-non-steam-games-on-linux/
#linux#opensource#steam