The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Archive for the ‘LifeHacker’ Category

Bootable virus scanners supporting ntfs

Posted by jpluimers on 2020/11/09

I was looking for a bootable virus scanner supporting NTFS. Kaspersky was the first one I found, and it worked well.

Back then, these were the output locations:

The HTTP link can be convenient for locations that do not support TLS (cough, VMware ESXi wget, cough), which are OK if you calculate the sha256 hash from the TLS link first.

Likely there is a 2020 version by now.

I got the links via:

I might try BitDefender later.

–jeroen

Posted in LifeHacker, Power User, Security | Leave a Comment »

OpenCandy – Wikipedia

Posted by jpluimers on 2020/11/06

Hmm, one of my machines contained OpenCandy – Wikipedia as found by Malwarebytes (software) – Wikipedia:

Tracking back the installation, revealed it came with ImgBurn 2.5.8.0, which is now on my black-list.

In my case this was how to remove it:

rd /s /q %AppData%\OpenCandy

This is not universal; you might need to take additional measures like in [WayBack] How to Remove PUP.Optional.OpenCandy (Removal Guide).

I use this batch-file to get the most recent Malwarebytes and Chameleon:

get-malware-bytes.bat 

:: redirects to something like wget https://data-cdn.mbamupdates.com/web/mb3-setup-consumer/mb3-setup-consumer-3.6.1.2711-1.0.508-1.0.8211.exe
wget --content-disposition https://downloads.malwarebytes.com/file/mb3/
:: redirects to something like wget https://data-cdn.mbamupdates.com/web/mbam-chameleon-3.1.33.0.zip
wget --content-disposition https://downloads.malwarebytes.com/file/chameleon/

If you do not have wget on your system, then try this PowerShell alternative (which does not show progress) via [WayBack] Windows batch file file download from a URL – Stack Overflow

:: in case you do not have wget:
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://downloads.malwarebytes.com/file/mb3/', 'mb3.exe')"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://downloads.malwarebytes.com/file/chameleon/', 'chameleon.exe')"
:: note these do not show progress!
:: https://stackoverflow.com/questions/4619088/windows-batch-file-file-download-from-a-url

Related: [WayBackJeroen Pluimers on Twitter: “What if the most recent @Malwarebytes on a Windows 8.1 x64 VM (all patches installed) on ESXi backed by NVME hangs for hours on one file with hardly any CPU usage? Screenshots of mbam.exe, mbamservice.exe and mbamtray.exe thread usage below.

–jeroen

Posted in *nix, *nix-tools, LifeHacker, Power User, Security, wget, Windows | Leave a Comment »

het verbindingsboogje en de punt achter de noot – YouTube

Posted by jpluimers on 2020/11/06

Omdat ik laatst iemand hielp met het lezen van noten en het bepalen van lengte, wat linkjes en een video.

Mijn eigen ezelsbruggetje is altijd een patroon van 2/# wat 3/# wordt:

  1. hele noot (4/4 of 2/2) wordt 3/2 of 6/4
  2. halve noot (2/4 of 1/2) wordt 3/4
  3. kwart noot (1/4 of 2/8) wordt 3/8
  4. achtste noot (1/8 of 2/16) wordt 3/16
  5. zestiende noot (1/16 of 2/32) wordt 3/32

Ooit maak ik daar een mooi plaatje van, als ik een on-line plek heb gevonden waar ik noten kan schrijven zonder te hoeven inloggen. Dit hielp niet echt: [WayBack] Best music notation software: online, offline, apps and everything else – Creative Music Education of [Archive.is] What is the best free online music notation software? – Quora

De linkjes

–jeroen

Read the rest of this entry »

Posted in LifeHacker, Power User | Leave a Comment »

AmazonSmile Hilfe: Kontaktdaten unserer Logistikpartner

Posted by jpluimers on 2020/11/05

[Archive.isAmazonSmile Hilfe: Kontaktdaten unserer Logistikpartner

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

Do you like/use the Slate font by OnePlus? Do you prefer it over Roboto? – Quora

Posted by jpluimers on 2020/11/02

No, I do not like the OnePlus Slate font, despite the lower x-height.

Background:

The fonts (images from Wikipedia):

Roboto – Wikipedia

Slate (typeface) – Wikipedia

–jeroen

Read the rest of this entry »

Posted in Android Devices, Font, LifeHacker, OnePlus Five, OnePlus Six, Power User | Leave a Comment »

Ik ben wat verward over de @WoonVeilig site. https://t.co/ui8agTkgM9 heeft het bijvoorbeeld over GATE-03 en GATE-02, maar https://t.co/QswkrlsuZY over ALARM-03 en SMARTHOME-01. Ook heeft SMARTHOME-01 meer accessoires dan ALARM-03. Werken die extra (zoals CO-25) niet op ALARM-03?”

Posted by jpluimers on 2020/11/02

[WayBack] “Ik ben wat verward over de @WoonVeilig site. www.woonveilig.nl/juiste-producten- heeft het bijvoorbeeld over GATE-03 en GATE-02, maar www.woonveilig.nl/klantenservice/handleidingen over ALARM-03 en SMARTHOME-01. Ook heeft SMARTHOME-01 meer accessoires dan ALARM-03. Werken die extra (zoals CO-25) niet op ALARM-03?”

Wat linkjes:

Tweakers.net:

Concurrentie: SmartAlarm; ook met beperking IP-only.

Meer domotica dan concurrentie: HomeWizard.

Over het hoe en waarom:

–jeroen

Read the rest of this entry »

Posted in LifeHacker, Power User, Security | Leave a Comment »

Two ways to unsubscribe from Booking Email Marketing. – Google Photos

Posted by jpluimers on 2020/10/30

Album by Kristian Köhntopp: [WayBack/Archive.is] Two ways to unsubscribe from Booking Email Marketing. – Google Photos

Via: [WayBack] Kristian Köhntopp – Google+

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

Dutch parcel tracers

Posted by jpluimers on 2020/10/30

jeroen

Posted in LifeHacker, Power User | Leave a Comment »

[Random] How to quickly view a binary’s embedded manifest? – MITHUN SHANBHAG’s blog

Posted by jpluimers on 2020/10/26

[WayBack] [Random] How to quickly view a binary’s embedded manifest? – MITHUN SHANBHAG’s blog

Cool! sigcheck -m dumps a manifest if there is one:

C:\>\\live.sysinternals.com\tools\sigcheck.exe -m C:\Windows\notepad.exe

Background information: [WayBack] Sigcheck – Windows Sysinternals | Microsoft Docs: Dump file version information and verify that images on your system are digitally signed.

[WayBack] License to Kill: Malware Hunting with the Sysinternals Tools | TechEd North America 2013 | Channel 9 This session provides an overview of several Sysinternals tools, including Process Monitor, Process Explorer, and Autoruns, focusing on the features useful for malware analysis and removal. These util

–jeroen

Posted in LifeHacker, Power User, Windows, Windows 10 | Leave a Comment »

Prijsdalingen – Tweakers

Posted by jpluimers on 2020/10/26

For my link archive: [WayBack] Prijsdalingen – Tweakers

Via:

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »