Posts Tagged: mint

Screen Annotation on Linux

I was testing a HP EliteBook 2730p with Linux Mint 17.2. The laptop/netbook/tablet comes with a touchscreen and stylus. USB booting did not work for me but I was able to network/pxeboot an installation. When it came to drawing on the touchscreen I was able to get up and running after installing Gromit i.e. sudo… Read more »

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 »