
Sometimes you may need to ignore certain requests or URLs from being recorded in NGINX log. Here is how to exclude requests from NGINX log.
Sometimes you may need to ignore certain requests or URLs from being recorded in NGINX log. Here is how to exclude requests from NGINX log.
Sometimes you may need to pass shell variable in Linux. Here is how to pass variable in cURL command.
Often you may need to read file using shell script. Here is a shell script to read data from text file in Linux.
Sometimes you may need to split one column into multiple columns. Here is how to split columns using awk command in Linux.
Sometimes you may need to read variable from file in shell script. Here is how to read variable from file.
Sometimes you may need to print command output in table format. Here is a shell script to print output in table format in Linux.
Clustered Indexes allow faster lookups and improve query performance. Here are more details about clustered indexes in MySQL.
MySQL AND operator is useful to combine variables, conditions and column values in MySQL. Here are different MySQL AND operator examples.