How to reset Mac Password during Boot Process? To reset your Mac password during the boot process, you can use the "Reset Password" utility in the MacOS Utilities menu. Here are the …
macOS Tutorials • Category Archive
macOS is a Unix-based operating system developed and marketed by Apple Inc. for use on Apple computers. It provides a graphical user interface and a suite of applications for managing files, running software, and connecting to the internet, as well as a variety of other features designed to enhance the user experience.
How to Show Hidden Files in Finder Window and Create Alias Shortcut on MacOS?
To show hidden files in Finder on a Mac, you can use the following steps: Alternatively, you can use the Terminal application to show hidden files by using the command "defaults write …
Read Article about How to Show Hidden Files in Finder Window and Create Alias Shortcut on MacOS? →
IntelliJ IDEA Project/Module and latest Java setup (Java 17 or newer)
Java development team has changed their release cycle after Java8 significantly and now they are releasing new version every few months. I personally like the faster Java release cycle and love …
Read Article about IntelliJ IDEA Project/Module and latest Java setup (Java 17 or newer) →
Local Flywheel Setup Tutorial – How to Run WordPress Locally on Mac and Windows?
Are you running WordPress setup locally on your Windows or Mac Laptop? Or Desktop? For me it's been almost 3 years I switched to dev model before I push anything to live Crunchify site. Since last …
How to Install and Configure Memcached Process/Server on Mac OS X?
Memcached is one of the widely used distributed memory object caching solution out there. I've been using it since last 3 years actively for number of various projects. Here are the key advantages …
Read Article about How to Install and Configure Memcached Process/Server on Mac OS X? →
macOS: How to change the default location where screenshots are saved? Screen Capture (cmd + shift + 4)
On macOS change screenshot location. How to Change Where Screenshots Are Saved on Your Mac? How to Change Your Mac's Default Screenshot Directory? I use my Macbook Pro for daily blogging activity. …
How to purge all your Google Chrome User Data on Mac OS X
Google Chrome is my favorite Web Browser and it seems we do have full control over your browsing data. How to download chrome for mac? https://www.google.com/chrome/ This data includes your …
Read Article about How to purge all your Google Chrome User Data on Mac OS X →
How to Setup Amazon AWS CLI (Command Line Interface) on MacOS or Linux?
There is no doubt Amazon AWS is the biggest public cloud provider out there. I personally started playing with Amazon AWS for few of Crunchify's clients and I must say AWS is so flexible. I use my …
Read Article about How to Setup Amazon AWS CLI (Command Line Interface) on MacOS or Linux? →
How to install Boto, Boto3 and set Amazon EC2 Keys? Boto: A Python interface SDK for Amazon Web Services
What is Boto? Boto is an Amazon AWS SDK for python. Ansible internally uses Boto to connect to Amazon EC2 instances and hence you need Boto library in order to run Ansible on your …
How to Run Windows, Linux, macOS terminal commands in Java and return complete Result
Executing a system command is relatively simple - once you've seen it done the first time. It involves the use of two Java classes, the Runtime class and the Process class. Basically, you use the …
Ansible: How to copy File, Directory or Script from localhost to Remote host?
As a part of IT management department, folks deal with lots of scripts and command line tools. I'm sure you face day to day situation in which you have copy files or scripts to thousands of remote …
Read Article about Ansible: How to copy File, Directory or Script from localhost to Remote host? →
How to install Ansible on MacOS using Homebrew or Python pip?
Ansible is one of the best powerful IT automation tool out there. It directly completes with SaltStack, Docker and so on. In this tutorial we will go over steps on how to install Ansible on …
Read Article about How to install Ansible on MacOS using Homebrew or Python pip? →