Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:38, 29 May 2021 Iwiseman talk contribs created page File:Ft232pic3.png
- 23:38, 29 May 2021 Iwiseman talk contribs uploaded File:Ft232pic3.png
- 23:35, 29 May 2021 Iwiseman talk contribs created page File:FT232R.jpg
- 23:35, 29 May 2021 Iwiseman talk contribs uploaded File:FT232R.jpg
- 23:17, 29 May 2021 Iwiseman talk contribs created page File:ESP32-38 PIN-DEVBOARD.png
- 23:17, 29 May 2021 Iwiseman talk contribs uploaded File:ESP32-38 PIN-DEVBOARD.png
- 01:00, 28 May 2021 Iwiseman talk contribs created page File:WSGI.png
- 01:00, 28 May 2021 Iwiseman talk contribs uploaded File:WSGI.png
- 13:26, 26 May 2021 Iwiseman talk contribs created page File:FlaskPostBoot.png
- 13:26, 26 May 2021 Iwiseman talk contribs uploaded File:FlaskPostBoot.png
- 12:41, 26 May 2021 Iwiseman talk contribs created page File:Flas preboot.png
- 12:41, 26 May 2021 Iwiseman talk contribs uploaded File:Flas preboot.png
- 04:24, 23 May 2021 Iwiseman talk contribs created page Flask (Created page with "=Introduction= Quick tour of the python framework flask =Getting Started= <syntaxhighlight lang="py"> from app import app @app.route('/') @app.route('/index') def index():...")
- 11:47, 19 May 2021 Iwiseman talk contribs created page Raspberry Pi (Created page with "=Introduction= Just some notes in case I forget. =Setting Up= For the openssh-server you need to install and then use rasp-config to activate For sudoers you need to EDITOR=vi...")
- 10:59, 18 May 2021 Iwiseman talk contribs created page ESP32 (Created page with "=Introduction= As the little grey cells get older probably time to give to pointers to myself =UDEV= To make sure the device is recogised we need to add rules to /etc/udev/rul...")
- 12:27, 28 April 2021 Iwiseman talk contribs created page Sass (Created page with "=Introduction= ==Advantages== *Named Colors Prior to variables in CSS this was just allowed the user to define a color *Removes Duplication Saas allows you to put common code...")
- 23:36, 22 April 2021 Iwiseman talk contribs created page Angular Logging (Created page with "=Introduction= This is just an approach to logging not the approach =ngx-logger= ==Install== <syntaxhighlight lang="bash"> npm install ngx-logger --save </syntaxhighlight> ==C...")
- 02:32, 22 April 2021 Iwiseman talk contribs created page Angular eslint (Created page with "=Introduction= Just a page to setup Eslint ==Install Dependencies== <syntaxhighlight lang="bash"> ng add @angular-eslint/schematics </syntaxhighlight> ==eslintrc.js== In the r...")
- 22:13, 18 April 2021 Iwiseman talk contribs created page MS SQL Setup (Created page with "=Set up= Get the image <syntaxhighlight lang="bash"> sudo docker pull mcr.microsoft.com/mssql/server:2019-latest # Run the container sudo docker run -e "ACCEPT_EULA=Y" -e "SA...")
- 04:41, 18 April 2021 Iwiseman talk contribs created page Angular Keycloak (Created page with "=Introduction= This is a page just to clarify how to integrate Keycloak with Angular. It is assumed you know how to configure Keycloak. Most of this is from Medium https://w...")
- 00:05, 13 April 2021 Iwiseman talk contribs created page Domain Specific Language in Kotlin (Created page with "=Introduction= ==Approaches to Extending Code== There may three options for extending a feature *Change the Object Model This has imperative code and therefore you will be for...")
- 02:37, 11 April 2021 Iwiseman talk contribs created page Regex 101 (Created page with "=Testing= echo "My stuff" | grep "^My" =Examples= =Starts with= <syntaxhighlight lang="regex"> echo "A" |grep "^A" echo "AAAAAAAAAAA" |grep "^A" </syntaxhighlight>")
- 03:51, 3 April 2021 Iwiseman talk contribs created page Spring REST API Quick Start (Created page with "=Introduction= This is meant to just be a quickstart for me. I use many technologies so this reminds me how to get going. =Setup Spring= Go to start.spring.io and select JPA,...")
- 03:42, 3 April 2021 Iwiseman talk contribs created page File:Spring RESTAPI.png
- 03:42, 3 April 2021 Iwiseman talk contribs uploaded File:Spring RESTAPI.png
- 03:19, 3 April 2021 Iwiseman talk contribs created page Spring Setup (Created page with "=Introduction= This is just a quick setup for Spring and Eclipse on Ubuntu 20.04 ==Get Eclipse=== I did try with snap but it just did not seem to work. <syntaxhighlight lang="...")
- 13:48, 2 April 2021 Iwiseman talk contribs created page File:Jwt Token.png
- 13:48, 2 April 2021 Iwiseman talk contribs uploaded File:Jwt Token.png
- 05:59, 1 April 2021 Iwiseman talk contribs created page Denise page 3 (Created page with "Let link to 2 denise page 2")
- 05:57, 1 April 2021 Iwiseman talk contribs created page Denise page 2 (Created page with "=Denise= ==Getting insane 1== ==Getting insane 2==")
- 00:46, 1 April 2021 Iwiseman talk contribs created page Keycloak (Created page with "=Setting up Server= ==Install Podman=== <syntaxhighlight lang="bash"> sudo apt install podman </syntaxhighlight> ==Create Image== <syntaxhighlight lang="bash"> podman pull qua...")
- 00:39, 1 April 2021 Iwiseman talk contribs created page Podman (Created page with "=Introduction= This is the initial page. Started this because I run a keycloak server. =Command= <syntaxhighlight lang="bash"> # Delete all containers podman rmi $(podman imag...")
- 23:08, 31 March 2021 Iwiseman talk contribs created page File:Jwt Refresh.png
- 23:08, 31 March 2021 Iwiseman talk contribs uploaded File:Jwt Refresh.png
- 22:54, 31 March 2021 Iwiseman talk contribs created page Java Web Tokens (Created page with "=Introduction= Java Web Tokens are used for Authorisation and Information Exchange. They consist of three parts, a header, Payload and a Signature. For example ==Format== ===H...")
- 03:21, 31 March 2021 Iwiseman talk contribs created page File:Encoded-jwt3.png
- 03:21, 31 March 2021 Iwiseman talk contribs uploaded File:Encoded-jwt3.png
- 11:52, 30 March 2021 Iwiseman talk contribs created page File:Sprint REST API Bearer.png
- 11:51, 30 March 2021 Iwiseman talk contribs uploaded File:Sprint REST API Bearer.png
- 11:45, 30 March 2021 Iwiseman talk contribs created page File:Spring REST API Basic.png
- 11:45, 30 March 2021 Iwiseman talk contribs uploaded File:Spring REST API Basic.png
- 11:47, 28 March 2021 Iwiseman talk contribs created page File:Spring Security SPA.png
- 11:47, 28 March 2021 Iwiseman talk contribs uploaded File:Spring Security SPA.png
- 01:48, 28 March 2021 Iwiseman talk contribs created page File:Spring Security Arc.png
- 01:48, 28 March 2021 Iwiseman talk contribs uploaded File:Spring Security Arc.png
- 01:03, 28 March 2021 Iwiseman talk contribs created page Spring Security (Created page with "=Introduction= ==Authentication== Spring Security Provides out of the box *Basic Web From Authentication *Ouath2 and OpenID Connect *LDAP *JWT JSon Web Tokens ==Protection== I...")
- 13:16, 27 March 2021 Iwiseman talk contribs created page File:Kodi Fix0.png
- 13:16, 27 March 2021 Iwiseman talk contribs uploaded File:Kodi Fix0.png
- 13:15, 27 March 2021 Iwiseman talk contribs created page File:Kodi Fix.png
- 13:15, 27 March 2021 Iwiseman talk contribs uploaded File:Kodi Fix.png