How to create Windows Bootable USB in Ubuntu – WinUSB

WinUSB is a simple tool that enables you to create Windows Bootable USB in Ubuntu, your own USB stick windows installer from an ISO image or a real DVD. This package contains two programs:

WinUSB on Ubuntu 14.04
WinUSB on Ubuntu 14.04

WinUSB-gui: a graphical interface which is very easy to use
winusb: the command line tool

Currently there is no version for Ubuntu 14.04 in Ubuntu Repository. To successfully install Winusb on Ubuntu 14.04, you need to install the Saucy version and run the dependencies fix switch to fix the dependencies.

How to load MySQL data in Bootstrap Modal Body using AJAX

This article was written when I was doing my minor project back in 2015, but wait I have updated this article with the support of new PHP 7 and MySQLi syntax. You’ll find me using PHP, Bootstrap (not the latest but process is same on new Bootstrap 4 as well), and MySQLi with some flavor of AJAX in this article.  On my project I was building a dashboard to show all data in a table by importing data from MySQL database using PHP, where I also added an Edit button at the end of each row that opens up a Modal box, displaying and allowing the admin to alter information and update the database.

So, in this tutorial I will be showing you the best way of Using Bootstrap Modal with AJAX to import data from MySQL database. Go through this tutorial to learn How to load MySQL data in Bootstrap Modal Body using AJAX.

How to turn off Viber Message Preview on Lock Screen

In a messaging app like Viber, it is very vulnerable when other people can see the messages your friends sent you. Viber provides a setting that allows to hide the message on lock screen or notification. Most noteworthy, Viber obviously notifies about the new incoming message. Here is the way how to turn off Viber message preview on lock screen on both iPhone and Android phones.

How to undo Git Commits

It is always been said that learning curve of Git can pose a challenge. However, Git has always been an exciting tool, that has enhanced developers ability to work together…