How to extract files from jffs2 root filesystem image ?

[ Note: following commands has been tried on ubuntu 16.04, but should work on other Linux distros … Read more

Make phone call using adb command

If you have multiple devices connected with laptop/desktop, use “-s serial_no” to distinguish which device your want … Read more

Cloudflare Add Site

How to add domain to cloudflare and configure its DNS settings ?

Visit – https://dash.cloudflare.com/sign-up and signup to create an account. Once you are able to login to cloudflare … Read more

How to play Audio / Video from Ubuntu Linux command line ?

Ubuntu supports various media player which allow you to play audio and video from command line. Mplayer … Read more

How to download entire website for offline viewing ?

If you want to use download some website contents such as html pages, css and java script … Read more

How to extract only specific files from tar.bz2 / tar.gz in Linux ?

The following shell script demos the creation of archive / tar and then use commands to check … Read more

Creating jffs2 filesystem image for embedded target platform

What is JFFS2 ?=> JFFS2 is a log-structured file system designed for use on flash devices in … Read more

List of Top PHP Web Application Frameworks

Laravel Laravel is a web application framework with expressive, elegant syntax. Laravel is accessible, yet powerful, providing … Read more

What is Zombie process and How to create zombie process in Linux ?

Zombie process is the process which died immediately and whose parent didn’t cared to handled the status … Read more

WP HTTPS

How to move WordPress website from HTTP to secure HTTPS ?

As you might be knowing google considers http and https websites as two different websites while ranking, … Read more