Mac How-to Set-Change Permissions on Files and Directories by Command-Line

Setting Permissions on Mac OS X Hello Mac User! This is Tutorial Shows You Step-by-step How-to Setup or Change the Permissions over Files and Directories on Mac OS X BSD/Unix. To Follow the Tutorial You will Need to have a Little Practice to Work on the Mac Console Terminal Command Line. Included in the Article Links to Guides on Getting-Started with Command Line on Mac and to Setting Ownership over Mac File System. To Open a Terminal Shell emulator window Launch Finder: Select Applications: Double-Click on Utilities: Double-Click over Terminal: Switch to the Bash Shell (Press “Enter” to Execute Commands) …

Continue Reading

Mac 10.12 Sierra How-to QuickStart with Console/Terminal Shell/Command-Line

Getting-Started with Terminal Commands on Mac 10.12 Hello Mac User! This is Tutorial Shows You in Easy Steps How-to Quick-Start with the Console/Terminal Command-Line/Shell emulator Commands on Mac 10.12 Sierra BSD/Unix. This is Just a ‘Quick and Dirty’ Introduction to the Command Line Basic Instructions on Mac Command Line Console Terminal. The Tutorial is Step-by-Step and You Can Just Getting-Started Following and Executing each Command without any Harm for Your System 🙂 After all only ‘Practice Makes the Master‘; so Do Not try to Getting-Started too Hard but Just ‘Take it Easy!‘ 😉 The Commands are Intended for Execution on …

Continue Reading

How-to Wi-fi Connect Samsung Printer to Network on Mac 10.12 Sierra

Mac Samsung Printers Wireless Connection The Mac Tutorial Shows You Step-by-Step How-to Easy Connect a Samsung Printer with Wi-fi Support to a Mac 10.12 Sierra Network. There are several methods for Connecting Wirelessly a Samsung machine to the Network, here I’ll describe the Two Easier ones: The simplest Pushing Device’s Buttons Setup With the use of Easy Wireless Setup software Direct Devices Connection by Pushing Buttons Available for Routers disposing of a WPS button. Press and hold the WPS button on the Printer control panel for more than 2 seconds. (The machine starts waiting for up to two minutes if …

Continue Reading

How-to Install Python Setuptools for Mac OS X 10.12 Sierra 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 2.x Setuptools Command Line Tools on Mac OS X 10.12 Sierra. 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 a Gimp Script on Mac OS X 10.12 Sierra

Mac Gimp 2.8 Scripts Location Hello Mac User! This is Tip Shows You Step-by-Step How-to Install in the Right Location a Gimp 2.8 Script on Mac OS X 10.12 Sierra. Script-Fu is what the Windows world would call “macros” But Script-Fu is more powerful than that. Script-Fu is based on an interpreting language called Scheme, and works by using querying functions to the GIMP database. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Place the Script into: /Applications/GIMP.app/Contents/Resources/share/gimp/2.0/scripts Like: sudo mv [myScript].scm /Applications/GIMP.app/Contents/Resources/share/gimp/2.0/scripts Restart The Gimp!

Continue Reading

How-to Install VirtualBox on Mac OS X 10.12 Sierra with GUI

VirtualBox Install Mac 10.12 Sierra You are Welcome! The Mac Tutorial Shows You Step-by-Step and Visually How-to Install Oracle VirtualBox App on Mac OS X 10.12 Sierra Desktop. And VirtualBox for Mac 10.12 is a Free and powerful PC virtualization solution allowing you to run a wide range of PC operating systems on your computer. This is includes Windows, Linux, FreeBSD, DOS, OpenBSD and others. Finally, VirtualBox comes with a broad feature set and excellent performance, making it the premier virtualization software solution on the market. Download and Install VirtualBox for Mac OS X: Get VirtualBox Mac Link to Download …

Continue Reading

Installing APC PHP Accelerator on Mac OS X 10.12 Sierra

PHP APC QuickStart for Mac This is Tutorial Shows You Step-by-step How-to Install PHP Accelerator APC module on Mac OS X 10.12 Sierra. The PHP Accelerator APC is good to enhance Performances on strong Frameworks needing some Power like Symfony. To Install it on Mac you do Not need to Recompile PHP but Only to Execute a Simple Procedure… If You Get in Stuck During Installation you will Find a Link 2 Detailed Troubleshooting Post at the Article Bottom. How-to Install Homebrew for Mac OS X: HomeBrew Installation Guide Mac Brew Setup Update Pear Channels: sudo pear update-channels Install Pcre: …

Continue Reading

How-to Install Sshfs on Mac OS X 10.12 Sierra Easy Guide

sshfs QuickStart for Mac 10.12 Sierra The Mac Tutorial Shows You Step-by-step How-to Install and Getting-Started with the SSHFS Filesystem Client on Mac OS X 10.12 Sierra. SSHFS (SSH Filesystem) is a filesystem client to Mount and Interact with directories and files located on a Remote server or workstation over a normal SSH connection. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) How-to Install MacPorts on Mac 10.12 Sierra: Getting-Started with MacPorts MacPorts Installation. Installing Sshfs on Mac 10.12 Sierra sudo port selfupdate sudo port install sshfs

Continue Reading

How-to Install GlassFish for Mac OS X 10.12 Sierra Easy Guide

GlassFish QuickStart for Mac OS X 10.12 Sierra 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.12 Sierra. 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 HomeBrew on Mac Sierra 10.12 Easy Guide

Brew Install for Mac OS X 10.12 Sierra The Tutorial Shows You Step-by-step How-to Install Homebrew on Mac 10.12 Sierra OS X. And to Install Brew on Mac 10.12 is a Basic Task that Require only a Minimal practice with the Command Line. Finally, 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 && curl -L https://github.com/mxcl/homebrew/tarball/master …

Continue Reading