Advanced Search
Search Results
5 total results found
Code Snippets
Snippets of code from various sources
Linux
Code snippets for the Bash Shell
Why use apt-get upgrade instead of apt-get dist-upgrade?
Linux
Updates
If apt-get update && apt-get upgrade often get a message that one or more upgrades are held back. Then usually run dist-upgrade`` to run it through and it works fine. As far as I can tell ,dist-upgrade``` does all the same things and then some. So, my quest...
Keep getting message '404:: command not found' every time opening terminal
Linux
Bash
The 404 is in this file. sudo nano /etc/bash_completion.d/docker-compose Remove the line. No more 404 when logging in.
Rerun fstab to remount volumes
Linux
Execute the below command to reload the mounts contained within etc/fstabMay need to sudo the command. systemctl daemon-reload mount -a