Signing Git-commits in Gitlab or Github
Intall the required tools gpg needs to be installed. gpg --version sudo apt install gpg Generating a GPG key If you don’t already have a GPG key, the following steps can help you get started: ...
Intall the required tools gpg needs to be installed. gpg --version sudo apt install gpg Generating a GPG key If you don’t already have a GPG key, the following steps can help you get started: ...
Intall the required tools imagemagick and exiftool needs to be installed. sudo apt install imagemagick exiftool Convert .tif to .heic mogrify -verbose -format heic *.tif or for x in *.tif; d...
Learn how to ungroup Taskbar in Windows 11
Learn how to set up a disk mount in WSL 2 and how to access it.
A simple way to update all your docker containers with watchtower Watchtower is a docker container, which can help you with updating your docker containers without a complicates process. Simply r...
Code Block Markdown symbols ``` can easily create a code block as following examples. This is a common code snippet, without syntax highlight and line number. Specific Language Using ```langua...