How to Install and Switch Versions of Node.js Using NVM
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-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 stay safe in Social Media – Nepali
How to create bootable USB using Command Prompt
Create bootable USB for Windows 10, Windows 8.1, Windows 7 using Command Prompt. Easiest way to create Windows Bootable USB. No more trouble with tools like rufus. Learn How to create bootable USB using Command Prompt for all Windows Operating System including Windows 10 in 2 minutes.
How to remove text from string in JavaScript ?
JavaScript is widely used language. We may sometime need to remove text from string to get a desired output from certain API calls or even within an JavaScript APP. Answers to your question on how to remove text from string in JavaScript are mentioned below.