How-to Install & Getting-Started with QT5 SDK on Mac OS X 10.11 El Capitan Easy Guide

Install QT5 SDK on Mac 10.11 El Capitan The Guide Shows You Step-by-Step How-to Download, Install and Getting-Started with the QT5 SDK Open-Source Development Environment for Mac El Capitan 10.11 OS X. The Qt5 SDK includes the tools you need to build desktop, embedded and mobile applications with Qt from a single install.This is also the Recommended way to getting started with Qt5 Development.The latest SDK has a self updater feature that will keep you up to date as new versions are made available. To the Qt5 SDK Installation Mac El Capitan Bottom there is a Link to Quick Getting-Started …

Continue Reading

How-to QuickStart with Selenium Python Client and Chromedriver+Webdriver on Mac OS X 10.11 El Capitan

The Mac Tutorial Shows You Step-by-step How-to Install the Python Selenium Webdriver and the Chromedriver on Mac OS X 10.11 El Capitan. Selenium is a set of different software tools each with a different approach to supporting Test Automation. There are Link to Other Articles Containing the Chromedriver Set-Up on Mac and the Getting-Started with Selenium Webdriver on Chrome Browser with Python. Open a Terminal Window(Press “Enter” to Execute Commands) Check if Python Setuptools are Installed on your Mac which easy_install If Not then Follow the Guide here Below How-to Install Required Python Setuptools on Mac OS X Python Setuptools …

Continue Reading

How-to Install Python Setuptools for Mac OS X 10.11 El Capitan Easy Guide

Installing Python easy_install & PIP Tools on Mac OS X The Mac Tutorial Shows You Step-by-Step How-to Install and Getting-Started with Python Setuptools Command Line Tools on Mac OS X 10.11 El Capitan. With Python Setuptools You can Easily download, build, install, upgrade, and uninstall Python packages. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Installing Python Setuptools easy_install on Mac OS X sudo su If Got “User is Not in Sudoers file” then Look: Solution Get the ez_sutup Python Script curl https://bootstrap.pypa.io/ez_setup.py -o – | python Installing Python Setuptools pip on Mac OS X easy_install pip …

Continue Reading

How-to Install HomeBrew on Mac El Capitan 10.11 OS X Easy Guide

Brew Install for Mac OS X 10.11 El Capitan The Tutorial Shows You Step-by-step How-to Install Homebrew on Mac 10.11 El Capitan OS X. It is a Basic Task but Require a Minimal confidence with the Command Line and Often some Details are Granted as Known from Everybody… The HomeBrew Tool is Very Useful if you Want to Easily Extend the Mac Software Library fishing on the *NIX Aquarium the Good Stuff! 😉 Open a Command Line Terminal Window Applications >> Utilities >> Terminal (Press “Enter” to Execute Commands) Change to HOME Directory cd  Then to Install Homebrew mkdir homebrew …

Continue Reading

Mac OS X Android Studio Solving JVM Not Found Issue

Mac Solving Android Studio Java Not Found The Troubleshooting Try to Solve the Android Studio Issue of Java JVM Not Found on Mac OS X. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Check if Java JDK is Installed with echo $JAVA_HOME Look into the OutPut to Find a JDK Version. If JDK it’s Not Installed then Follow Guide below… How-to Install Oracle JDK 7+ on MacOS X: Install Oracle JDK 7+ for Mac Setup Oracle Jdk on Mac If JDK > 1.6 is already there then Edit the /Applications/Android Studio.app/Contents/info.plist File Change the Line with JVMVersion …

Continue Reading

How-to Install Node.js on Mac El Capitan 10.11 OS X Easy Guide

Node.js Install Mac 10.11 El Capitan The Mac Tutorial Shows You Step-by-Step How-to Install Latest Node.js on Mac El Capitan 10.11 OS X BSD Desktop. And Node.js for Mac El Capitan is an Amazing New Javascript Stuff that is at the Same Time either a Web Server and a Web Development Framework. Furthermore, Node.js is Well Known for his is Performances and Scaling Attitudes derived from a Single Thread Non-Blocking Architecture “First come, first served”. Finally, included in this is guide you find instructions on How to Quick-Start on Node.js Javascript Server/Framework. Download Latest Node.js Installer for Mac OS X …

Continue Reading

How-to Install GlassFish for Mac OS X 10.11 El Capitan Easy Guide

GlassFish QuickStart for Mac OS X 10.11+ The Mac Tutorial Shows You Step-by-Step How-to Install and Getting-Started with GlassFish 4.X Server and Quick-Start with Java EE 7 on Mac OS X 10.11 El Capitan. The Oracle GlassFish 4 Setup on Mac OS X Require an Oracle JDK 7+ Installation (Best with a JDK 8.) GlassFish App Server Benefits: Java EE reference implementation: GlassFish is the Java EE reference implementation. Supports the latest versions of the Java EE specification: GlassFish is the only Java EE application server in the market that supports the complete Java EE 7 specification. Open a Command …

Continue Reading

How-to Install Aptana Studio 3 Standalone on Mac OS X 10.11 El Capitan Easy Guide

Aptana Studio 3 QuickStart for Mac OS X 10.11+ The Mac Tutorial Shows You Step-by-Step How-to Install and Getting-Started with the Aptana Studio 3 IDE Standalone for Mac OS X El Capitan 10.11 Desktop. Build web applications quickly and easily using the world’s most powerful open-source web development IDE. Aptana Studio harnesses the flexibility of Eclipse and focuses it into a powerful web development engine. Aptana Studio 3 expands on the core capabilities of Aptana Studio 2 for building, editing, previewing and debugging HTML, CSS and JavaScript websites with PHP and Ruby on Rails web development. To Make the Entire …

Continue Reading

How-to Enable SSH Access to Google Cloud Engine Debian Instance on Mac OS X 10.11 El Capitan

Grant SSH Access to Google Compute Engine Debian Instance on Mac OS X The Unix Tutorial Shows You Step-by-Step How-to Enable SSH Access to Google-Cloud Compute Engine Debian Instance on Terminal Console for Mac OS X 10.11 El Capitan BSD/Unix. Google Cloud Platform is a set of modular cloud-based services that allow you to create anything from simple websites to complex applications. Open a Command Line Shell Session Applications > Utilities > Terminal (Press “Enter” to Execute Commands) Generate a SSH Keys Pair on Terminal: How-to SSH Keys Pair Generate SSH Keys. Copying the SSH Public Key cat $HOME/.ssh/id_dsa.pub Copy …

Continue Reading

How-to Burn Linux ISO to USB Bootable Key-Drive on Mac OS X 10.11 El Capitan

Making a Bootable USB on Mac 10.11 El Capitan The Mac Tutorial Shows You Step-by-step How-to Create a Bootable Live/Installation USB Stick/Disk on Mac OS X 10.11 El Capitan. UNetbootin allows you to create bootable USB drives for Ubuntu, Mint, Fedora, and other distributions without burning a CD. Launch DiskUtility In Applications >> Utilities Format USB Key/Drive as FAT-DOS Download & Install UNetbootin Bootable USB Creator: Get UNetbootin for Mac OS X Unetbootin. Launch UNetbootin Browse for the ISO Then Select the USB Key (Take care to be Sure of Your Choice…) To List all Devices on Terminal: diskutil list …

Continue Reading