Memory Matrix

LS alias and Mozilla DRM bar

Posted in Computing Notes on February 11th, 2024 and tagged , ,
Permalink https://memorymatrix.cloud/archives/159.html

Revised on January 27th, 2026 at 8:17 PM

Some useful aliases that are not always preconfigured on every Linux version:

alias ll=’ls -alF’
alias la=’ls -A’
alias l=’ls –CF’

To eliminate the DRM warning in Firefox and Librewolf without enable DRM, add this to “userChrome.css”:

 notification[value="drmContentDisabled"]{ display:none !important; }

toolkit.legacyUserProfileCustomizations.stylesheets must be set to true in about config.