Skip to main content

Posts

Showing posts with the label MacOS

Run windows apps through Wine emulator on Mac OS Apple Silicon

  https://macappstore.org/whiskey/   About the App App name : Whiskey App description : whiskey (App: Whiskey.app) App website :  http://usewhiskey.com/ Install the App Press  Command+Space  and type  Terminal  and press  enter/return  key. Copy and paste the following command in Terminal app: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"  and press  enter/return  key. Wait for the command to finish. If you are prompted to enter a password, please type your Mac user's login password and press ENTER. Mind you, as you type your password, it won't be visible on your Terminal (for security reasons), but rest assured it will work. Now, copy/paste and run this command to make  brew  command available inside the Terminal:  echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile Copy and paste the following command: brew install --cask whiskey Done! You can ...

Prevent a Macbook from sleeping when the lid is closed when power is not connected

The external monitor gets turned off by default when the Macbook monitor lid is closed. Here is how you can override this behavior.   Open terminal & execute the  sudo pmset -a disablesleep 1 You can reverse this setting by running the below command in the terminal sudo pmset -a disablesleep 0 The other regular way for the external monitor to remain ON is as below: Connect to power. Connect to external monitor. Close lid.

[MacOS BigSur 11.4] Issue with Pulse Secure client on Apple Silicon based macbook M1 laptop

 If you happen to buy or get your hands on the Apple Macbook Pro M1 or Macbook Air M1 based on the Apple M1 silicon chip there are a few things that might be helpful if you need to connect to your corporate VPN network using Pulse Secure application. In my case, I did have my initial doubts if the pulse secure app will work successfully or not. My doubt turned out to be true and it did not work correctly out of the box. If you download the Intel-based Pulse Secure version 9.1.9  application from Pulse secure website or from your company website, the application will not be able to successfully connect to your corporate network. It will time out with a network error!! Googled out a bit & to my luck found this community post from Pulse Secure community website  https://community.pulsesecure.net/t5/Pulse-Connect-Secure/PSAL-failed-to-Launch-Java-Applet-MacOS-Catalina-10-15-4/m-p/45177/highlight/true#M28690   It turned out that you will need to install Oracle Java 25...