I wanted to generate a password hash for use in the /etc/shadow file. My local Linux Mint (Ubuntu) Desktop already has mkpasswd available, your distribution may vary. mkpasswd -m SHA-512 This prompts for the password and will generate the hash.
Posts Tagged: ubuntu
Getting Started PhoneGap/Cordova on Linux
I was following the guide How to Install PhoneGap inĀ UbuntuĀ and I am regurgitating that advice here with my own changes: Install PhoneGap and Pre-requisites sudo apt-get install default-jre default-jdk ant sudo apt-get install npm sudo npm update npm -g sudo npm install n -g sudo n stable sudo npm install -g phonegap Download… Read more »