Skip to content

Instantly share code, notes, and snippets.

View MrMRVLS's full-sized avatar
🐣
I'm an artist of adding bugs to an empty text file.

MrMRVLS

🐣
I'm an artist of adding bugs to an empty text file.
  • Omicron Persei
View GitHub Profile
@MrMRVLS
MrMRVLS / disable-firefox-theme-sync.md
Created November 13, 2025 03:54
stop/disable firefox themes syncing

in about:config chanage these to false

Setting services.sync.prefs.sync.extensions.activeThemeID = false
- prevents syncing the theme

services.sync.addons.ignoreUserEnabledChanges = true
- if you have a custom theme installed
@MrMRVLS
MrMRVLS / enable-root-login.md
Last active November 10, 2025 10:41
Enable root login over SSH
  1. As root, edit the sshd_config file in /etc/ssh/sshd_config:
nano /etc/ssh/sshd_config
  1. Add a line in the Authentication section of the file that says PermitRootLogin yes. This line may already exist and be commented out with a "#". In this case, remove the "#".
# Authentication: