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

What is VirtualBox and How to install VirtualBox on Ubuntu ?

VirtualBox

What is Virtualbox ? Oracle VM VirtualBox is a cross-platform virtualization application. It installs on your existing … Read more

Yocto build time (DEPENDS) Vs run time (RDEPENDS) dependency

Most software packages have a short list of other packages that they require, which are called dependencies. … 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

How to move WordPress website from HTTP to secure HTTPS ?

WP HTTPS

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

List of FTP Clients Available in Ubuntu Linux

For testing FTP server connection from Ubuntu command line, we can use following command, Connected to my_ftp_server_IP220———- … Read more

How to mount remote filesystem over SSH in Linux ?

SSHFS is a file system in user space (FUSE) that uses the SSH File Transfer Protocol (SFTP) … Read more