Posted by jpluimers on 2018/11/12
Cool tool: [WayBack] Windows Services Dependency Viewer – Home:
Windows Services Dependency Viewer is a simple tool that provides the following information:
- Windows service dependent and antecedent services
- Services grouped by process
- Service details (from Win32_Service WMI class)
- Service process details (from Win32_Process WMI class
This tremendously helps getting an overview of which Windows Services to monitor for running state: if for instance you need monitor SMTP, then you do not need to monitor Event Log as that is a requirement.
Related: [WayBack] What is Windows 7 service dependency tree? – Super User
Download: [Archive.is] https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=svcdependencyviewer&DownloadId=100584&FileTime=129075223089600000&Build=21050
–jeroen
Posted in Power User, Windows | Leave a Comment »
Posted by jpluimers on 2018/11/12
Like any product documentation, Zabbix’ is shattered and terse.
So here is how I ensured a specific user could edit the items of hosts:
- Added new user group named
Administer Configuration Host Items containing user Example having these read-write composing permissions:
- Applicatie ontwikkel test
- Applicatie productie Approve demo VPN
- servers Dbases Kantoor applicaties
- Changed
User type of user named Example from Zabbix User to Zabbix Admin so access to the Configuration tab is granted.
See 2 Permissions [Zabbix Documentation 3.0] for User type explanation; excerpt:
Zabbix Admin: The user has access to the Monitoring and Configuration menus. The user has no access to any host groups by default. Any permissions to host groups must be explicitly given.
–jeroen
Posted in *nix, Monitoring, Power User, Zabbix | Leave a Comment »
Posted by jpluimers on 2018/11/12
For a very long time, gMail did nothing with Outlook Calendar entires.
So I had to view at the message source, then translate them to Google Calendar entries myself.
--_000_430b30b9ffd74d959b74ab7ba778b487ultrawarenl_
Content-Type: text/calendar; charset="utf-8"; method=REQUEST
Content-Transfer-Encoding: base64
...
As of late, they seem to be processed into Google Calendar compatible entries. Nice!
–jeroen
Posted in base64, Development, Encoding, GMail, Google, GoogleCalendar, MIME, Office, Outlook, Power User, Software Development, UTF-8, UTF8 | Leave a Comment »
Posted by jpluimers on 2018/11/10
[WayBack] Renate Groenewold on Twitter: “Thanks @UltrawareBV dat @marijejoling en ik jullie mochten inspireren, motiveren en in beweging brengen met een presentatie en een circuittraining! #vitaliteit #duurzameinzetbaarheid #teambuilding #fun… “
This was so much fun! Not just because doing circuit training with ex Dutch top skaters is really insightful, but especially their explanation on what happens on the mental level what happens when you suddenly have to stop performing at the world top level.
In my case, today will be my final marching performance with Adest Musica after al almost 40 year marching career, of which the last 30+ years at the world top level.
It is also the final performance of our show “The Composer” which won world second place in the top league in 2017 during the quadrennial World Music Contest in Kerkrade.
So there is one more chance to see this show, at this event (there are just a few more tickets left):
The new show will be titled “Stairway to heaven”: [WayBack] Adest Musica on Twitter: “Op weg naar Frankfurt 🇩🇪 voor The (Last) Composer. Wat een super mooie herinneringen aan dit programma. 👊6️⃣ Nog één keertje genieten vanavond! Next Year? 👉 Stairway To Heaven! 💪💂🏻♀️🎸🥁🎺 #TheLastComposer #ComposerDay #makehistory #adestsound #RvO #SvO #July30 #Kerkrade… “
–jeroen
Read the rest of this entry »
Posted in About, Adest Musica, Personal | Leave a Comment »
Posted by jpluimers on 2018/11/09
[WayBack] BreedbandAtlas | Bekijk de consumentenbreedband dekking op uw locatie:
De BreedbandAtlas toont u actuele informatie over de dekking van consumentenbreedband in Nederland – zowel het type verbinding als de snelheid.
This is for consumer broadband connections, but for many businesses that is good enough (especially since players like xs4all and HeldenVanNu offer business plans like subnets, PIN-payment-over-IP).
Via: [WayBack] ‘Aanleg glasvezel groeit weer door lokale projecten en aanleg in buitengebieden’ – IT Pro – Nieuws – Tweakers
The site is by Stratix which also has published this fiber penetration chart over time:
Read the rest of this entry »
Posted in ADSL, fiber, Internet, Power User | Leave a Comment »
Posted by jpluimers on 2018/11/09

“Bio can’t include ‘invalid characters'”
Oh well: some profile characters give you a “Bio can’t include ‘invalid characters'” error.
This is forbidden:
Makes things work in .NET, Win32, x64, C#, SQL, Visual Studio and Delphi. Married to a cancer survivor. Responsible for brother with IQ<50. @AdestMusica member.
But this is allowed:
Makes things work in .NET, Win32, x64, C#, SQL, Visual Studio and Delphi. Married to a cancer survivor. Responsible for brother with IQᐸ50. @AdestMusica member.
I solved it thanks to these links:
I’m not the only one bumping into this; you can not put imperial height either: [WayBack] eve peyser on Twitter: “WHY WONT TWITTER LET ME PUT MY HEIGHT IN MY BIO I SMELL A CONSPIRACY https://t.co/4CCNgNLTFu”
I tested ‘ and ” so they are not invalid any more.
–jeroen
Read the rest of this entry »
Posted in Power User, SocialMedia, Twitter | Leave a Comment »
Posted by jpluimers on 2018/11/08
Based on:
- Download the most recent x64 Apache binaries for Windows from [WayBack] Apache VC15 binaries and modules download (at the time of writing: https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.34-win64-VC15.zip )
- Extract recursively to
D:\bin
- Run the UltrawareController locally
- Run
D:\bin\httpd-2.4.34-win64-VC15\Apache24\bin\ab.exe -n 1000 -c 10 http://localhost:8000/foo
This will run the ab Apache benchmark tool with 1000 connections using 10 threads all doing the same http GET request at http://localhost:8000/foo
If you want to test TLS (https) connections, then you need to use the abs tool in the same directory as the ab tool supports http-only (when you still try, you get the message SSL not compiled in; no https support as explained in [WayBack] Add https support to Apache Bench on Windows – Stack Overflow).
Download location via [WayBack] windows – Is there any link to download ab Apache benchmark – Stack Overflow:
There are many more command-line parameters documented at [WayBack] ab – Apache HTTP server benchmarking tool – Apache HTTP Server Version 2.4, this is the summary:
Synopsis
ab [ -A auth-username:password ] [ -b windowsize ] [ -B local-address ] [ -c concurrency ] [ -Ccookie-name=value ] [ -d ] [ -e csv-file ] [ -f protocol ] [ -g gnuplot-file ] [ -h ] [ -Hcustom-header ] [ -i ] [ -k ] [ -l ] [ -m HTTP-method ] [ -n requests ] [ -p POST-file ] [ -Pproxy-auth-username:password ] [ -q ] [ -r ] [ -s timeout ] [ -S ] [ -t timelimit ] [ -Tcontent-type ] [ -u PUT-file ] [ -v verbosity] [ -V ] [ -w ] [ -x <table>-attributes ] [ -Xproxy[:port] ] [ -y <tr>-attributes ] [ -z <td>-attributes ] [ -Z ciphersuite ] [http[s]://]hostname[:port]/path
Via: [WayBack] apache – ab load testing – Stack Overflow
––jeroen
Posted in Communications Development, Development, HTML, HTTP, Internet protocol suite, Software Development, Web Development | Leave a Comment »
Posted by jpluimers on 2018/11/08
Via yesterdays post on a bench power supply fabricated from an ATX power supply, I found this very interesting set of relay switching circuits:
Electronics Tutorial about the Relay Switch Circuit and relay switching circuits used to control a variety of loads in circuit switching applications
[WayBack] Relay Switch Circuit and Relay Switching Circuit
The images below are from that site. Note the BC337 and BC109 have different voltage/power specs. See [WayBack] BC337/BC109 datasheet & application note – Datasheet Archive.
–jeroen
Read the rest of this entry »
Posted in Development, Hardware Development | Leave a Comment »