Category "macos"

How to install JQ on Mac on the command line?

I need to know the most efficient way of installing JQ on Mac (El Capitan). The code is downloaded to my Mac but I would like to know how I can install and oper

macOS modify the cover art (ArtWork) of a video file, I found some API code, but it fails to modify any metadata

As the title. I am writing an app for macOS. Used to modify the cover (ArtWork) and title of the video file. I found some API code, it doesn't work, any metadat

MongoDB won't install on my mac. I installed homebrew in order to install Mongodb but I'm getting some error messages

I used the following command to install mongodb: my-MBP:~ user$ brew install mongodb: and this was the output Error: No available formula with the name "mon

Add Terminal to dock persistent-apps with default write with foreign language macOS

Adding Google to the dock works like this: defaults write com.apple.dock persistent-apps -array-add '<dict><key>tile-data</key><dict&g

How do I get initial admin password for jenkins on Mac?

I installed jenkins by downloading jenkins-2.2.pkg. After the installation is complete, Chrome auto-connected to http://localhost:8080/login?from=%2F and I see

zsh: command not found: php

I have been using php with mamp on mac for a year even with old versions of MacOS, since I installed MacOS Monterrey if I type php on the terminal I get a messa

Unable to run graalvm gu command on mac

I have installed graalvm on mac, and I see gu utility in /bin folder of the installation directory. When I try to run a gu command inside /bin folder, like gu i

textarea corner resize icon not hiding even when the popup above the textarea have large z-index..

I am working in a page, which contain textarea and a button, When click on button, i have to show popup. When popup is open, the textarea right-bottom corner r

After installing Homebrew I get `zsh: command not found: brew`

➜ ~ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -e:77: warning: Insecure world writable dir /usr/

Installing gfortran on MacBook with Apple M1 chip for use in R

I'm on a MacBook Air with an Apple M1 chip, using macOS 11.6 Big Sur. I'm on R 4.1.1. I have Xtools and gfortran for the Apple M1 installed: markwhite@marks-air

UIDocumentPickerViewController in SwiftUI on mac (macCatalyst)

So I've been meddling with "moving" a small SwiftUI iPad app to the Mac, and I've hit a bit of a speed bump with UIDocumentPickerViewController. I have wrapped

ERROR ITMS-90292: "Invalid Provisioning Profile Signature"

Hi I wanted to submit an update to the Mac App Store today and got the following error message: What to do?

What is the shortcut for 'change language mode' in Visual Studio Code?

When I press cmd + K M to access the "Change Language Mode" option in Visual Studio Code, it opens keymap extensions marketplace section. Is it a shortcut confl

Get random number on command line on MacOs (like shuf)

I need add random number to filename. On Linux I use command like filename$(shuf -i 10000000-99999999 -n 1) But on MacOs with this command I recieve error:

Install graph-tool for Anaconda Python3.6.3 on macOS X

How can I install graph-tool for Anaconda Python 3.6.3 on macOS High Sierra? (I've been able to install graph-tool for Python 2.7.10.) Thanks! I followed the i

Trigger "application quit unexpectedly" popup when OS X deamon crashes

I'm working on a new OS-X Daemon process (run from launchd) and would like to get popup window every time it crashes with all relevant information (pid, path to

Error when building ios application using fastlane remotely

i am trying to fix an error which i get when i try to ssh into mac-mini and run fastlane remotely. The following build commands failed: CodeSign /Users/ec2-user

Permission Error When Exporting to $JAVA_HOME on MacOS Big Sur

Whenever I try to set my Java Home export JAVA_HOME=$(/Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home) in my .zshenv or .zshrc files, I ge

M1Mac : rbenv install 2.6.6 Build Failed

When I tried to install ruby2.6.6 on my mac using rbenv, I got a "Builed Failed" message. Initially, I ran it as follows % rbenv install 2.6.6 Downloading rub

I want to use Git via macports instead of Apple Git

I'd like to use the latest version Git via macports instead of Apple Git. But when I type git --version on terminal app, it displays Apple Git version. Could y