Main Page: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Windows Setup=
When setting up Windows 1809 it will install but fails with MCTL32.DLL.
I fixed this running the following. I am sure they are not all required but it worked.
=Linux Setup=
=Linux Setup=
You can find information on linux setup on the following page [[linux Setup]]  
You can find information on linux setup on the following page [[linux Setup]]  

Revision as of 02:32, 6 October 2018

Windows Setup

When setting up Windows 1809 it will install but fails with MCTL32.DLL.

I fixed this running the following. I am sure they are not all required but it worked.


Linux Setup

You can find information on linux setup on the following page linux Setup

Programming

Powershell

You can find information on powershell on the following page powershell

C#

Kotlin

You can find information on kotlin on the following page kotlin

Java

C++

Useful cli commands

You can find a list of these on the following page cli favourites

Windows Tips

Disabling public network for hyper-V

Start a secpol.msc
Under Netork List Manager, change the relevant Network name to private

This was an error when setting up winrm using winrm quickconfig

Powershell

To search for text in a file use

 ls * -r | Select-String -simplematch -pattern "mysearchstring" | select -u -exp filename