{$lblSkipToContent|ucfirst}

How to use Homebrew to install terminal based Lynx browser instead of Cask (GUI)

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I am trying to get Lynx for use in the terminal up and running under OS X (Mojave). Using the commands under only installs Cask GUI (which appearst to require a licence regardless). Not sure what I'm doing wrong. Computer:~ username$ br…

Lees meer

How to use Homebrew to install terminal based Lynx browser instead of Cask (GUI)

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I am trying to get Lynx for use in the terminal up and running under OS X (Mojave). Using the commands under only installs Cask GUI (which appearst to require a licence regardless). Not sure what I'm doing wrong. Computer:~ username$ br…

Lees meer

Is there a way to prevent my Mac from sleeping during a file copy?

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I'm copying a lot of files (over 700 GB) and it takes hours to complete. Is there a way to keep the Mac from sleeping before the copy process completes? I don't want to sit by the computer and moving my mouse from time to time. I tried …

Lees meer

Why is adding adding sites to /etc/hosts not blocking them on BigSur?

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

On macOS Big Sur I added the settings below to my /etc/hosts my ISP has IPV6 support so normally browsing to major sites that support IPV6 should probably happen on IPV6. 127.0.0.1 cnn.com ::1 cnn.com In a terminal window I can see tha…

Lees meer

Why is adding adding sites to /etc/hosts not blocking them on BigSur?

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

On macOS Big Sur I added the settings below to my /etc/hosts my ISP has IPV6 support so normally browsing to major sites that support IPV6 should probably happen on IPV6. 127.0.0.1 cnn.com ::1 cnn.com In a terminal window I can see tha…

Lees meer

Configure Native Notes.app to Use Monospaced by Default

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

For every carriage return on a monospaced line, the following line resets to the default Body format. I used this post as a reference but everything's outdated and I don't find anything else recent out there. What are your suggestions?…

Lees meer

Is there a way to prevent my Mac from sleeping during a file copy?

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I'm copying a lot of files (over 700 GB) and it takes hours to complete. Is there a way to keep the Mac from sleeping before the copy process completes? I don't want to sit by the computer and moving my mouse from time to time. I tried …

Lees meer

Is there a way to force my Mac working before a copying task complete?

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I'm copying a lot of files (over 700 G) and it takes hours to complete. Is there a way to keep the Mac up before the copy process complete? I don't want to sit by the computer and moving my mouse from time to time. I tried to set the ba…

Lees meer

Is there a way to force my Mac working before a copying task complete?

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I'm copying a lot of files (over 700 G) and it takes hours to complete. Is there a way to keep the Mac up before the copy process complete? I don't want to sit by the computer and moving my mouse from time to time. I tried to set the ba…

Lees meer

Is there a way to force my Mac working before a copying task complete?

zondag 21 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I'm copying a lot of files (over 700 G) and it takes hours to complete. Is there a way to keep the Mac up before the copy process complete? I don't want to sit by the computer and moving my mouse from time to time. I tried to set the ba…

Lees meer

"USB Accessories Disabled" notification from Thunderbolt 3 network connection?

zaterdag 20 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I've got a MBP (16" 2019) connected to a MacBook Air (13" 2020) both running Catalina in clamshell mode. I have a Thunderbolt 3 cable between them for network connection. Ever since I connected this Thunderbolt cable between them, I get…

Lees meer

Disable Xcode Command Line Tools

zaterdag 20 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I changed the Command Line Tools in Xcode settings, hoping it would solve an error with arm64e, but xcodebuild ended up taking over make command which makes the compiling process slower with my Theos project. Xcode does not allow me to …

Lees meer

Finder Sidebar in macOS Big Sur doesn't persist width change

zaterdag 20 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I want to make the sidebar in Finder in macOS Big Sur 11.2.1 wider, but every time I restart Finder the sidebar goes back to its original smaller width. Is there any way to make the width change persist?

Lees meer

Where does OS X store accessibility preferences?

zaterdag 20 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I want to check if a certain app is allowed to control my computer from the terminal. I need to check Privacy > accessibility settings to do that. How do I check-- where are accessibility settings stored?

Lees meer

Soundflower replacement on M1 Macs

zaterdag 20 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

In the past, Soundflower has been a great way to record audio generated by applications on my Mac. Soundflower's GitHub page indicates that it does not (yet?) support M1 Macs. In the absence of this great utility, how have M1 Mac users …

Lees meer

Where does OS X store accessibility preferences?

vrijdag 19 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I want to check if a certain app is allowed to control my computer from the terminal. I need to check Privacy > accessibility settings to do that. How do I check-- where are accessibility settings stored?

Lees meer

How to make a folder show the item counts in Finder?

vrijdag 19 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

how can I make settings to have this visible? I want every folder show the number of items included. On my Mac, the grey bar with 25 is not visible. How can I get Finder to draw this count on the bar shown in the red circle?

Lees meer

Disable Xcode Command Line Tools

vrijdag 19 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

I changed the Command Line Tools in Xcode settings, hoping it would solve an error with arm64e, but xcodebuild ended up taking over make command which makes the compiling process slower with my Theos project. Xcode does not allow me to …

Lees meer

How can I run JavaScript for Automation script from Python?

vrijdag 19 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

With the py-applescript package for Python, it is straightforward to run an AppleScript from Python without having to run a separate osascript subprocess: import applescript applescript.AppleScript('say "Hello AppleScript"').run() Is t…

Lees meer

Must we use ssh-agent nowadays?

vrijdag 19 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

In the past, I never had to use ssh-agent and everything worked fine. But I noticed, on GitHub, it is asking people to use ssh-agent, even if we don't use it, it seemed fine. So I just ignore that lengthy part usually for the ssh-agent…

Lees meer

Leaving macbook plugged in and on 100% all the time

vrijdag 19 februari 2021 inAsk Different (Tips-Tricks-Tutorials)

So for the past few years, I've been under the impression that with any modern macbook (e.g., 2015 and later), it's better for the battery health to leave it plugged in as often as you can since the battery deteriorates based on cycle c…

Lees meer

Internet - WiFi • e-mail • Software • Hardware • Reparatie • (Geheugen - SSD) Upgrades • Advies • Netwerken • Routers • Beheer op afstand (Teamviewer) • Onderhoud (Online Backup's) • Data Recovery • OSX Server • Synology NAS • Bootcamp - Parallels - VMWare

• 20 jaar ervaring •