Main Page

From bibbleWiki
Revision as of 02:51, 26 December 2018 by Iwiseman (talk | contribs)
Jump to navigation Jump to search

Linux Setup

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

Build Kodi

Linus

Android

Get SDK and NDK
[NDK]
[SDK]

Set root directory
KODI_ROOT=$HOME/dev

Unzip software

mkdir -p $KODI_ROOT/android-tools/android-sdk-linux
unzip $KODI_ROOT/Downloads/sdk-tools-linux-4333796.zip -d $KODI_ROOT/android-tools/android-sdk-linux
unzip $KODI_ROOT/Downloads/android-ndk-r18b-linux-x86_64.zip -d $KODI_ROOT/android-tools


Accept Licenses

cd $HOME/android-tools/android-sdk-linux/tools/bin
./sdkmanager --licenses
./sdkmanager platform-tools
./sdkmanager "platforms;android-26"
./sdkmanager "build-tools;25.0.3"

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

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