Moved the site from OVH to AWS after OVH deleted all my infrastructure, without any backup, just few days after payment delay.
Pariticipated in Qiskit Camp at IBM Thomas J. Watson Research Center in Yorktown Heights, NY USA.
#qc
Storing git credential with Gnome Keyring gnome-keyring-git-credential-fedora
$ git config --global credential.helper /usr/libexec/git-core/git-credential-libsecret
#git
Working over the introduction to the bitstring encoding tutorial qubits_lh.
#qc
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']"
#linux
Invited to participate in the 2019 Qiskit Camp, produced by the Qiskit Community of IBM Research. https://qiskit.camp
#qc