How to Find the EDID UUID of External Mac Monitors
You can issue the following command on an Apple Mac’s terminal to show the EDID UUID
(unique serial number) of all attached external monitors: …
26 articles about mac development, tools, and best practices
You can issue the following command on an Apple Mac’s terminal to show the EDID UUID
(unique serial number) of all attached external monitors: …
If you want to disable the Screensaver on your Mac, by using the Command Line Interface (CLI), then you can do the following:
AWS CodeCommit is a git
code repository service by Amazon Web Services.
You will want to clone your repository and setup your remotes using credential …
If you need to recursively find all symbolic links in a directory tree on a Mac, then you have a couple of options.
You could be trying to find them …
Read Article →If you find yourself in a position where you need to sync all emails from one account to another, then you can use the imapsync
command-line tool to …
If you need to reboot, or restart the networking interface on your Mac, by using the CLI, then you can issue the following commands:
If you have a file on your machine, and you want to change the created/modified time/date stamp, then you can use the touch command
.
touch -t …
Read Article →
If you use Homebrew – and you probably should if you’re on a Mac – then you have probably installed various different applications and packages …
Read Article →If you try and run npm i
and get Error: Cannot find module '../lib/cli.js'
, then you can easily fix the problem by running the following.
If you have recently upgraded your MacOS operating system, you may get the following error in your terminal when installing some Homebrew packages: …
Read Article →There are a few different ways to enable Syntax Highlighting in Vim.
Add syntax on
to your local ~/.vimrc
echo "syntax …
Read Article →