PHP, PrestaShop, WebDevelopment
Before we start to develop a simple module / widget, we need to set up our development environment. For that, we will use docker. You can use docker on Linux, Mac, and Windows (WSL2), hoverer there are small differences in usage and performance between those...
GIT, IT, IT Help Desk, WebDevelopment
To store passwords in GIT you need to be able to encrypt and decrypt the password. You can do that using GPG tool. Both tools are available for a variety of platforms. See the instruction below on how to install the tooling and at the very end how to use them to store...
Linux, Networking, WSL/WSL2
By default, you have no access to windows network directories. Those are not visible or accessible unless you will mount them in /mnt/somedir folder. Firts lets crete a folder with in mnt directory that will be then mounted to our network drive. sudo mkdir...