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,839 other subscribers

Archive for the ‘Power User’ Category

Errorlevel 4 for xcopy | Microsoft Docs

Posted by jpluimers on 2018/11/12

[WayBackxcopy | Microsoft Docs has this:

Exit code Description
0 Files were copied without error.
1 No files were found to copy.
2 The user pressed CTRL+C to terminate xcopy.
4 Initialization error occurred. There is not enough memory or disk space, or you entered an invalid drive name or invalid syntax on the command line.
5 Disk write error occurred.

Empirically, errorlevel 4 is also returned when the source file or source directory does not exist.

--jeroen

Posted in Power User, Windows | Leave a Comment »

Windows Services Dependency Viewer – Home

Posted by jpluimers on 2018/11/12

Cool tool: [WayBackWindows 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: [WayBackWhat is Windows 7 service dependency tree? – Super User

Download: [Archive.ishttps://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 »

Zabbix user groups and user type

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:

  1. 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
  2. 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 »

It looks like gmail finally understands Outlook Calendar entries

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 »

Stratix BreedbandAtlas | Bekijk de consumentenbreedband dekking op uw locatie

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 »

Twitter doesn’t allow certain characters in your profile, but doesn’t tell which ones it dislikes

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: [WayBackeve 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 »

Micro SD Cards for Development Boards – Classes, Tools, Benchmarks, Reliability, and Tips & Tricks

Posted by jpluimers on 2018/11/09

Last year I bumped into a great article about the state of the art on [WayBackMicro SD Cards for Development Boards – Classes, Tools, Benchmarks, Reliability, and Tips & Tricks.

I wonder what has changed by now.

Some references from the above article:

–jeroen

Via: [WayBack] Informations about (micro) SD cards specifically geared towards their use in development boards such as the +Raspberry Pi+Samsung Electronics and +SanD… – Jean-Luc Aufranc – Google+

Posted in Flash-memory, Power User, SD/miniSD/microSD/MMC, Storage | Leave a Comment »

How to Setup Chroot SFTP in Linux (Allow Only SFTP, not SSH)

Posted by jpluimers on 2018/11/07

I need to script this one day: [WayBackHow to Setup Chroot SFTP in Linux (Allow Only SFTP, not SSH)

–jeroen

Posted in *nix, Awk, bash, Communications Development, Development, Internet protocol suite, Power User, Scripting, Software Development, SSH, TCP | Leave a Comment »

Some Computerphile videos starring Professor Brian Kernighan

Posted by jpluimers on 2018/11/06

Most you probably know [WayBackProfessor Brian Kernighan or the YouTube channel Computerphile (sister channel of Numberphile).

He stars in about half a dozen of their videos giving a nice insight in his contributions to the field and how well he can explain things.

Full videos are below; these are the titles:

BTW: If you like those youtube channels, check out [WayBackBrady Haran – Video Journalist who produces similar channels as well.

–jeroen

Read the rest of this entry »

Posted in *nix, Awk, C, Development, Power User, Scripting, Software Development | Leave a Comment »

Anyone who knows how to disable logs with “Click-To-Run General Telemetry” entries?

Posted by jpluimers on 2018/11/05

Both in %TEMP% and %Windir%\TEMP, a lot of log files named %COMPUTERNAME%-yyymmdd-hhnn.loghaving entries named Click-To-Run General Telemetry appear.

Anyone who knows how to disable this logging?

I think they are related to Office 2016 installed through Office 365.

Disabling the Click-To-Run Monitor scheduled task is not a good solution, as it will also Office disable update notification: [WayBack] MS Office 2016 – Click to run logs | MalwareTips Forums

–jeroen

Posted in Office, Office 2016, Power User, Windows | Leave a Comment »