Na storm Eunice:
[Wayback/Archive] ’Schade aan zonnepanelen door storm niet altijd verzekerd’ | Geld | Telegraaf.nl
Check via je tussenpersoon of zelf je verzekeringspolis.
–jeroen
Posted by jpluimers on 2022/02/21
Na storm Eunice:
[Wayback/Archive] ’Schade aan zonnepanelen door storm niet altijd verzekerd’ | Geld | Telegraaf.nl
Check via je tussenpersoon of zelf je verzekeringspolis.
–jeroen
Posted in About, LifeHacker, Personal, Power User | Leave a Comment »
Posted by jpluimers on 2022/02/21
It took a few tries to Google how to sync folders that were shared after roughly fall 2020 (folders shared with me before that were totally fine), but [Wayback] drive google shared with me – Google Search got me the below answer.
From [Wayback/Archive.is] Google completely ruined shared folders in Drive (Update: Workaround, Google shares longterm plan):
you can still move shared files and folders to your Drive, even on the web (no need for the Android app), but the option is hidden behind a keyboard shortcut. Go to your Shared with me section, highlight the shared files or folders you want to move, and type Shift+Z on your keyboard. You’ll see the old move menu and can choose where to put those folders. On your PC, they’ll sync and behave like they used to, no shortcut mess. More info can be found here, and you can always type ? in Drive to bring up the list of keyboard shortcuts if you forget this one.
Finally, Remy revealed that the Drive team will “keep this behavior [Shift+Z] around for folders until we have a solid solution to sync shared folders.” I think that helps appease our collective fears about the change.
From the page linked at [Wayback] Find files & folders with Google Drive shortcuts – Computer – Google Drive Help:
Shortcuts can sync across your devices, including computers and smartphones. But when you use Backup and Sync to connect with a computer, there are some differences. The shortcuts you made to individual files will sync up with the file as normal. But the shortcuts you made to shared folders will just link to the folder on the Google Drive website.
Try these alternatives:
- Instead of a shortcut, add the folder to an additional location. On the Google Drive website, select the folder and press Shift + Z.
- Add shortcuts to individual files within the shared folder (and not to the shared folder itself).
- If you’re a Google Workspace user, learn more about Drive File Stream.
–jeroen
Posted in Google, GoogleDrive, Power User | Leave a Comment »
Posted by jpluimers on 2022/02/18
A while ago I needed to quickly rename a Windows 10 machine, but again they moved around the way to get into the right dialog (each new Windows 10 release more options seem to move around from the classic Control Panel or Computer Properties into hard to memorise places).
So I was glad to find out that either of these work from the command-line:
sysdm.cpl,1SystemPropertiesComputerNameI already was aware of editing the user environment variables through "C:\Windows\System32\rundll32.exe" sysdm.cpl,EditEnvironmentVariables
Glad changing the computer name was so easy.
From [Wayback] Easy Ways to Open System Properties in Windows 10 | Password Recovery, I learned there were more equivalence commands for the rest of the “System Properties” tabs:
sysdm.cpl,1SystemPropertiesComputerNamesysdm.cpl,2SystemPropertiesHardwaresysdm.cpl,3SystemPropertiesAdvancedsysdm.cpl,4SystemPropertiesProtectionsysdm.cpl,5SystemPropertiesRemoteSearching for [Wayback] “EditEnvironmentVariables” “SystemPropertiesComputerName” – Google Search, I found a truckload more of these command-line tricks at [Wayback] 运行(WIN+R)中能使用的命令:ms-settings:,shell:,cpl,mmc… – Bob-wei – 博客园.
–jeroen
Posted in Power User, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1 | Leave a Comment »
Posted by jpluimers on 2022/02/18
Some interesting tidbits to reset a UE55MU6100 or similar TV from [Wayback/Archive.is] We have a 2 week old Samsung mu6100 55″ tv which up until an:
–jeroen
Posted in 4K Monitor, Displays, Hardware, Home Audio/Video, LifeHacker, MU6100, Power User, Samsung TV | Leave a Comment »
Posted by jpluimers on 2022/02/18
I forgot how I had my MacOS Finder lists grouped by age and wanted to turn this off for one Finder window (normally grouping by age is very useful).
It turns out ‘group by’ is actually called ‘arrange by’ and is under the ‘gear’ icon.
Disabling is very easy [Wayback] Can I turn off grouping by date in Finder… – Apple Community
Oh, it might just be the arrange by. Click the gear up at the top and chagne arrange by to NONE. See if that helps.
But there is a catch: besides the current window, it also affects any new windows you open (existing other open windows are not affected by the change unless you restart Finder).
–jeroen
Posted in Apple, Mac OS X / OS X / MacOS, Power User | Leave a Comment »
Posted by jpluimers on 2022/02/17
I always facepalm myself after looking up this: [Wayback] Can bash show a function’s definition? – Stack Overflow (thanks [Wayback] Benjamin Bannier!):
…
Use
type. Iffoobaris e.g. defined in your~/.profile:$ type foobar foobar is a function foobar { echo "I'm foobar" }…
typewill also expand aliases, which is a nice bonus :) – [Wayback] Esdras Lopez
–jeroen
Posted in *nix, *nix-tools, bash, bash, Development, Power User, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2022/02/17
I wrote about Creating a bootable USB installer for ESXi and use it to create a bootable ESXi installation.
Just in case I ever need to do this on a non-Windows system, some links:
–jeroen
Posted in *nix, Apple, ESXi6, ESXi6.5, ESXi6.7, ESXi7, Linux, Mac OS X / OS X / MacOS, Power User, Virtualization, VMware, VMware ESXi, Windows | Leave a Comment »
Posted by jpluimers on 2022/02/17
I will try to keep this table up-to-date.
Note that in some tooling, names are case sensitive.
Name Category Tool Comment Debug Directory lib Directory *.identcache Extension Delphi *.local Extension Delphi *bin Extension *obj Extension RECYCLER Directory Windows Bin Directory *.user Extension Visual Studio/Delphi *.suo Extension Visual Studio *.dcu Extension Delphi __history Directory Delphi ModelSupport_* File Delphi *.rsm Extension Delphi thumbs.db File Windows stored in each directory that contains thumbnails on Windows systems thumbcache_256.db File Windows stored in each directory that contains thumbnails on Windows systems *.bak Extension *.~* Extension pattern Delphi __recovery Directory Delphi *.tvsconfig Extension Delphi *.o Extension *.lo Extension *.la Extension *.al Extension .libs *.so Extension *.so.[0-9]* Extension pattern *.a Extension *.pyc Extension Python *.pyo Extension Python *.rej Extension Mercurial [WayBack] Rejected patches *~ #*# .#* Extension pattern .*.swp Extension .DS_Store File MacOS stores custom attributes of its containing folder desktop.ini File Windows determines how a directory is displayed by Windows, such as the icon used by that directory *.chw Extension HTML Help Compiled HTML Help general index
Based on at least these earlier blog posts, and a lot of fiddling around:
Hopefully, some day, I will find time to compare these against gitignore templates, for instance via:
and against [WayBack] svn – How do I configure the TortoiseSVN ‘Global ignore pattern’ properly? – Stack Overflow.
–jeroen
Posted in Development, Software Development, Source Code Management | 1 Comment »
Posted by jpluimers on 2022/02/16
I use this small script to install or update [Wayback] Chocolatey package NirLauncher (which is the [Wayback] Nirsoft Launcher that has all the [Wayback] Nirsoft freeware tools in it).
powershell -Command Add-MpPreference -ExclusionPath "%TEMP%\chocolatey\NuGetScratch" choco update --yes NirLauncher powershell -Command Remove-MpPreference -ExclusionPath "%TEMP%\chocolatey\NuGetScratch"
It works around the issue that many times NirLauncher is marked by anti-virus tools or/and listed on VirusTotal, which means you get an error like this:
NirLauncher not installed. An error occurred during installation: Operation did not complete successfully because the file contains a virus or potentially unwanted software.
followed by
Chocolatey upgraded 0/1 packages. 1 packages failed. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
I wrote about this error before Need to research: Nirlauncher v1.23.42 to 1.23.43 upgrade through Chocolatey fails with “Operation did not complete successfully because the file contains a virus or potentially unwanted software.”, and this post is explaining how I got to the above workaround.
Context: I was running Windows Defender (now officially called Microsoft Defender, but most people still use the old name), which is a good baseline anti-virus tool that is included with Windows.
The offending location is not actually in the C:\ProgramData\chocolatey\logs\chocolatey.log file.
I did a small search to see if one could list Windows Defender messages, and there was [Wayback] Use PowerShell to See What Windows Defender Detected | Scripting Blog explaining the Get-MpThreatDetection available since around Windows 8.x.
This little command got what I wanted:
C:\temp>PowerShell Get-MpThreatDetection ^| Format-List ^| Out-String -Width 4096 | findstr /I "nir" Resources : {file:_C:\Users\jeroenp\AppData\Local\Temp\chocolatey\NuGetScratch\a78a5776-0fdd-48c0-8313-9b0107f54cba\hy3odwgw.1dc\tools\nirsoft_package_1.23.44.zip}
A few tricks I used here:
^| allows pipes to run within PowerShell itself (instead of the cmd wrapper)Out-String -Width 4096 makes for a really wide output (so Format-List does not wrap around any lines; I mentioned that trick before in PowerShell: when Format-Table -AutoSize displays only 10 columns and uses the width of the console when redirecting to file)| findstr /I "nir" uses the cmd wrapper pipe through the old findstr command from the DOS era that allows to filter output (I tried Select-String, but that failed – despite tricks mentioned in [Wayback] piping Get-ChildItem into Select-String in powershell – Stack Overflow – likely because that is not text-oriented, but object oriented in nature)Searching for [Wayback] “chocolatey\NuGetScratch” – Google Search, I found out %Temp%\chocolatey\NuGetScratch is the default value for [Wayback] chocolatey cacheLocation – Google Search. I run default settings, so that is good enough for me.
I found [Wayback] Windows Defender – Add exclusion folder programmatically – Stack Overflow through [Wayback] “Windows Defender” exclusion from commandline – Google Search explaining these (thanks [Wayback] gavenkoa!):
Run in elevated shell (search
cmdin Start menu and hit Ctrl+Shift+Enter).powershell -Command Add-MpPreference -ExclusionPath "C:\tmp" powershell -Command Add-MpPreference -ExclusionProcess "java.exe" powershell -Command Add-MpPreference -ExclusionExtension ".java" powershell -Command Remove-MpPreference -ExclusionExtension ".java"
This was a short step to these documentation pages (note to self: figure out the origin of the Mp prefix)
Of course Windows Defender still marks individual tools as “unsafe” (for instance C:\tools\NirLauncher\NirSoft\mailpv.exe). To alleviate that, you have to permanently add this directory to the exclusion list: C:\tools\NirLauncher.
–jeroen
Posted in CommandLine, Development, NirSoft, Power User, PowerShell, Software Development, Windows | Leave a Comment »
Posted by jpluimers on 2022/02/16
In ESXi: on the console/ssh, when a moved VM pauses during power-on: show which VMs have messages waiting, then answer them, I searched for [Wayback] “vim-cmd vmsvc/message” – Google Search in order to see which messages were available.
That search revealed a lot more links, so here are the ones I found most interesting:
–jeroen
Posted in ESXi4, ESXi5, ESXi5.1, ESXi5.5, ESXi6, ESXi6.5, ESXi6.7, ESXi7, Power User, Virtualization, VMware, VMware ESXi | Leave a Comment »