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…”:
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
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:
Posted in LifeHacker, Power User | 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
- xrdp design
- xrdp session
- [WayBack] GitHub – neutrinolabs/xrdp: xrdp: an open source RDP server
- [WayBack] GitHub – jterry75/xrdp-init
- [Archive.is] Enhanced Ubuntu VM in Hyper-V – Desktop – Ubuntu Community Hub
- [WayBack] Sneak Peek: Taking a Spin with Enhanced Linux VMs | Virtualization Blog
- [WayBack] openSUSE Software: xrdp Remote desktop protocol (RDP) server A terminal server, capable of accepting connection from rdesktop and Microsoft’s own terminal server / remote desktop clients.
- [WayBack] Windows RDP to openSUSE: how to install on openSUSE 13.2
Via:
- [WayBack] Nice , i didn’t knew about XRDP server for linux – Adrian Marius Popa – Google+
- [WayBack] Microsoft are working on improving support for Linux guests on Hyper-V. It’s been a real pleasure to work with Craig & Justin on this. – Will Cooke – Google+
–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
- LIFELN1 – PH-ELP (HELP)
- LIFELN2 – PH-TTR (To The Rescue)
- LIFELN3 – PH-MAA (Medical Air Assistence)
- LIFELN4 – PH-DOC (DOCtor)
- LIFELN5 – PH-HOW (Hulp op Wadden)
- PH-HVB (Hulp van Boven)
- PH-ULP (HULP)
- PH-OOP (HOOP)
Flightradar24 histories:
- https://www.flightradar24.com/data/aircraft/ph-elp
- https://www.flightradar24.com/data/aircraft/ph-ttr
- https://www.flightradar24.com/data/aircraft/ph-maa
- https://www.flightradar24.com/data/aircraft/ph-doc
- https://www.flightradar24.com/data/aircraft/ph-how
- https://www.flightradar24.com/data/aircraft/ph-hvb
- https://www.flightradar24.com/data/aircraft/ph-ulp (not recently used)
- 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.is] https://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:
- Coronavirus disease 2019 – Simple English Wikipedia, the free encyclopedia
- Coronavirus disease 2019 – Wikipedia
- 2019–20 coronavirus pandemic – Wikipedia
–jeroen
Posted in Health, Power User, Uncategorized | 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:
- defragment the files on a partition/volume
- zero-fill the non-used space
- 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:
- Shrinking inside Windows 7 and up is easy with Disk Management (but be aware that NTFS cannot shrink below a certain size which is usually half the size your started with; I need to find links that back this up): [WayBack] Easily Shrink a Volume on a Windows 7 Disk
- VirtualBox has a great VBoxManage tool (both on Windows and Linux/MacOSX) with lots of virtual disk conversion options that are somewhat under-documented:
- [Archive.is] virtualbox.org • View topic – Question about –variant options (clonehd)
Note to self: VMware Workstation/Player/Fusion is happy with--variant Standardbut ESX/ESXi/vSphere requires--variant Fixed,ESX(see [WayBack] Import VirtualBox VMs in VMware ESXi) - VDI might be an easier route than VMDK: [WayBack] How to resize a VirtualBox vmdk file – Stack Overflow and the very similar [WayBack] How to resize a VirtualBox .vmdk file on MacOS – Vuong Tran – Medium
- [Archive.is] virtualbox.org • View topic – Question about –variant options (clonehd)
- For dynamically allocated disks only: [WayBack] Compacting VirtualBox Disk Images – Windows Guests (tips on SDelete and ZeroFree are at[WayBack] How to Shrink a VirtualBox Virtual Machine and Free Up Disk Space)
- VMware has a virtual disk split over 2 files: a text file describing the disk and a binary file with the actual disk content, so if you know you are doing you can modify the description, then migrate to other storage to shrink the binary [WayBack] Shrink a VMware Virtual Machine Disk (VMDK) – virtualman via [WayBack] Best way to shrink a VMDK file (D Drive) of a VM ? |VMware Communities even though [WayBack] Growing, thinning, and shrinking virtual disks for VMware ESX and ESXi (1002019) tells it is not possible.
- For dynamically allocated disks, VMware Workstation 5 and up can do it as well: [WayBack] Shrinking Virtual Disks
- [WayBack] How to Shrink a Hyper-V Virtual Disk (VHD and VHDX)
- Paragon Hard Disk Manager (HDM) can migrate NTFS partitions from one disk to another, so you can create a smaller virtual disk, then migrate to that.
More on conversion:
- [WayBack] How to convert VirtualBox VDI to VMware VMDK disks
- [WayBack] Importing a virtual machine running in an Oracle VirtualBox to VMware Fusion, Workstation, or Player (2053864) (.OVA seems to use the
--variant Streamed)
–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: [WayBack] 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…”.
Other nice network names or passwords from the same thread:
- disconnected
- surveillance van
- honeypot
- say please
- TellNobody
- Loading…
- fucking shit router
- LOWER CASE NO SPACES
- Please enter virus
- I don’t give you the password
- like us on Facebook
- you can’t have it
- I don’t know it either
- kiss me
- order first
–jeroen
Posted in Fun, LifeHacker, Power User, Quotes | Leave a Comment »



