How to disable WordPress Admin Bar ?

Sometimes, we want to make sure default wordpress admin bar ( as it looks below ) is … Read more

Set full cover image as background in html

Recently, we wanted to set the image as full cover background and this image should remain static … Read more

Add Twitter Button in website and use Twitter Card for tweets

As you know, these days having social media presence is very important for any business or entity. … Read more

AWS Instance

How to access your AWS Linux instance using an SSH client ?

To access your AWS instance, you will need “.pem” file as generated in “How to start Amazon … Read more

How to add locale into embedded yocto root filesystem ?

Recently we faced some issues with locale and when debugged using strace it shows following error Now, … Read more

Amazon Associate

Register for Amazon Product Advertising API

If you are planning to monetize your website using amazon affiliate and then instead of integrating the … Read more

How to start Amazon AWS EC2 Instance ?

Search for “linux” in Amazon Machine Image search and select “Amazon Linux 2 AMI” and click on … Read more

Install a Apache web server on Amazon EC2 ( Linux 2 Instance ) ?

In this post, we will describe how you can install Apache web server ( LAMP Stack ) … Read more

Top free User registration WordPress Plugin

Ultimate Member It is a membership plugin for WordPress. With the help of this plugin, users can … Read more

Create yocto recipe using recipetool script

https://dropbear.nl/mirror/dropbear-2015.68.tar.bz2DEBUG: Found bitbake path: ~/Desktop/devlab/poky/bitbakeNOTE: Fetching https://dropbear.nl/mirror/dropbear-2015.68.tar.bz2…DEBUG: unable to extract library name from ld-linux.so.3NOTE: Recipe dropbear_2015.68.bb has … Read more

How executable is created during compilation on Linux ?

This code is tested on Ubuntu . You may need to twick the script if you use a … Read more

How initrd is mounted by Linux kernel ?

Lets first try to understand what are the ways to mount the root file system, Altough the … Read more