about:config media.wmf.allow-unsupported-resolutionsmedia.wmf.force.allow-p010-formatmedia.wmf.media-engine.channel-decoder.enabledmedia.wmf.media-engine.enabled All set to “True” except the last one, which is set to “1” (Source)
Make Chromecase use Custom DNS (FritzBox 7530)
Tabelle für statische Routen -> IPv4 route -> new ->for: 8.8.8.8 and 8.8.4.4. Gateway ist die FritzBox selbst. Analog IPv6
Disable unauthenticated Access to WP_JSON API
https://developer.wordpress.org/rest-api/frequently-asked-questions/#can-i-disable-the-rest-api
WordPress Post Password in URL
Linux Disk size/usage overview
How to delete the EFI System Partition on Windows
delete partition override
Telnet connect to SMTP using STARTLS
Bash/Linux: Show largest files in directory, sorted
Source: https://unix.stackexchange.com/a/125450
CSS Font Fallbacks
–font-sans-serif: system-ui, -apple-system, “Segoe UI”, Roboto, “Helvetica Neue”, “Noto Sans”, “Liberation Sans”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, “Noto Color Emoji”; –font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, “Liberation Mono”, “Courier New”, monospace; Source: Bootstrap 5.3
WordPress promote user to network super admin
FFmpeg optimize video for the web in filesize
VP8 libvpx is the VP8 video encoder for WebM. FFmpeg and WebM Encoding Guide will walk you through webm specifics. In this example, input.mov is converted to output.webm with a constant rate factor of 10 (lower is higher quality) at a bitrate of 1M. Changing the bitrate to something lower (e.g. 700K) will result in… Continue reading FFmpeg optimize video for the web in filesize
List files modified in the last x days
find . -mtime -30 -ls > lastmod.txt
Remove .DS_Store recursively
Source: https://stackoverflow.com/a/30483727/5082101
.htaccess CORS Multiple hosts
Website Video Faster Playback Speed
Right click somewhere -> Inspect element -> Console