The Wiert Corner – irregular stream of stuff

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

  • My badges

  • Twitter Updates

  • 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 ‘Power User’ Category

Why the current Coronavirus (SARS-Cov-2) is so much nastier than the first SARS

Posted by jpluimers on 2020/04/06

A very interesting thread unfolded by ThreadreaderApp (via [Archive.is] Andrea on Twitter: “Interesting read!… “) starts at [Archive.is] Peter Kolchinsky on Twitter: “While not technically alive, there’s an evil genius to viruses that never ceases to amaze me. It’s one reason I became a virologist. A recent Nature paper reveal a remarkable trick SARS-Cov-2 learned that makes it nastier than the first SARS. Both viruses…”:

Read the rest of this entry »

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

Knip-, plak- en kleurplaten voor tijdens de Corina crisis

Posted by jpluimers on 2020/04/06

Voor mijn verstandelijk beperkte broer druk ik knip-, plak- en kleurplaten af, dus deze verzameling wordt over tijd aangevuld:

Read the rest of this entry »

Posted in LifeHacker, Power User | Leave a Comment »

mail.com (handled by gmx.com) can reject SMTP connections as early as in the EHLO stage

Posted by jpluimers on 2020/04/06

I found this in one of my logs a a while ago:

Error when executing EHLO command for domain mail.com on SMTP server mx00.mail.com.
(554, 'mail.com (mxgmxus007) Nemesis ESMTP Service not available\nNo SMTP service\nBad DNS PTR resource record.\nFor explanation visit http://postmaster.gmx.com/en/error-messages?ip=37.153.243.242&c=rdns')

It means that gmx.de / mail.com are among the strictest email handling providers I know. I don’t blame them: EHLO is at the start of an extended SMTP session.

At [WayBack] Error messages | GMX Postmaster it indicates:

5xy Bad DNS PTR resource record

Emails from your email server were rejected because the PTR Resource Record (PTR-RR) of your IP address does not follow our guidelines. Possible reasons for this can be:

–jeroen

Posted in Communications Development, Development, eMail, Internet protocol suite, Power User, SMTP, SocialMedia, TCP | Leave a Comment »

xrdp

Posted by jpluimers on 2020/04/06

I totally missed this the last 5 years. Where have I been (:

[WayBack] xrdp: An open source remote desktop protocol(rdp) server.

It runs on top of either Xvnc (which I have used) or X11rdp and should be usable with any RDP client (like the excellent Microsoft RDP for Mac OS X).

Related

Via:

–jeroen

Posted in *nix, *nix-tools, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, VNC/Virtual_Network_Computing, Windows | Leave a Comment »

Dutch lifeliner medical helicopters: LIFELN5 is transporting COVID-19 patients from The Netherlands to Germany

Posted by jpluimers on 2020/04/04

Some links on the Dutch lifeliner medical helicopters:

Call signs/registrations: [WayBack] Hulpdiensthelikopters – 112PERS.nl / Mobiel Medisch Team: Helikopter-MMT’s – Wikipedia

  1. LIFELN1 – PH-ELP (HELP)
  2. LIFELN2 – PH-TTR (To The Rescue)
  3. LIFELN3 – PH-MAA (Medical Air Assistence)
  4. LIFELN4 – PH-DOC (DOCtor)
  5. LIFELN5 – PH-HOW (Hulp op Wadden)
  6. PH-HVB (Hulp van Boven)
  7. PH-ULP (HULP)
  8. PH-OOP (HOOP)

Flightradar24 histories:

  1. https://www.flightradar24.com/data/aircraft/ph-elp
  2. https://www.flightradar24.com/data/aircraft/ph-ttr
  3. https://www.flightradar24.com/data/aircraft/ph-maa
  4. https://www.flightradar24.com/data/aircraft/ph-doc
  5. https://www.flightradar24.com/data/aircraft/ph-how
  6. https://www.flightradar24.com/data/aircraft/ph-hvb
  7. https://www.flightradar24.com/data/aircraft/ph-ulp (not recently used)
  8. https://www.flightradar24.com/data/aircraft/ph-oop (not recently used)

Via [WayBack] Hylke Kingma on Twitter: “Er gaat een IC patiënt vanaf het Maasstad ziekenhuis in Rotterdam naar het ziekenhuis in Krefeld (Duitsland). Samenwerking groeit. #Coronavirusnl… “

Currently, LIFELN5 transports COVID-19 patiens from The Netherlands to Germany. Germany currently has more IC headroom than The Netherlands.

Via [Archive.is] Jeroen Pluimers on Twitter: “Voor mijn archief: … “

[Archive.ishttps://nos.nl/teletekst#105

Van de Nederlandse coronapatiënten op  
 de IC liggen er nu 17 in Duitsland.Dat 
 zijn er 3 meer dan gisteren.Er hebben  
 zich 33 Duitse ziekenhuizen bereid     
 verklaard Nederlanders op te nemen.

 

More on COVID-19:

–jeroen

Read the rest of this entry »

Posted in Health, Power User, Uncategorized | Leave a Comment »

How to Share a Direct Link to a Dropbox File – How to Do Anything in Apps | Zapier

Posted by jpluimers on 2020/04/03

TL;DR of [WayBackHow to Share a Direct Link to a Dropbox File – How to Do Anything in Apps | Zapier and [WayBack] How to force a shared link to download or render – Dropbox Help

Related:

–jeroen

Posted in DropBox, Power User, SocialMedia | Leave a Comment »

Using an Fritzbox as DECT-Repeater – PC-WELT

Posted by jpluimers on 2020/04/03

I totally forgot it was possible to usie an old Fritz!Box to act as a DECT repeater:

Um die Abdeckung von DECT für mobile Festnetztelefone zu verbessern, lässt sich eine ältere Fritzbox verwenden.

Source: [WayBack] Ältere Fritzbox als DECT-Repeater verwenden – PC-WELT

Via: [WayBack] Bludau Media – Google+

–jeroen

Posted in Fritz!, Fritz!Box, Internet, Power User | Leave a Comment »

Some links that should me help shrinking the virtual disk files of Windows VMs

Posted by jpluimers on 2020/04/03

With virtual disks, at least these three levels are involved:

  • partition or volume (often called drive) size
  • virtual disk size
  • virtual disk backing store size

When talking about shrinking disks, they usually explain about below steps, assuming there is a 1:1:1 mapping of the above and backing store of the disk is dynamically growing:

  1. defragment the files on a partition/volume
  2. zero-fill the non-used space
  3. shrink the virtual disk assuming it is a dynamically growing one

For various reasons, virtualisation environments can have pre-allocated virtual disks ensuring the space on the backing store is firmly reserved.

One such occasion can be in VMware (often required for instance with vSphere/ESXi/ESX based infrastructure, but can also be used in Workstation/Fusion/Player) or Virtual Box in fixed disk mode (default there is dynamic).

Here are some links that should me help shrink in those situations:

More on conversion:

–jeroen

PS: a useful tip by Joe C. Hecht on shrinking:

Oh… On shrinking VM Disks, I make a new growable disk, then use a utility to “smart copy” the partions to the new disk (then replace the disk files in the VM). The “smart copy” just copies the file system – IE what is used (I use an old copy of Paragon Hard Drive Manager). It works out a lot better than writing “zeros”. I then make a compressed image of the whole VM using  rar5 compression with a 1GB dictionary size. I then have batch files that can unrar the VM’s on a moments notice (from a collection of over 300).

Posted in Fusion, Power User, VirtualBox, Virtualization, VMware, VMware ESXi, VMware Workstation | Leave a Comment »

Hightlight active row/column in Excel without using VBA? – Stack Overflow

Posted by jpluimers on 2020/04/02

According to [WayBack] Hightlight active row/column in Excel without using VBA? – Stack Overflow: no, but you do not need much code.

On my list of things to try is to combine both answers there into one.

–jeroen

Posted in Development, Excel, Office, Power User, Software Development | Leave a Comment »

Ian Sausage on Twitter: “Me: What’s the wifi password? Barman: You need to buy a drink first. Me: Okay, I’ll have a coke. ..”

Posted by jpluimers on 2020/04/01

Great thread with many nice WiFi passwords, network names and device names: [WayBackIan Sausage on Twitter: “Me: What’s the wifi password? Barman: You need to buy a drink first. Me: Okay, I’ll have a coke…”.

Other nice network names or passwords from the same thread:

–jeroen

Read the rest of this entry »

Posted in Fun, LifeHacker, Power User, Quotes | Leave a Comment »