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

zabbix on Windows: check the configuration before restarting the Zabbix Agent service

Posted by jpluimers on 2019/09/27

If the Zabbix configuration on Windows (especially mismatches in C:\zabbix\zabbix.agentd.conf.d), then the Zabbix Agent will not start at all:

C:\zabbix\bin\win64>zabbix_agentd.exe --start
zabbix_agentd.exe [4711]: ERROR: cannot start service [Zabbix Agent]: [0x0000041D] The service did not respond to the start or control request in a timely fashion.

This is how to check it before starting the service:

C:\zabbix\bin\win64\zabbix_agentd.exe --config C:\zabbix_agentd.conf
zabbix_agentd.exe [43]: ERROR: cannot add user parameter "MyDuplicate[*],PowerShell.exe -File C:\zabbix\UniquePowerShellScript.ps1 "$1"": key "MyDuplicate" already exists

The problem is that in the C:\zabbix\zabbix.agent.conf.d directory, two files had a similar config:

UserParameter=MyDuplicate[*],PowerShell.exe -File C:\zabbix\FirstPowerShellScript.ps1 "$1"
UserParameter=MyDuplicate[*],PowerShell.exe -File C:\zabbix\SecondPowerShellScript.ps1 "$1"

The problem is that the first part of UserParameter (before the [*])  is a key which needs to be unique over all configuration files.

If everything is fine, you will see this:

C:\zabbix\bin\win64\zabbix_agentd.exe --config C:\zabbix_agentd.conf
zabbix_agentd.exe [1581]: use foreground option to run Zabbix agent as console application

If you need to manually start Zabbix as a service, then perform this (the first step is not needed if the service has already been stopped):

C:\zabbix\bin\win64>zabbix_agentd.exe --stop
zabbix_agentd.exe [1642]: service [Zabbix Agent] stopped successfully

C:\zabbix\bin\win64>zabbix_agentd.exe --start
zabbix_agentd.exe [1642]: service [Zabbix Agent] started successfully

–jeroen

Posted in *nix, Linux, Monitoring, Power User, Windows, Zabbix | Leave a Comment »

SchipholWatch op Twitter: “Met app Explane uw klacht naar BAS sturen? https://t.co/i2P5qfVFZN”

Posted by jpluimers on 2019/09/24

[WayBack] SchipholWatch op Twitter: “Met app Explane uw klacht naar BAS sturen?”

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

Skin effect – Wikipedia

Posted by jpluimers on 2019/09/23

Skin effect – Wikipedia:

Skin effect is the tendency of an alternating electric current (AC) to become distributed within a conductorsuch that the current density is largest near the surface of the conductor, and decreases with greater depths in the conductor. …

At high frequencies the skin depth becomes much smaller. … Because the interior of a large conductor carries so little of the current, tubular conductors such as pipe can be used to save weight and cost.

Via [WayBack] Odd: “copper” central lead of antenna cable attracted by magnetic screwdriver tip. – Jeroen Wiert Pluimers – Google+

–jeroen

 

Posted in Development, Hardware Development, LifeHacker, Power User | Leave a Comment »

[APP][MOD]OGYouTube v1.2 Downloader, Popup/Background/ScreenOff Playback

Posted by jpluimers on 2019/09/23

From a while ago on XDA: [APP][MOD]OGYouTube v1.2 Downloader, Popup/Background/ScreenOff Playback which allows you to download and off-line play YouTube videos on your Android device.

via: New tutorial!#youtube   #google   #android   – DoorToDoorGeek “Stephen McLaughlin” – Google+

Note that on laptops, I tend to use [WayBack] youtube-dl.

–jeroen

Posted in Android Devices, Power User, SocialMedia, YouTube | Leave a Comment »

Outlook 2013 cannot logon to gmail any more

Posted by jpluimers on 2019/09/20

A problem on a PC I did not use often: as of a sudden, Outlook 2013 could not access a gmail account any more.

Luckily, Outlook showed me this message in a dialog box:

Please log in via your web browser: https://support.google.com/mail/accounts/answer/78754 (Failure)

This directed me to [WayBack] Use IMAP to check Gmail on other email clients – Gmail Help

In turn that pointed to [WayBack] Let less secure apps access your account – Google Account Help

Finally that one indicated the configuration page changed to https://myaccount.google.com/lesssecureapps

This is similar to the cause of “the user name or password for imap.gmail is incorrect” – iPad, iPod or iPhone with iOS < 7

It all comes down to gmail forcing OAUTH2: [WayBack] tls – Why doesn’t outlook 2013 meet modern security standards? – Information Security Stack Exchange

–jeroen

Posted in GMail, Google, Power User | Leave a Comment »

Google YouTube Keyboard Shortcuts – Windows – U-M Google

Posted by jpluimers on 2019/09/20

Cool table via the University of Michigan’s Google Apps for Education [Archive.is/WayBack]:

Note: These shortcuts will only work when the video player is in focus. To move the focus try pressing the spacebar to pause and then play the video.

Action Shortcut
Toggle play/pause the video
k or Spacebar
Go back 5 seconds
Left arrow
Go back 10 seconds
j
Go forward 5 seconds
Right arrow
Go forward 10 seconds
l
Skip to a particular section of the video (e.g., 5 goes to the video midpoint)
Numbers 1-9 (not the keypad numbers)
Restart video
0 (not the keypad number)
Go to Full Screen mode f
Exit Full Screen mode
Escape
Go to beginning of video
Home
Go to end of video
End
Increase volume 5%
Up arrow
Decrease volume 5%
Down arrow
Increase speed
Shift+> (may not work in all browsers)
Decrease speed
Shift+< (may not work in all browsers)
Move forward 1 frame when video is paused . (period)
Move backward 1 frame when video is paused , (comma)
Mute/unmute video m
Turn captions on/off c
Cycle through options for caption background color b

 

Posted in Google, Power User, SocialMedia, YouTube | Leave a Comment »

Route traffic from one port via VPN – MikroTik

Posted by jpluimers on 2019/09/16

For my link archive: [WayBack] Route traffic from one port via VPN – MikroTik

Via [WayBack] networking – Mikrotik route internet traffic from one interface via vpn – Super User

–jeroen

Posted in Internet, MikroTik, Power User, routers | Leave a Comment »

Eigenes DynDNS mit Bind und Apache – CupRacer.de

Posted by jpluimers on 2019/09/16

Dieser Artikel beschreibt, wie man einen eigenen Mechanismus für DNS-Updates als DynDNS-Alternative aufbaut.

Translated:

This article describes how you can create your own mechanism for DNS-updates as alternative for DynDNS.

Interesting read: [WayBackEigenes DynDNS mit Bind und Apache – CupRacer.de

Edit

The above post disappeared, but this one (which adds calling the DynDNS server from a Fritz!Box) is still up: [WayBack] Eigener DynDNS mit Bind, Apache und PHP | onderka.com with an update at [WayBack] Eigener DynDNS mit dnsmasq, Apache und PHP | onderka.com.

Source code for both:

Related and background reading:

–jeroen

Posted in *nix, bind-named, Linux, openSuSE, Power User, SuSE Linux, Tumbleweed | Leave a Comment »

Blast from the TomsHardware past – Stress Test: Power Supplies Under Full Load

Posted by jpluimers on 2019/09/16

Blast form the past, as I just found out I had archived the (moved) pages where the original link wasn’t:

We put PC power supplies from 300 to 850 watts under continuous load to see if they can satisfy the power appetite of potent Athlon and P4 systems. Are they efficient and stable? Click into the THG Laboratory to find out!

Sources: the “Stress Test: Power Supplies Under Full Load” series:

The original page was not archived (likely because they dislike WayBack), but linked from [WayBack] Using PC power supplies in things other than PCs which I linked to in Convert/adapt an old ATX Power Supply into a Bench Power Supply with (or without) 3D Printed Parts

Note that [Archive.is] Data Collection And Live Upload refers to the – now gone – Inadequate and Deceptive Product Labeling : Comparison of 21 Power Supplies , which I found back as well:

In spite of the high end-user retail prices, our lab technicians were surprised by the test results. No fewer than 6 power supplies struggled under full load: 3 of the candidates simply went up in smoke, while the other 3 shut down prematurely. The “black sheep” among all the test participants was Maxtron, with the TOP-520P4. According to the manufacturer’s specifications, this power supply is represented to be capable of withstanding 520 watts – divided up over the corresponding voltage ranges. However, in our test, it ceased working at 446 watts. Completely dead!

–jeroen

Posted in Hardware, PC PSU, Power User, PSU | Leave a Comment »

Crowdsourcing App-Translation with in-app message – Christoph Wiesner – Medium

Posted by jpluimers on 2019/09/13

Interesting approach on how a free app got itself free translations: Case Study on engaging users to become app translators

Source: [WayBackCrowdsourcing App-Translation with in-app message – Christoph Wiesner – Medium

The app: Visual Timer – Countdown

Platforms used:

  • Firebase is Google’s mobile platform that helps you quickly develop high-quality apps and grow your business.Source: Firebase
  • POEditor is an online localization management tool, perfect for collaborative or crowdsourced translation projects. Translate websites, apps, games and more!Source: Software Localization Management Platform

Via:

–jeroen

 

Posted in Android Devices, Development, internatiolanization (i18n) and localization (l10), Power User, Software Development | Leave a Comment »