How-To How to bring back classic context menu, Explorer command bar and search box on Windows 11 No 3rd-party apps or patches or whatever, just a simple registry value. Use this command in Windows Terminal (Admin) Disable new context menu: reg.exe add "HKCU\Software\Classes\ Pavel D. 27 Jun 2024 · 1 min read
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 The Mac Terminal Commands Cheat Sheet These will work in the Mac Terminal for any version of Mac OS, that includes the default Terminal app and third party terminal applications like iTerm as well. Technically, these should work in Linux and other Bash shells too, but obviously we’re focusing on the Mac here. Pavel D. 13 May 2023 · 3 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
windows How to list Windows hidden shares remotely Invisible or hidden shared folders are often used if people want to share a folder but do not want to list it publically in the network so that only users who are aware of the shared folder can find it. Pavel D. 9 Jun 2022 · 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
B-Trust Installation of B-Trust e-signature on MacBook M1, macOS Monterey My signature is on Borica B-Trust with Gemalto reader. And every time configuring it under MacOS was a nightmare for me. Yesterday I tried again and the miracle happened: I Pavel D. 26 Dec 2021 · 3 min read