How-to Find/Search for File/Directory/Image/Path on Mac OS X 10.11 El Capitan Shell

Mac OS X locate Command Quick-Start This is short Mac Tutorial Get You Started on Mac OS X El Capitan 10.11 with a Very Useful Shell Utility: the locate Command. Almost all we are working on Mac before or after we need desperately to Find something from the Shell. The Easiest and Fastest Way to Find System’s Entities in Unix-like Platforms is Matched Using the “locate” Shell Command. Open a Command Line Terminal Window Applications > Utilities > Terminal (Press “Enter” to Execute Commands) Make a Command Alias to Update the locate Database nano $HOME/.profile Append: alias updatedb=”sudo /usr/libexec/locate.updatedb” Ctrl+x …

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 Get & Install Canon iP2800 Printer Driver & Software on Mac OS X 10.11 El Capitan Easy Guide

Canon iP2800 Printer QuickStart for Mac OS X 10.x The Mac Tutorial Shows You Step-by-Step How-to Download and Install the Canon PIXMA iP2800 Series Photo Printer Driver and Software on Mac OS X 10.12-Sierra/10.11-El-Capitan Unix/BSD Desktop. The same procedure for Installing the Canon iP2800 Printer Drivers is Valid also for: Mac OS X 10.7 Lion, Mac OS X 10.8 Mountain Lion, Mac OS X 10.9 Mavericks and Mac OS X 10.10 Yosemite. Canon IP-2800 Printers Series Include the following Models: PIXMA IP-2810, PIXMA IP-2820, PIXMA IP-2830, PIXMA IP-2840, PIXMA IP-2850, PIXMA IP-2860, PIXMA IP-2870, PIXMA IP-2880. Download Canon iP2800 Series …

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 QuickStart with Bower on Mac OS X El Capitan 10.11 Easy Guide

Getting-Started with Bower for Mac OS X The Mac Tutorial Shows You Step-by-Step How-to Install and Getting-Started with Bower Package Manager for the Web on Mac OS X 10.11 El Capitan. Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.). Open a Command Line Terminal Window (Press “Enter” to Execute Commands) Installing Node.js on Mac OS X Quick-Start Node.js Mac Setup Node.js on Mac OS X Handling Git Dependency wich git If Not Installed then: How-to Install Git VCS for …

Continue Reading

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

ActiveMQ QuickStart for Mac 10.11 El Capitan The Mac Tutorial Shows You How-to Install and Getting-Started with Apache ActiveMQ for JMS on Mac OS X 10.11 El Capitan BSD. As Pre-Requisite for Apache ActiveMQ is the Oracle Java SE JDK 6+ Installation Mac OS X. Some ActiveMQ Framework Features: Fully JMS Compliant Connectivity (Wide range of Connectivity Options with protocols: Http/s, IP multicast, STOMP, TCP, UDP, XMPP) Pluggable persistence and security Building messaging applications with Java Integration with application servers (Apache Tomcat, Jetty, Apache Geronimo, JBoss) Client APIs (C/C++,.NET,Perl,Python,Ruby and more) Broker clustering (Many ActiveMQ brokers can work together as …

Continue Reading

How-to Enable SSH Connection on Mac OS X 10.11 El Capitan

Enabling SSH for Mac OS X 10.11 El Capitan The Visual Tip Show How-to Enable the SSH Connection Mac OS X 10.11 El Capitan Desktop. Inside the Guide You’ll Find also Link to Guide on How-to Enable SSH Access without Password on a Remote Server. How-to Enable SSH Access without Pass on Remote Server: Add SSH Key to Authorized List Enabling SSH Remote Access. Open: System Preferences >> Sharing Check the Box to Enable!

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

Bash Shell Scripting QuickStart on Mac OS X 10.11 El Capitan

Mac OS X Shell Scripting QuickStart The Tutorial Shows You Step-by-Step How-to Getting-Started Making and Running a Bash Shell Script for Mac OS X 10.11 El Capitan BSD. Shell Scripts are files in which we write a Sequence of Commands that we need to perform and are Executed using the Shell utility. The Bash (Bourne Again Shell) is the Default Shell environment for some BSD/Unix system. To Edit & Save our Bash Shell Script we’ll make Use of the Default Mac Shell Editor nano. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Editing a Bash Script on …

Continue Reading