Public

Public

1072 bookmarks
Custom sorting
screen Cheat Sheet - Kapeli
screen Cheat Sheet - Kapeli
attach: screen -x ultimate attach: screen -dRR Attaches to a screen session. If the session is attached elsewhere, detaches that other display. If no session exists, creates one. If multiple sessions exist, uses the first one.
·kapeli.com·
screen Cheat Sheet - Kapeli
Untrack Folder in Git | Delft Stack
Untrack Folder in Git | Delft Stack
If I add a folder (or file) to .gitignore but I've already made commits that include that folder you have to do this to untrack the folder.
·delftstack.com·
Untrack Folder in Git | Delft Stack
Wordfence and LiteSpeed - Wordfence
Wordfence and LiteSpeed - Wordfence
Find your site’s main “.htaccess” file. This file usually exists in the document root directory where WordPress is installed. Open the file with a text editor. Find the line that says “# BEGIN WordPress” and add this code above it: ``` # BEGIN LiteSpeed noabort RewriteEngine On RewriteRule .* - [E=noabort:1] # END liteSpeed noabort ```
·wordfence.com·
Wordfence and LiteSpeed - Wordfence
Stop cropping video. · Issue #969 · jitsi/jitsi-meet
Stop cropping video. · Issue #969 · jitsi/jitsi-meet
If you have your own server, there is an option in /usr/share/jitsi-meet/interface_config.js VIDEO_LAYOUT_FIT: 'both', This can be set to "height" or "width" and the video wil be fit to height or width. Usually height is the better choice.
·github.com·
Stop cropping video. · Issue #969 · jitsi/jitsi-meet