Posts

How to show hidden files on Mac

There are ways to easily view your hidden folder: 1.Finder keyboard shortcut Go to your Macintosh HD folder (access this from Devices in the left column) Hold down Cmd + Shift + . (dot) All the hidden files will become visible Hold down Cmd + Shift + . (dot) a second time to hide the files again 2. Using Terminal Another way to make hidden files and folders visible requires you to use Terminal. Open Terminal Run the following script:  $ defaults write com.apple.Finder AppleShowAllFiles true $ killall Finder

CleanMyMac 4.1 cracked for macOS Mojave v10.14

Image
CleanMyMac 4.1 is a cleanup app for Mac. It helps you clean your Mac, monitor its health, optimize it for speed, and more — It's the best clean up Mac app. Clean, optimize, and maintain your Mac with the all-new CleanMyMac 4. It scans every inch of your system, removes gigabytes of junk in just two clicks, and monitors the health of your Mac. How to install Clean My Mac  4 .1  on macOS Mojave v10.14 ( full cracked) 1.Link Download (onedrive) :  https://goo.gl/6Vi7fR 2.Install the program : To resolute Gatekeeper issues on macOS Sierra we prepared a script to automatically unlock images and programs (annoying image/application is damaged messages pretending you cannot open things). Step 1:   Run in Terminal: sudo spctl --master-disable Step 2: Copy or drag-and-drop the program into applications folder Open the program Step 3:  sudo spctl --master-enable

Tunnelblick - free software for OpenVPN on macOS

Image
Tunnelblick is a free, open source graphic user interface for OpenVPN on OS X. It provides easy control of OpenVPN client and/or server connections. It comes as a ready-to-use application with all necessary binaries and drivers (including OpenVPN, easy-rsa, and tun/tap drivers). No additional installation is necessary -- just add your configuration and encryption information. Requirements for Tunnelblick Intel, 64-bit processor OS X 10.7.5 or later Link download: https://www.tunnelblick.net/release/Latest_Tunnelblick_Stable.dmg

EtreCheck Pro - For troubleshooting your Mac

Image
EtreCheck v 5.2 is an app that displays the important details of your system configuration and allow you to copy that information to the Clipboard. It is meant to be used with Apple Support Communities to help people help you with your Mac. EtreCheck automatically removes any personally identifiable information from the output. EtreCheck will automatically alert you to serious problems like adware, insufficient RAM, or a failing hard drive. EtreCheck can now automatically generate solutions for any problems that it finds. EtreCheck will help you: Find serious problems on your Mac, Remove annoying adware, Get help on Apple Support Communities, See just what your Mac is doing on the inside. Requirements for EtreCheck Pro Intel, 64-bit processor OS X 10.9 or later Link  download:  https://d1ajlxshccx4yr.cloudfront.net/EtreCheckPro.zip

coconutBattery 3 - Free

Image
With coconutBattery you are always aware of your current battery health. It shows you live information about the battery quality in your Mac, iPhone and iPad Of course you are able to save the current maximum capacity of your battery. So you can see the changes of your battery health over time. Requirements for coconutBattery: Intel, 64-bit processor OS X 10.11 or later Link download (Free):  https://coconut-flavour.com/downloads/coconutBattery_3.7.2.zip

IINA for macOS

Image
IINA is the modern video player for macOS Features: Based on mpv, which provides the best decoding capacity on macOS Designed for modern macOS (10.11+), aims to offer the best user experience All the features you need for videos, audios, subtitles, playlist, chapters and so on Force Touch, Picture-in-picture and (advanced) Touch Bar support Customizable user interface including color schemes and on screen controller (OSC) layout Standalone Music Mode designed for audio files Thumbnail preview for the whole timeline like YouTube Online subtitle searching and intelligent local subtitle matching Unlimited playback history Convenient and interactive settings for video/audio filters Fully customizable keyboard, mouse and trackpad gesture control MPV config files and script system are available for advanced users Command Line Tool and browser extensions provided Still in active development Link download:   https://dl.iina.io/IINA.v1.0.0.dmg

DaisyDisk 4.6.5 Cracked for macOS Mojave v10.14

Image
DaisyDisk  allows you to visualize your disk usage and free up disk space by quickly finding and deleting big unused files. DaisyDisk helps you recover disk space by finding and removing large useless files The program scans your disk and displays its content as a sector diagram where the biggest files and folders at once become obvious. To drill down to a folder, just click on a segment. To bubble up, click in the center. Move the mouse over the diagram and see the name and path of each file, and enclosed files (if any). Hit Space to quickly preview file content, without launching another application. In this way, walk around your disk and drag-and-drop all unneeded files into the "collector". Expand the collector to check its contents. When done, clean it up with a single click. How to install DaisyDisk 4.6.5 on macOS Mojave v10.14 ( full cracked) 1.Link Download :  https://goo.gl/gPnQ5N If you could  help me to earn a bit of money, please download h

Free Download Dynamic Desktops for macOS Mojave

Image
Link Download: Earth from the ISS:  https://ouo.io/hewiuT New York City:  https://ouo.io/wh2ADQ San Francisco:  https://ouo.io/woigMU Installing Unzip the download, this will result in a folder containing a “.heic” file In Finder, right-click (control-click or two finger click) on the .heic wallpaper you want and select “Set Desktop Picture…” from the menu You can also set it through the Desktop & Screen Saver panel in System Preferences.

MacPorts 2.5.4 now available

The MacPorts Project is pleased to announce the release of version 2.5.4. This is a bugfix release with small changes only. See the ChangeLog for the list of changes. Release 2.5.4 (2018-10-03 by jmr)     - Fixed a reclaim failure when the distfiles option contains a list       of one or more empty strings. (#56786, jmr in 8a67087)     - Changed the 'default' command to not require overquoting of the       default value that is being set. (jmr in 8434c0e)     - Indicate that i386 is not supported by the macOS 10.14 SDK.       (jmr in 60544ce) If you already have MacPorts installed, the preferred method for updating is to run: sudo port selfupdate or sudo port upgrade outdated https://www.macports.org/post/macports-254-now-available/

How do we disable auto-launch Adobe Creative Cloud on MacOS

Image
How do we disable auto-launch Adobe Creative Cloud on MacOS We open the Terminal application (present by default on all macOS / OS X systems). We execute the command line: launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist After executing the command line above, Adobe Creative Cloud will no longer launch automatically when the operating system starts up. The reverse of the command line that launches Adobe Creative Cloud is: launchctl load -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist

How to install MacPorts on MacOS 10.14 Mojave

Install MacOS “Mojave” Connect to the internet Install Xcode 10 from the App Store. Launch Xcode: Agree to the license. Let it install the extra components it says it needs. Quit xcode. Open a terminal window: sudo xcode-select –install When the pop-up launches, install the command line tools. cd ~/Downloads mkdir macports cd macports curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.5.3.tar.gz tar -xzvf MacPorts-2.5.3.tar.gz cd MacPorts-2.5.3 ./configure make sudo make install echo ‘export PATH=/opt/local/bin:/opt/local/sbin:$PATH’ >> ~/.profile source ~/.profile sudo port -v selfupdate

CleanMyMac 3.9.3 2018 cracked for Mac

Image
CleanMyMac 3.9.3 2018 is a cleanup app for Mac. It helps you clean your Mac, monitor its health, optimize it for speed, and more — It's the best clean up Mac app. How to install Clean My Mac 3.9.3 on macOS 10.13 Sierra( full cracked) 1.Download:  https://goo.gl/ULQDzs If you could  help me to earn a bit of money, please download here:  http://ouo.io/80v1x With this update CleanMyMac  3.9.3 is completely ready for macOS 10.13 Sierra. 2.Install the program : To resolute Gatekeeper issues on macOS Sierra we prepared a script to automatically unlock images and programs (annoying image/application is damaged messages pretending you cannot open things). Step 1:   Run in Terminal: sudo spctl --master-disable Step 2: Copy or drag-and-drop the program into applications folder Open the program Step 3:  sudo spctl --master-enable

CleanMyMac 3.9 cracked for Mac

CleanMyMac 3 is a cleanup app for Mac. It helps you clean your Mac, monitor its health, optimize it for speed, and more — It's the best clean up Mac app. How to install Clean My Mac 3.9 on macOS 10.13 Sierra( full cracked) 1.Download:  https://goo.gl/cWVoY7 If you could  help me to earn a bit of money, please download here:  http://ouo.io/UFymKH With this update CleanMyMac  3.9  is completely ready for macOS 10.13 Sierra. 2.Install the program : To resolute Gatekeeper issues on macOS Sierra we prepared a script to automatically unlock images and programs (annoying image/application is damaged messages pretending you cannot open things). Step 1:   Run in Terminal: sudo spctl --master-disable Step 2: Copy or drag-and-drop the program into applications folder Open the program Step 3:  sudo spctl --master-enable CleanMyMac 4.0.4 cracked for macOS Mojave v10.14 https://trick-mac.blogspot.com/2018/10/cleanmymac-404-cracked-for-macos-mojave.ht

Soda Player - Stream BitTorrent and Acestream for Mac

Image
Soda Player is one of the most feature-packed video players ever made Stream BitTorrent videos instantly Integrated blazing-fast SOCKS5 proxy Watch on your Chromecast and Apple TV Automatically get matching subtitles in your language Support for all formats and codecs Link Download (free):  https://releases.sodaplayer.com/mac/Soda%20Player.dmg?version=1.1.4 Website:  https://www.sodaplayer.com/

Change the behavior of function keys on your Mac

Image
If you prefer the top row of keys to always behave as standard function keys without holding the Fn key: Choose System Preferences from the Apple menu. Click Keyboard. Click the Keyboard tab if it's not already highlighted. Select "Use all F1, F2, etc. keys as standard function keys" With this option enabled, the keys on the top row act as standard function keys (F1–F12). To use a feature indicated by the icon printed on a key, hold Fn while pressing the key.