Category: mac

mac
2023-12-12 00:22 (2 years ago)

Here is how to open Chrome with a specified window size from the command line on a Mac.

Pythonmac
2022-01-03 11:15 (4 years ago)

Although creating a lock file with `pipenv lock` on an Intel Mac works without issues, attempting the same on an M1 (Apple Silicon) (ARM) Mac results in an error and the lock file cannot be created. However, by running `arch -x86_64 zsh` to emulate an x86_64 environment using Rosetta, `pipenv lock` executes successfully.

mac
2021-12-11 12:11 (4 years ago)

When you want to use multiple external displays with an M1 Mac and are outputting the screen through a display adapter with a Display Link chip, notifications may not appear on your Mac. In such cases, go to "Notifications" in the settings and ensure that the checkbox for "Allow notifications: When mirroring or sharing display" is checked. If this checkbox is unchecked, notifications will not appear while using Display Link. Make sure to turn this checkbox ON.

mac
2021-03-20 09:24 (4 years ago)

Sometimes, USB memory sticks that have been used for creating OS installation media may have a corrupted partition table, making it impossible to format them using the "Disk Utility" app.

Dockermac
2021-02-10 00:25 (5 years ago)

When building a Docker image on a Mac, you might encounter the "no space left on device" error. This can happen even when there seems to be enough storage space available, leaving you puzzled about the cause.

mac
2020-11-30 05:37 (5 years ago)

When changing your Mac model or transferring your Apple Developer certificate from the old machine in p12 format to the new Mac, make sure to import it into the "Login" keychain instead of the "System" keychain.

mac
2020-08-21 08:19 (5 years ago)

i2cssh is a tool that allows you to log into multiple servers simultaneously in iTerm2 and automatically arrange SSH panes for simultaneous operations. To log into multiple target servers via the same bastion host, you would use the following command: i2cssh -Xt=user@bastion.example.com "ssh user@server1.example.com" "ssh user@server2.example.com".

mac
2020-07-24 05:36 (5 years ago)

Here is an English translation of the summary for the Japanese blog post: "Solution for the Error: 'ERROR: Error installing i2cssh: ERROR: Failed to build gem native extension.'" This summary provides a brief description of what the blog post is about, which is a guide on how to resolve the specified error encountered when trying to install the i2cssh gem.

mac
2018-01-18 10:40 (8 years ago)

The cause is unknown, but sometimes when I connect a display to my Mac using an HDMI cable, it freezes.

mac
2016-01-02 14:35 (10 years ago)

If you encounter the error "Cannot open application 'Steam.app'" when trying to launch the downloaded Steam on macOS 10.11 El Capitan, follow these steps. Note that the correctness of this method is not guaranteed...

mac
2015-09-02 12:56 (10 years ago)

When using a Mac with a JIS keyboard that I bought a long time ago, I can't help but notice the US keyboard enthusiasts around me. They often say, "For development, it's got to be a US keyboard!" Even when I try to explain, "Well, the Kana key and the Control key placement are better," I still feel a bit hurt inside. I'm sure you've experienced something similar.

mac
2014-06-22 01:47 (11 years ago)

翻訳する日本語のブログ記事の本文を入力してください。

mac
2014-06-13 03:00 (11 years ago)

```bash #!/usr/bin/env jsc print("Hello, World!"); ``` To execute such a JS file from the terminal, it's convenient to use the JSC that comes pre-installed on Mac. 1. Add JSC Interpreter to Your Path The JavaScript interpreter on a Mac is located here: ```bash /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc ``` Since it's not in the PATH by default, create a symbolic link in a directory that is in the PATH. For example, you might use /usr/local/bin. ```bash cd /usr/local/bin ln -s /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc ./ ``` In the terminal, run: ```bash jsc --help ``` If the help information is displayed, it's set up correctly. 1.1. Using the Interactive Interface Run: ```bash jsc ``` This will start an interactive interface. The prompt and behavior are very similar to Python's interactive interface. You can even write functions.

mac
2014-06-07 06:36 (11 years ago)

If you encounter an error like <type 'exceptions.ValueError'>, ValueError('unknown locale: UTF-8',),

mac
2014-04-22 07:57 (11 years ago)

How to Fix Build Failures of appledoc with Xcode 5

mac
2014-02-15 15:59 (12 years ago)

I created a Mac pasteboard (clipboard) application. While it's not yet very versatile, as hotkeys are fixed and cannot be customized, I am releasing it for public use.

mac
2013-09-26 12:31 (12 years ago)

On a Mac,

mac
2013-08-24 09:49 (12 years ago)

What you need is a Midi controller app for iPad. For example, the following app costs 170 yen.

mac
2011-06-06 17:10 (14 years ago)

If you are using a Mac and the keyboard shortcuts for Expose or Spaces stop working,

mac
2011-06-06 17:06 (14 years ago)

"iTunes could not read the data class information from the sync services" error prevents iPad from syncing

Categories

Archive