Journal of my recent activities

Syncing fork with main repo

$ git remote add upstream REPO_URL
$ git remote -v
$ git fetch upstream
$ git merge upstream/master
$ git push

#git

Git - get rid of all local changes:

git checkout . 
git clean -f

#git

Clean up /var/cache/PackageKit the right way.

$ sudo pkcon refresh force -c -1

#linux

How to change decimal comma to decimal period in numpad?

gsettings set org.gnome.desktop.input-sources xkb-options "['kpdl:comma']"

askubuntu.com

#linux

Invited to participate in the 2019 Qiskit Camp, produced by the Qiskit Community of IBM Research. https://qiskit.camp

#qc

Moved the qiskit-tutorial Storing and operating on bitstrings on the quantum computer to the Qiskit Terra 0.7.0.

Barrier explanation according to Qiskit Backend Specifications

Developing Sphinx extension for generating suited version of product documentation for different clients.

Configuring subdomain for different IP in OVH admin panel by adding DNS A record, and NextCloud testing.