Skip to content

Instantly share code, notes, and snippets.

@IanColdwater
IanColdwater / twittermute.txt
Last active October 25, 2025 19:14
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@shivan
shivan / rustdesk.yaml
Created February 4, 2024 08:59
Rustdesk server yaml example
version: "3"
services:
hbbs:
container_name: rustdesk-hbbs
image: rustdesk/rustdesk-server
command: hbbs -r <my.rustdesk.server.de>:21117 -k _
environment:
- USER_UID=1000
- USER_GID=1000
restart: unless-stopped