Christopher Thurber
Christopher Thurber
@JL2210 @uberhacker On top of that, the stable channel is rolled out in batches over a week or so with different devices getting the update at different times or held...
This is how they have always worked. My personal theory is that it is linked to our older sommelier version. I don't know if anyone has time to investigate this,...
I had this same issue and I did a couple of things and not sure which one was the one that worked. I made sure that `bundler` was up to...
This is the command that @uberhacker is talking about in the git package. ``` if [ -f /usr/local/share/git-completion/git-completion.bash ]; then source /usr/local/share/git-completion/git-completion.bash fi ``` You just add that to your...
@VitaliyKulikov I throw mine in a folder called dotfiles then symlink it. I also have it on GitHub. It's basic, but feel free to look through it for stuff. https://github.com/skiman6010/dotfiles/blob/master/.bashrc
Not to be a big proponent of completely disabling security features, but you can also just run this command: `sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0` To revert the Ubuntu 24.04 changes and...