Monthly Archives: October 2019

WordPress – Crayon Plugin bugfix

After install Crayon Syntax Highlighter version 2.8.4 there seems to be a bug when creating a new post. [crayon-662cb036169e9518599886/] This issue was also reported and […] Read more»

GIT – Overview

GIT basic commands list: git status shows all modifications in the workspace, differences of the local repository, etc. git add <data> or . (for all) […] Read more»

GIT – Setup on Synology Diskstation

Install “Git Server” via Package Manager Create a common folder”git” Login via SSH and navigate to the git folder and create a new git repository: […] Read more»