macos tag

212 questions


1 answers
400 views
0
To make apt-get workable on macOS

Can I use sudo apt-get update if I install linux on macos?When I looked into it, many people said they didn't support macos, so I asked because I was curious.Even if I run it on a brew or macports, it...

2 years ago

1 answers
461 views
0
Xcode is no longer able to test the actual machine. "Command PhaseScriptExecution failed with anonzero exit code" error

I suddenly couldn't do the actual machine test on Xocde yesterday.The error statements are as follows:Command PhaseScriptExecution failed with anonzero exit codeNear the error statement were the follo...

2 years ago

1 answers
270 views
0
I want to use associative array in zsh, but it doesn't work.

I write a shell script with macOS zsh, but there are many samples on the Internet that use the -A option when using the associative array (declare command), but when I actually use it, I am told that ...

2 years ago

1 answers
337 views
0
How do I create a distributed shared memory environment?

I usually write backend code.I thought that having skills in the infrastructure field would expand my scope, so I set my goal with the theme of reuse garbage PCs to create high-performance machines.I ...

2 years ago

1 answers
392 views
0
You want to dynamically switch application.property using the environment variable SPRING_PROFILES_ACTIVE.

Prerequisites/What you want to achieveI would like to dynamically change the application.property for each environment in development using Spring Boot.Example)local environment:application-local.prop...

2 years ago

1 answers
475 views
0
How do I copy a file path with only a shortcut in the mac version of VSCode?

Is there a shortcut to copy the path of the active file in the mac version of VSCode?I can use the following shortcuts for Windows, but Shift+F10 (context menu display)Shift+Alt+C (path copy)There is ...

2 years ago

1 answers
281 views
0
After installing pip, the pip3 command is available, but the pip command is not found.

Installation—pipe 20.1.1 documentationBased on the procedures on the site above, I ran the following commands in order, and now I can use the pip3 command, but I can't find the pip command. curl https...

2 years ago

1 answers
447 views
0
Unable to install wordpress

When I try to install wordpress, I get the following error:I'm using a mac, and I'm operating at the terminal, and I want to display the phpMyAdmin home in the end.What should I do?error message Unabl...

2 years ago

1 answers
368 views
0
Is there any way to prevent the system shortcut key (Shift+Cmd+4) from working when entering text on a Mac?

In macOS 10.15, we are creating an application (Swift) to capture text (TextFilet) keystrokes, but if you press the key that is registered in the shortcut key on the system, the shortcut functionality...

2 years ago

1 answers
307 views
0
Error when trying to connect to localhost on mac.

When I try to access my Mac locally, I get the following error:http://localhosthttp://172.0.0.1The following error occurs: curl:(7) Failed to connect to localhost port 80: Connection refusedBy the way...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.