Run CakePHP 3 shell after specific interval using shell script
Hi in this tip I will show you how we can run CakePHP 3 shell script in the background after a specific interval of time using shell script. I hope Continue Reading
Check time between two time PHP
Learn how to find if the current time is between the two given time in PHP
Cancel current or queue request in OKHTTP3
Learn how to cancel current or queue request of OKHTTP 3 library.
Resize RecyclerView on Android SoftInput Keyboard Appear
Learn how to Resize RecyclerView on Android SoftInput Keyboard Appear
Get the client’s IP address in socket.io 2.2
Learn how to get Client IP address in Socket.io in NodeJs.
Change Android navigation bar color programatically
In this tutorial, I am going to show you how we can change the Android Navigation bar color programmatically or Android button bar color. Here is simply one line code Continue Reading
Create Round Image using Glide Library Android
Create round Image and set Image In ImageView in Android Application
Update specific version of package using Composer
Learn How to install a specific version of a package using Composer?. In this tutorial, I am sharing a command to update package to a specific version.
Redirect Non-www to www on Apache Server
Learn how we can redirect non-www website to www or www to non-www in Apache server using .htaccess
Create tar.gz file and unzip tar file in Linux command line
Learn how we can create and extract tar.gz file in Linux using the command line.
Deploying a NextJS App in Production with PM2
Learn how to Deploy a NextJS App in Production mode with PM2 in simple steps.
Fix host key verification failed mac
Learn how to fix SSH login warning: REMOTE HOST IDENTIFICATION HAS CHANGED on MAC OS terminal.