Skip to content

Instantly share code, notes, and snippets.

@sokollondon
sokollondon / TgSortByReactions.user.js
Last active June 4, 2026 11:38
Sort by reactions. Allows you to find posts with a lot of reactions (likes) in https://web.telegram.org/a/
// ==UserScript==
// @name Telegram Web Sort by reactions
// @name:ru Telegram Web Сортировка по реакциям
// @name:zh Telegram Web 按反应排序
// @version 0.1.5
// @description Allows you to find posts with a lot of reactions (likes) in Telegram
// @description:ru Позволяет найти сообщения с наибольшим количеством реакций (лайков) в Телеграм
// @description:zh 允许您在电报中找到有很多反应(喜欢)在 Telegram
// @author sokollondon
// @match https://web.telegram.org/a/*
@lizthegrey
lizthegrey / attributes.rb
Last active April 29, 2026 20:02
Hardening SSH with 2fa
default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam'
default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes'
default['sshd']['sshd_config']['PasswordAuthentication'] = 'no'