Update the package list. sudo apt update Install Docker. sudo apt install docker.io -y Set Docker ot launch on boot. sudo systemctl enable docker Verify Docker is running. sudo systemctl ...
Add user to sudo group sudo usermod -aG sudo username
Ensure that services and processes that are started by a user continue after the user’s session has ended. This can be a problem for some Linux OS that do not hav ethis feature automatically enable...
Lets begin. First, we need to make a space on the proxmox host. Aside from using this for Time Machine, it could be used for anything. On Proxmox Create the ZFS Dataset: On the Proxmox host, cre...
List shells cat /etc/shells Get current shell echo $SHELL Change the shell type -a bash chsh -s /bin/bash chsh -s /bin/zsh Close and re-open terminal
A new version of content is available.