{$lblSkipToContent|ucfirst}

What is the purpose of this plastic piece inside my MacBook Air?

zondag 25 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have a MacBook Air (13-inch, Early 2015). The model number is A1466 (EMC 2925). I recently removed the bottom case (in order to fix my trackpad) and immediately noticed broken plastic pieces inside of a slot located near the middle of…

Lees meer

Error while setting up windows in my late 2014 iMac

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

Boot Camp Assistance is stuck on create a partition? So I used the procedures in this link to try and set up windows in my iMac , but when it reached the part where they asked where do you want install Windows and after I select BOOT CA…

Lees meer

Error while setting up windows in my late 2014 iMac

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

Boot Camp Assistance is stuck on create a partition? So I used the procedures in this link to try and set up windows in my iMac , but when it reached the part where they asked where do you want install Windows and after I select BOOT CA…

Lees meer

HP Easy Scan - "HP Scanner 3" will damage your computer

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have been using a HP Envy 4500 printer with my iMac for 2 years using HP Easy Scan - with no issues. Today I tried to scan a document, when I press the "scan" button on the app a pop-up appears stating: "HP Scanner 3" will damage your…

Lees meer

Stopping false positive malware warnings in Catalina?

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

Today, I received a pop-up warning saying "hpRaster.bundle will damage your computer. You should move it to the Trash". "hpRaster.bundle" is installed by Mac OS X as part of its drivers for my HP Laserjet P1102w printer. I ran a malware…

Lees meer

HP Easy Scan - "HP Scanner 3" will damage your computer

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have been using a HP Envy 4500 printer with my iMac for 2 years using HP Easy Scan - with no issues. Today I tried to scan a document, when I press the "scan" button on the app a pop-up appears stating: "HP Scanner 3" will damage your…

Lees meer

HP Easy Scan - "HP Scanner 3" will damage your computer

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have been using a HP Envy 4500 printer with my iMac for 2 years using HP Easy Scan - with no issues. Today I tried to scan a document, when I press the "scan" button on the app a pop-up appears stating: "HP Scanner 3" will damage your…

Lees meer

Crontab -l command working. No other crontab command is working

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

New to crontab, I wanted to experiment. Running the command crontab -l gave me the following answer crontab: no crontab for User_1 Every time I tried to issue a command like 1 16 24 10 6 ping -D -c 1 www.google.com I got the error "zsh:…

Lees meer

How to deal with IPv6 in Wireshark?

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

When I look up google, I get an IPv6 address and not an IPv4 address This is giving me issues in Wireshark with the source since I can’t manage to map the different addresses for the same name. Can I force lookups to be IPv4 or do I …

Lees meer

HP Easy Scan - "HP Scanner 3" will damage your computer

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have been using a HP Envy 4500 printer with my iMac for 2 years using HP Easy Scan - with no issues. Today I tried to scan a document, when I press the "scan" button on the app a pop-up appears stating: "HP Scanner 3" will damage your…

Lees meer

Stopping false positive malware warnings in Catalina?

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

Today, I received a pop-up warning saying "hpRaster.bundle will damage your computer. You should move it to the Trash". "hpRaster.bundle" is installed by Mac OS X as part of its drivers for my HP Laserjet P1102w printer. I ran a malware…

Lees meer

Convert HTML hyperlink code to Markdown (MD) in pure AppleScript?

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have a text file or some text to process via the clipboard. It contains a few lines of HTML code, and I'd like to convert it to pure Markdown. E.g. from: This is a link: link to: This is a link: [link](https://duck.com) Is there pure …

Lees meer

Adding a startup script on Big Sur [duplicate]

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I want to install a startup item in OS X Big Sur which runs a shell script as a user on my machine and connects via ssh to a remote machine I maintain. I use ssh keys so no password is required for this script to succeed. It will ling…

Lees meer

Every time I start my terminal, I get ".zshrc:source:18: no such file or directory: /sourceme.sh"?

zaterdag 24 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I've been trying to download some softwares. I've deleted those files, but now, I think my zsh file keeps wanting to source a file that's no longer there. Because of that, I get the following message every time I open up my terminal: T…

Lees meer

Stopping false positive malware warnings in Catalina?

vrijdag 23 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

Today, I received a pop-up warning saying "hpRaster.bundle will damage your computer. You should move it to the Trash". "hpRaster.bundle" is installed by Mac OS X as part of its drivers for my HP Laserjet P1102w printer. I ran a malware…

Lees meer

Is it possible to backup an iOS 7.1.2 device on OSX 10.12, 10.13, or 10.15?

vrijdag 23 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have an old iPhone 4 with iOS 7.1.2 that I want to backup and sync the photos off of. I have a macOS 10.12, 10.13 and 10.15 device that I was hoping to backup to (if I have to I can try to dig up some older macbooks that might have a…

Lees meer

Is it possible to backup an iOS 7.1.2 device on OSX 10.12, 10.13, or 10.15?

vrijdag 23 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I have an old iPhone 4 with iOS 7.1.2 that I want to backup and sync the photos off of. I have a macOS 10.12, 10.13 and 10.15 device that I was hoping to backup to (if I have to I can try to dig up some older macbooks that might have a…

Lees meer

Adding a startup script on Big Sur

vrijdag 23 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I want to install a startup item in OS X Big Sur which runs a shell script as a user on my machine and connects via ssh to a remote machine I maintain. I use ssh keys so no password is required for this script to succeed. It will ling…

Lees meer

Using launchd to clear bash history?

vrijdag 23 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

Clarification: Am not looking to destroy history, am looking for means to periodically purge it via launchd for security purposes Have been using cat /dev/null > ~/.bash_history to clear bash history as have seen in many *nix conversa…

Lees meer

New macOS install stuck on loading screen, but works in safe mode

vrijdag 23 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

First a bit of history: I had installed Bootcamp on my MacBook and to give it more space, I had deleted macOS recovery and system partitions from Easus Partition Manager on Windows. But because of this, I wasn't able to install macOS ba…

Lees meer

Adding a startup script on Big Sur

vrijdag 23 oktober 2020 inAsk Different (Tips-Tricks-Tutorials)

I'm wanting to install a startup item in OS X Big Sur which runs a shell script as a user on my machine and connects via ssh to a remote machine I maintain. I use ssh keys so no password is required for this script to succeed. It will…

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 •