How to RSYNC with remote server using certificates
This was a task I had to do in order to have Drupal working better behind a load balancer. Anyhow, it can be used in […]
This was a task I had to do in order to have Drupal working better behind a load balancer. Anyhow, it can be used in […]
Have you ever tested your page on google PageSpeed insights? The score is pretty harsh with you if you don’t follow it’s optimization rules. And […]
Sometimes it comes handy to have some commands that help you find big files, like it happened to me at work, the server was full, […]
What command changes the Group setting for a directory? chown -R owner:group . Using the . after the owner:group declaration allows you to change all current […]