Posts

Showing posts from August, 2022

Firefox Tips: Stop autoplay of video and audio on youtube

Firefox Tips: Stop autoplay of video and audio on youtube   1) Do the following under:- a) about:config b)  media.autoplay.default = 5 [0:allow;1:blockAudible;2:Prompt;5:blockAll]     media.autoplay.blocking_policy = 2     media.autoplay.allow-extension-background-pages = false     media.autoplay.block-event.enabled = true (Note: Tested working under Firefox 103.0.2 / Linux Mint 20.3)

Linux Tips: Activate LED (Back lit) keyboard

Linux Tips: Activate LED (Back lit) keyboard   // To enable LED lights on keyboard 1) At prompt: $ xset led 3   // To deactivate LED lights on keyboard 2) At prompt: $ xset led off // To prevent numlock keys from being deactivated (when using (at prompt):  $ xset 3  ) 3a) At prompt: $ xset 3 3b) At prompt: $ xset led off 3c) At prompt: $ xset 3 (Note: The above are tested working on Linux Mint 20.3)