28

Jul/14

Creating ls command in Windows

Create a ls.bat file with the contents: dir %1 the %1 is the parameters passed into the command so that you can do ls My Documents or just ls. There are different places to put the ls.bat file but as … Continue reading

23

Jun/14

Install Node / NPM On Ubuntu 14.04

Overview Node is fairly new and is constantly improving. With Ubuntu LTS, the repository versions tend to stay the same version and only changing for patches. This doesn’t help with fast changing software like node.js so a manual install gets … Continue reading

03

Sep/12

Install Android ADB In Windows 7

Overview Android SDK has a powerful too called Android Debug Bridge (ADB) for debugging application development. The tool is a shell for accessing device internal storage which allows users to upload and download files, access embedded database, install .apk programs, … Continue reading