Click to Chat WhatsApp

Click to Chat : How to Open WhatsApp Chat From Website Button ?

If you want to have a “chat” button on your website which on Android mobile will directly … Read more

git_remote

Fix : “git branch -r” not showing all remote branches

When you have a git repository which is actively maintained on centralised server, and you have cloned … Read more

Website_SSL

How to Fix SSL Issue – your connection to this site is not secure ?

Did you recently bought a SSL certificate from certificate authority and installed it to your website as … Read more

bash - input field separator

What is the meaning of IFS in Bash Shell Script ?

The full form of IFS is “Internal Field Separator” alternatively based on its functionality this is also … Read more

Shell_Command_Args

How to use getopts to Accept Variable Arguments for Bash Script ?

getopts is a built-in Unix shell command for parsing command-line arguments. It is designed to process command … Read more

CSS

How to remove bullets from unordered list ul in CSS ?

As you can see, our lynxbee.com website pages, we have listing of all the articles as per … Read more

WordPress

How to add featured image to RSS Feeds in WordPress ?

By default WordPress RSS feed generated doesn’t contain the featured image thumbnail. Due to this limitation when … Read more

Git Log

Git Log – List all the commit Id in reverse order

We have seen in our previous post “Git Log – Show Commit Messages in Reverse Order” using … Read more

git log

Git Log – Show Commit Messages in Reverse Order

Git log shows the commit messages which are nothing but what modified in source code, who modified … Read more

GoogleSearchConsole

How to export Google Search Console Full Keywords ?

Once properly setup, Google Search Console records all the keywords which people use to reach to your … Read more

Google My Business

How do I add my Business to Google Maps ?

What is Google My Business ? Google My Business is a Google’s services for creating business profiles … Read more

adb push

adb push

When you are actively working on Android development, one thing you will frequently need is to copy … Read more