I tried to back up my profile in Visual Studio Code, but cannot. If I click on the dots next to my profile in the profile tab and click export, a popup in the lower right indicates it is exporting my profiles, but where it is saved, I do not […]
Daily Archives: June 14, 2025
I am setting up a playbook that will set up an environment using the Miniforge3 conda flavour. So far I have the following: --- - hosts: all become: true tasks: - name: Download miniforge mamba shell: cmd: | curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" - name: Run miniforge mamba shell: cmd: […]
I am checking the integrity of the gpg4win installer on Windows and I would like to check the sha256 sum of my file’s certificate. My windows (Windows 11) only show the sha1 sum of my file’s certificate. How can I check sha256? Can I do this using SignTools or another […]
I have a Lenovo IdeaPad Z570 laptop with Legacy BIOS (not UEFI). I’m trying to install Windows 10, but the installer says: “Windows cannot be installed to this disk. The selected disk is of the GPT partition style.” I tried using SystemRescue live OS and GParted. I deleted all partitions, […]