Skip to content

Instantly share code, notes, and snippets.

View cvetan's full-sized avatar

Cvetan Šimšić cvetan

View GitHub Profile
@dirksan28
dirksan28 / UbuntuFirefoxProblems.md
Last active August 22, 2026 20:21
Ubuntu - Firefox Apparmor problems in log / switch from SNAP to Mozilla APT-Repo

Complete Firefox Migration Guide: From Snap to Debian APT .deb (Ubuntu)

Restore Firefox’s stability and performance on Ubuntu by switching from the Snap package to Mozilla’s official .deb to overcome configuration caveats and recent Firefox Snap issues.

Motivation:

While using Firefox, numerous
apparmor="DENIED" profile="snap.firefox.firefox" name="/proc/pressure/memory" comm="MemoryPoller"
messages flooded the syslog, making log analysis impossible.

See also

@Edofre
Edofre / VagrantFile
Created February 15, 2018 15:35
ZSH in Laravel Homestead with local .zshrc file
############################################################
# Install git and zsh prerequisites
config.vm.provision :shell, inline: "apt-get -y install git"
config.vm.provision :shell, inline: "apt-get -y install zsh"
# # Clone Oh My Zsh from the git repo
config.vm.provision :shell, privileged: false,
inline: "git -C ~/.oh-my-zsh pull || git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh"
# inline: "git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh"
# # Copy in the default .zshrc config file
config.vm.provision :shell, privileged: false,
@kevinSuttle
kevinSuttle / meta-tags.md
Last active June 17, 2026 21:06 — forked from lancejpollard/meta-tags.md
List of Usable HTML Meta and Link Tags