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

Two steps to ensure a family member Skype account is not discoverable

Posted by jpluimers on 2020/10/09

For a family member, I needed a Skype account not to be discoverable. This is a two-part process:

  1. Online part:
    1. Go to https://secure.skype.com/portal/profile,
    2. Logon,
    3. Click “Profie settings” (make the browser window narrower to make that tab visible),
    4. Uncheck “Appear in search results an suggestions”,
  2. Logon to Skype in Windows/Mac/Linux
    1. Old Skype versions (~ 7.x or older)
      1. In the menu, go to Tools > Options > Privacy Settings
      2. Check the “Only allow messages from people on my contact list” box
      3. Click the “Save” button
    2. Newer Skype Versions (8.x or newer)
      1. In the menu, go to Preferences > Manage ho people find you on Skype
      2. Uncheck “Appear in search results and suggestions”

I figured out the first part myself, the initial bit of the second part came from [WayBack] Problem in Discoverability – Microsoft Community, which made me discover the final bit of the second part and the links [WayBack] How do I opt out of being visible in the Skype public search directory on mobile? | Skype Support and [WayBack] How to hide my profile from search in Skype? – Super User.

In the first part, I also unchecked all the other boxes:

–jeroen

Posted in Power User, Skype | Leave a Comment »

The alphabet, in alphabetical order, in various languages – The Old New Thing

Posted by jpluimers on 2020/10/09

I had to lough so loud when I bumped into this [WayBackThe alphabet, in alphabetical order, in various languages – The Old New Thing.

I got there because I wanted a few examples of languages having more than 26 ASCII letters in their alphabet.

Basically all non English languages (:

–jeroen

 

Posted in Development, Fun, LifeHacker, Power User, Software Development, The Old New Thing, Windows Development | Leave a Comment »

7 Free Windows Password Recovery Tools

Posted by jpluimers on 2020/10/09

So when another friend for the umpteeth time asks me to find their Windows password: [WayBack7 Free Windows Password Recovery Tools (June 2018)

Windows password recovery tools are used to recover Windows log on passwords. Here are the 7 best free Windows password recovery and cracking tools.

–jeroen

Posted in Power User, Windows | Leave a Comment »

Learn How To Debug JavaScript with Chrome DevTools – codeburst

Posted by jpluimers on 2020/10/06

Long read for later: [WayBack] Learn How To Debug JavaScript with Chrome DevTools – codeburst

Ditch console.log debugging once and for all! Learn how to use breakpoints to debug code within the Chrome Developer Tools

Via: [WayBack] Learn How To Debug JavaScript with Chrome DevTools… – Lars Fosdal – Google+

–jeroen

Posted in Chrome, Development, Google, JavaScript/ECMAScript, Power User, Scripting, Software Development | Leave a Comment »

Oval car stickers – translating to ISO 3166-1

Posted by jpluimers on 2020/10/06

A while ago, I had to translate from the country codes used on cars to ISO country codes, so here are a few links:

–jeroen

 

 

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

Logging request body in HAProxy · GitHub

Posted by jpluimers on 2020/10/05

I will likely need this one day: [WayBack] Logging request body in HAProxy · GitHub.

Related:

–jeroen

Read the rest of this entry »

Posted in *nix, Development, HAProxy, Power User, Software Development | Leave a Comment »

Packer template for Alpine Linux on Hyper-V and Azure; GitHub – tomconte/packer-alpine-azure

Posted by jpluimers on 2020/10/05

Cool: a Packer template for Alpine Linux on Hyper-V and Azure: [WayBack] GitHub – tomconte/packer-alpine-azure

I like Alpine Linux because it is lightweight and the focus of being very secure, how popular it is in the Docker scene where it replaced Ubuntu and is now the standar package at [Archive.is/A2] library/alpine – Docker Hub and the motto [WayBack] Alpine Linux; Small. Simple. Secure. Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.

Alpine is not yet out of of the box endorsed by Azure ([WayBack] Endorsed distributions of Linux | Microsoft Docs) so this is a very welcome tool.

From the readme:

Read the rest of this entry »

Posted in Azure Cloud, Cloud, Cloud Development, Development, Hyper-V, Infrastructure, Power User, Virtualization, Windows Azure | Leave a Comment »

Keeping a local copy of sysinternals current

Posted by jpluimers on 2020/10/05

From my install script:

mkdir C:\bin
robocopy /mir \\live.sysinternals.com@SSL\DavWWWRoot c:\bin\sysinternals

The \\live.sysinternals.com@SSL\DavWWWRoot comes from following the https://live.sysinternals.com URL in the Windows Explorer: the Windows Explorer automatically translates that to a back-slash based share syntax.

I got at that trick via these links:

–jeroen

Posted in Power User, SysInternals, Windows | Leave a Comment »

vlans for KPN/xs4all

Posted by jpluimers on 2020/10/02

Via WayBack Duitse providers mogen klanten geen router meer verplichten – IT Pro – Nieuws – Tweakers:

  • kpn/xs4all: TV on VLAN 4, internet on VLAN 6, VoIP on VLAN 7
  • kpn PPPoE: {macaddress}@direct-adsl, password: kpn
  • xs4all PPPoE: fb7390@xs4all.nl, password; xs4all

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

Guidelines for WiFi access points at home/office

Posted by jpluimers on 2020/10/02

The first post (in Dutch) has quite a few good tips on improving WiFi at your home or office: [WayBack] Router D-Link moet snelheid van 2,1Gbit/s op 5GHz halen – Computer – Nieuws – Tweakers.

There is also a nice explanation of beamforce, where the video below gives a good visual indication on how it works.

–jeroen

Read the rest of this entry »

Posted in LifeHacker, Power User, Ubiquiti, WiFi | Leave a Comment »