Наверняка у многих возникло желание потестить отправку сообщений, но Redis не установлен и вообще непонятно как с ним быть.
На самом деле запустить его очень просто.
🔸 Для Windows, качаем архив, запускаем redis-server.exe
🔸 Для Linux несколько команд
🔸 Если есть Docker, то еще проще
docker run --rm -p 6379:6379 redis
Всё, можно экспериментировать!
______________________
А еще с сервером можно поиграть в пинг-понг
> redis-cli ping
PONG
#tricks#libs#linux
GopherTube
GopherTube is a terminal-based YouTube client that lets you search, preview, play, and download videos without opening a browser. It presents results in a keyboard-driven TUI, shows inline ASCII/ANSI thumbnails via chafa, plays streams through mpv, and uses yt-dlp for downloads. Suitable for local shells and SSH sessions, with minimal external dependencies.
🔗 Links:
- İnstallation
- Screenshots and video
- Features
- Source code
Developer: KrishnaSSH
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
🏷 Tags: #Linux#Media