Posts

Showing posts with the label macOS Mojave

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

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

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.

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