Archive for the ‘Power User’ Category
Posted by jpluimers on 2018/11/12
[WayBack] xcopy | 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 »
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/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/07
Posted in *nix, Awk, bash, Communications Development, Development, Internet protocol suite, Power User, Scripting, Software Development, SSH, TCP | Leave a Comment »
Posted by jpluimers on 2018/11/06
Most you probably know [WayBack] Professor 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 [WayBack] Brady 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 »
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 »