Main Page: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Line 5: Line 5:


=Programming=
=Programming=
==Git==
You can find information on git on the following page [[git]]
==React==
==React==
You can find information on powershell on the following page [[react]]  
You can find information on powershell on the following page [[react]]  
Line 15: Line 17:
==Java==
==Java==
==C++==
==C++==
=Useful Azure Queries=
=Useful Azure Queries=
You can find a list of these on the following page [[Azure Queries]]
You can find a list of these on the following page [[Azure Queries]]

Revision as of 02:42, 1 November 2019

Linux Setup

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

Build Kodi

You can find a list of these on the following page build kodi

Programming

Git

You can find information on git on the following page git

React

You can find information on powershell on the following page react

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 Azure Queries

You can find a list of these on the following page Azure Queries

Useful cli commands

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

Windows Tips

Fixing samba on Window 10

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled

And in smbd.conf

ntlm auth = true

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

bibbleMP

You can find information on bibbleMP on the following page bibble Media Player

Recipes

You can find some save recipes on the following page Iain's Recipe Page