All posts by the author markovk
rsync – fast and easy way to copy files to another server

Before making changes, it can be helpful to save the files in a safe place so that you can restore them. The rsync utility will help with this task, which minimizes traffic by copying only the changed parts of the files. First of all, let’s install the package on both servers, if it doesn’t already […]

Read more
Bulk reduce the size of images with ImageMagick

With the rapid growth of the resource, it can be difficult to keep track of the correct processing of images: images are loaded randomly, which negatively affects page loading speed and takes up extra space on the server. You can fix this situation using the ImageMagick utility. Its toolkit is very extensive, but we will […]

Read more