Kuebiko

More a diary than a blog. Move along nothing to see here.

Wednesday, May 3, 2023

Is expression pattern matching for list of lists

›
[TestMethod] public void Test() => Assert.IsTrue(FindDifference(new[]{ 1, 2, 3 }, new []{2,4,6}) is [[1,3], [4,6]]); public IList...
Tuesday, March 28, 2023

Locate where is exe file in Windows

›
Run "get-command" in powershell. get-command notepad
Friday, January 13, 2023

What to do to be able to clone and use GitLab on windows machine

›
Follow instructions from this great article.
Saturday, December 31, 2022

Check memory in computer

›
Run: wmic memorychip
Saturday, September 25, 2021

alias for git commands

›
To combine add and commit it is easy to create an alias: git config --global alias.ac "commit am" now in command line instead...
Monday, July 19, 2021

Generating pfx file with multiple certificates.

›
One pfx file can have multiple certificates inside it. In order to create such file, the easiest way is to copy paste all the *.crt files in...
Tuesday, November 17, 2020

Check password policy in AD

›
You need to install first Active Directory Powershell cmdlets on Windows 10. This cmdlets alloweds a user to check the policy. Get-Windows...
›
Home
View web version
Powered by Blogger.