Snippets

How to successfully run drush commands from crontab?

How to fix 403 error for ".well-known" directory in nginx

How to enable theme suggestions in Drupal 8

twig debugging.png

OK, I'm not a programmer, never was or said I am. But I can play around and act like one. It's harder to comprehend things that are obvious for dedicated coders, but at the end, what matters is the final result. 

Cut the long story short.

How to install WHOIS on Centos 7

Just for my own reference, to install WHOIS client on your Centos 7 server, you need to do some extra step. A simple yum install whois or yum install jwhois could not work, as you could get the following error: No package jwhois available.

So, in order to be able to install WHOIS, type the following command:

How to use OptiPNG recursively

Few hours ago I wrote about image optimization with Jpegoptim. Now I'll write few words about Optipng, a PNG and GIF optimizer. 

OptiPNG is a PNG optimizer that re-compresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections. If you wish to learn how PNG optimization works, or to know about other similar tools, see the PNG-Tech article A guide to PNG optimization.

How to use Jpegoptim recursively

Jpegoptim is a Linux software that does what the name suggests: is does optimize jpg images. It is one of the two recommended software for Google Pagespeed optimization.

As this software doesn't have a recursion parameter, we use a trick to parse all the subdirectories where we have jpeg images to be optimized.

Chmod files and directories recursively

Chmod directories recursively: find . -type d -exec chmod 755 {} \;

Chmod files recursively: find . -type f -exec chmod 644 {} \;

Subscribe to RSS - Snippets
 

Portfolio

Samples of work done for me or my customers, for free or not, like websites, repairs, photography etc.
View all my recent work

 

Tutorials

I'm giving away some knowledge in my areas of expertise. Did you like something here? Share it please!
View all tutorials

 

Snippets

Useful Linux commands or other code snippets I often use.
View my useful shortcuts

 

Resources

Few bookmarks I find useful. Do you want website here? Give me a good reason and I can help you.
View my favourite web resources

About me

Hi there! My name is Marius Cârneală.

About me?

Loving husband, dad of one two three, drone pilot, web designer and administrator, SEO specialist, IT support guy, electronic hobbyist and content writer. This list is open.