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

ADB Reboot

adb reboot

If you want to restart/reboot your Android device connected over adb shell, you can do the the … Read more

How to Count number of lines in a file in Linux ?

When you are just interested into number of lines in a file to make some decision based … Read more

GitLab

How to Create a personal access token in GitLab ?

Personal access tokens are required to authenticate your account in GitLab using API’s or when you want … Read more

gitlab_delete4

How to delete GitLab Project ?

Sometimes, when we create a projects in GitLab and if it gets obsolete, when we have large … Read more

gitlab

How to add SSH keys in GitLab ?

When you want to write something to gitlab repositories, you must need to add your development machines … Read more

gitlab

Getting started for First Project with GitLab

GitLab.com offers free unlimited (private) repositories and unlimited collaborators. It provides the devops platform with all the … Read more