python sh: 1: python: not found on Ubuntu 20.04 LTS This error means Python is either not installed or your installation damaged including wrong $PATH settings.. Here is how you can solve this problem. Type any one of the following Pavel D. 22 Jul 2023 路 1 min read
Ubuntu Automating Ubuntu Routine Maintenance using CRONTAB A cron job is a Linux command used for scheduling tasks to be executed sometime in the future with a pre-decided time and date pattern. This is normally used to Pavel D. 2 Jul 2023 路 1 min read
How-To Remote SSH to OMV6 via Visual Studio Code 馃挕issue: Failed to connect to the remote extension host server (Error: WebSocket close with status code 1006) Log on your OpenMediaVault using SSH set: AllowTcpForwarding yes in /etc/ssh/sshd_ Pavel D. 8 Jan 2023 路 1 min read
docker Linux Desktop inside a Container in the Browser Have you ever thought about running a Linux desktop inside of a container?LinuxServer.io introduced this concept of Webtop, which is a Lightweight Linux-based container with a Full Desktop Pavel D. 23 Jan 2022 路 2 min read
docker How to Install Docker and Docker Compose Install Docker sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release -y curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/ Pavel D. 19 Jan 2022 路 1 min read