A Coders Blog

Life is a process, Living is change. Join me on a journey of constant Improvement. This Blog is the evidence of how continuous effort effects the result.

Today we want to create a Backup of our full System and our other Drives. rsync enables us to copy our Files, with all their MetaData, to any directory. This includes all symbolic links, devices, permissions, ownerships, modification times, ACLs, and extended attributes.

Today we want to partition a Disk, in order to backup our Linux ext4 Filesystem. We use ext4, because it enables us to store all symbolic links, devices, permissions, ownerships, modification times, ACLs, and extended attributes.

Problem: On clicking the Install Button in the Admin menu a window pops up with the following Message: Failed to connect to FTP Server To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials,...

Problem: When activated the PhpStorm SCSS File Watcher throws this Exception: /usr/lib/node_modules/less/bin/lessc --no-cache --update test.scss:test.css Unable to interpret argument no-cache - if it is a plugin (less-plugin-no-cache), make sure that it is installed under or at the same level as less Unable to interpret argument update - if it is...