TLDR: Go with Redis! REDIS VS MEMCACHE VS APCU Redis and memcache are more or less interchangeable. Redis →
I’am using JetBrain toolbox and this is the config I made for Sourcetree to do diff operations on →
Linode Alert – CPU Usage Your Linode, linode4496636, has exceeded the notification threshold (90) for CPU Usage by →
Whenever I search for some PHP documentation I get the results in German language although I searched in →
Metabase is a tool that allows everyone in your company to ask questions and learn from data: handy when →
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS →
This is how I installed Metabase in Ubuntu using systemd and services: I am using MySQL and configured →
Those are some of the plugins I use daily while working on PhpStorm in alphabetic order: .ignore BashSupport →
rm -rf /var/run/mysqld rm -rf /var/log/mysql rm -rf /var/lib/mysql sudo apt-get remove dbconfig-mysql sudo apt-get purge mysql* sudo →
This is the task for SSL generation: This is the parameters I used: →
This one took me a lot of time to get my head over! Introduction Openssl is a TLS/SSL and →
Some of the commands I often use: Search all log files for the word debug case insensitive Delete →
I have this error on my server: And this is how I fixed it: Short answer Remove old →
If in Linux you use this command to make a tunnel: Then this is how you translate the →
In this post we see how to connect to a MySQL server using SSH tunnel and local forwarding. →