All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 23:43, 18 May 2023 Busk talk contribs created page Kubectl on wsl ubuntu for aks (Created page with "# Use WSL Version 1 due to VPN Issues ``` wsl --install computer-restart wsl.exe --list --online wsl --set-default-version 1 wsl --install -d Ubuntu-22.04 wsl.exe --setdefaul...")
  • 16:02, 18 May 2023 Busk talk contribs created page Git restore permissions (Created page with "https://stackoverflow.com/questions/2517339/how-to-restore-the-permissions-of-files-and-directories-within-git-if-they-have ``` git diff -p -R --no-ext-diff --no-color \...")
  • 21:07, 17 May 2023 Busk talk contribs created page Aks azure cli (Created page with "https://learn.microsoft.com/en-us/cli/azure/install-azure-cli # Debiasn https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt # Kubelogin https://gi...")
  • 15:40, 16 May 2023 Busk talk contribs created page Helm install (Created page with "https://helm.sh/docs/intro/install/ ``` curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh ```")
  • 15:17, 16 May 2023 Busk talk contribs created page Aad graph (Created page with "# Disable https://learn.microsoft.com/en-us/answers/questions/970148/with-aad-graph-ending-how-are-we-supposed-to-disab")
  • 14:21, 16 May 2023 Busk talk contribs created page Keycloak k8s rbac (Created page with "https://medium.com/elmo-software/kubernetes-authenticating-to-your-cluster-using-keycloak-eba81710f49b")
  • 14:17, 16 May 2023 Busk talk contribs created page Keycloak operator (Created page with "https://www.keycloak.org/operator/installation")
  • 14:11, 16 May 2023 Busk talk contribs created page Keycloak (Created page with "https://developers.redhat.com/blog/2020/01/29/api-login-and-jwt-token-generation-using-keycloak#")
  • 23:38, 15 May 2023 Busk talk contribs created page Keycloak issue workarounds (Created page with "https://serverfault.com/questions/1000567/keycloak-blank-page-behind-nginx-reverse-proxy")
  • 15:47, 15 May 2023 Busk talk contribs created page Go email example (Created page with "https://zetcode.com/golang/email-smtp/ ``` package main import ( "fmt" "log" "net/smtp" ) func main() { from := "john.doe@example.com" user := "9c1d45...")
  • 21:23, 14 May 2023 Busk talk contribs created page Lxc disable autostart (Created page with "``` #!/bin/bash set -eu hosts=$(lxc list --format=json | jq -r '.[] | select(.state.status == "Stopped") | .name') for i in $hosts; do echo $i lxc config set $i boot.aut...")
  • 20:04, 14 May 2023 Busk talk contribs created page Zimbra tls certificates (Created page with "Include on certbot ``` --preferred-chain "ISRG Root X1" --force-renewal ``` ``` wget -O /tmp/ISRG-X1.pem https://letsencrypt.org/certs/isrgrootx1.pem.txt cat /tmp/ISRG-X1.pe...")
  • 17:57, 13 May 2023 Busk talk contribs created page Zimbra ldaps (Created page with "su - zimbra zmlocalconfig -e ldap_master_url=ldaps://mymaster.somewhere.com:636 zmlocalconfig -e ldap_url=ldaps://myreplica.somewhere.com:636 zmlocalconfig -e ldap_starttls_su...")
  • 17:41, 13 May 2023 Busk talk contribs created page Keycloak zimbra (Created page with "https://github.com/Zimbra/keycloak uid=user,ou=People,dc=example,dc=com")
  • 17:32, 12 May 2023 Busk talk contribs created page Docker install (Created page with "# Debian ``` sudo apt-get update sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/debia...")
  • 14:18, 12 May 2023 Busk talk contribs created page Diskpart (Created page with "``` Open a Command Window (cmd) Enter diskpart Enter list disk (it is important you KNOW which disk is the USB key you are formatting) Enter select disk x where x is your U...")
  • 21:11, 11 May 2023 Busk talk contribs created page Tmsh (Created page with "``` tmsh delete /sys software volume HD1.2 ```")
  • 13:30, 10 May 2023 Busk talk contribs created page Registrar (Created page with "https://www.icann.org/resources/pages/accreditation-2012-02-25-en")
  • 15:43, 9 May 2023 Busk talk contribs created page Cert formats (Created page with "https://www.ibm.com/docs/en/secure-proxy/6.0.0?topic=SS6PNW_6.0.0/com.ibm.help.ssp.secure.doc/certificates/ssp_cert_formats.htm")
  • 14:00, 9 May 2023 Busk talk contribs created page Chartsjs (Created page with "https://www.chartjs.org/chartjs-plugin-zoom/samples/drag/category.html")
  • 15:39, 8 May 2023 Busk talk contribs created page Ssh client on windows (Created page with "https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement ``` # By default the ssh-agent service is disabled. Configure it to start automat...")
  • 04:42, 7 May 2023 Busk talk contribs created page React-admin (Created page with "https://marmelab.com/react-admin/Authentication.html")
  • 13:59, 6 May 2023 Busk talk contribs created page Yarn (Created page with "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo...")
  • 23:20, 5 May 2023 Busk talk contribs created page Virtualbox slow (Created page with "https://www.wintips.org/fix-virtualbox-running-very-slow-in-windows-10-11/")
  • 21:31, 5 May 2023 Busk talk contribs created page Dell laptop issues (Created page with "https://www.minitool.com/news/waves-maxxaudio-service-application.html")
  • 17:45, 5 May 2023 Busk talk contribs created page Windows 10 tweak settings (Created page with "``` function ShowFileExtensions() { # http://superuser.com/questions/666891/script-to-set-hide-file-extensions Push-Location Set-Location HKCU:\Software\Microsoft...")
  • 15:20, 5 May 2023 Busk talk contribs created page Alter role postgres (Created page with "``` ALTER ROLE <role_name> SET search_path TO schema1,schema2; ```")
  • 12:32, 5 May 2023 Busk talk contribs created page Postgres proxies (Created page with "https://github.com/ryscheng/sql-proxy-rs https://github.com/wgliang/pgproxy https://github.com/rueian/pgbroker/blob/master/example/main.go")
  • 19:57, 4 May 2023 Busk talk contribs created page Gen (Created page with " https://github.com/smallnest/gen/issues/140 GO111MODULE=off")
  • 14:50, 4 May 2023 Busk talk contribs created page Go atomic file (Created page with "https://github.com/kjk/common")
  • 14:11, 4 May 2023 Busk talk contribs created page Go storage list (Created page with "https://github.com/gostor/awesome-go-storage")
  • 11:50, 30 April 2023 Busk talk contribs created page Pgjwt (Created page with "https://github.com/michelp/pgjwt.git ``` # postgresql-server-dev-all cd /root/ apt-get update && apt-get -y install git gcc make git clone https://github.com/michelp/pgjwt.gi...")
  • 23:00, 29 April 2023 Busk talk contribs created page Postgrest auth (Created page with "https://github.com/monacoremo/postgrest-sessions-example/blob/master/app.sql.md")
  • 20:43, 27 April 2023 Busk talk contribs created page Postgrest row level security via postgres (Created page with "https://postgrest.org/en/stable/how-tos/sql-user-management-using-postgres-users-and-passwords.html#sql-user-management-using-postgres-users-and-passwords")
  • 20:21, 27 April 2023 Busk talk contribs created page Rest auto api (Created page with "https://github.com/dbohdan/automatic-api")
  • 19:31, 27 April 2023 Busk talk contribs created page Grant mysql (Created page with "``` ALL PRIVILEGES - a full root access to the databases. If no database is specified, it has global access across the system. CREATE - create new tables or databases DROP - d...")
  • 17:52, 27 April 2023 Busk talk contribs created page Go mod (Created page with "``` go mod init foo go mod tidy go build ```")
  • 12:54, 27 April 2023 Busk talk contribs created page Qor gorm (Created page with "https://github.com/qor/qor-example https://demo.qor5.com/pages https://github.com/qor/admin")
  • 02:24, 27 April 2023 Busk talk contribs created page Prest - Postgre rest (Created page with "GitHub https://github.com › prest › prest prest/prest: PostgreSQL ➕ REST, low-code, simplify and accelerate ... https://eltonminetto.dev/en/post/2021-08-31-prest/")
  • 22:37, 26 April 2023 Busk talk contribs created page Etl (Created page with "https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.DataFrame.to_sql.html")
  • 04:17, 26 April 2023 Busk talk contribs created page Gorm & fiber web app (Created page with "https://dev.to/franciscomendes10866/how-to-build-rest-api-using-go-fiber-and-gorm-orm-2jbe")
  • 20:04, 25 April 2023 Busk talk contribs created page Lxc launch (Created page with "lxc launch images:debian/11 bullseye-vm --vm")
  • 03:40, 25 April 2023 Busk talk contribs created page Metallb 2 (Created page with "https://docs.openshift.com/container-platform/4.12/networking/metallb/metallb-configure-bgp-peers.html")
  • 19:34, 24 April 2023 Busk talk contribs created page Remote desktop (Created page with "https://github.com/rustdesk/rustdesk")
  • 18:53, 24 April 2023 Busk talk contribs created page Netsh (Created page with "netsh advfirewall firewall add rule name="UDP Port 514" dir=in action=allow protocol=UDP localport=514 netsh advfirewall firewall delete rule name="UDP Port 514" dir=in actio...")
  • 17:06, 24 April 2023 Busk talk contribs created page Invoke-webrequest (Created page with "``` $url="https://www.uvoo.io"; (Measure-Command -Expression { $site = Invoke-WebRequest -Uri $url -UseBasicParsing }).Milliseconds ```")
  • 15:43, 24 April 2023 Busk talk contribs moved page Javascript graph libs to Graph libs for javascript without leaving a redirect
  • 15:43, 24 April 2023 Busk talk contribs created page Javascript graph libs (Created page with "https://github.com/zingchart/awesome-charting#free-and-open-source-libraries https://developers.google.com/chart/interactive/docs/gallery https://developers.google.com/chart...")
  • 02:33, 24 April 2023 Busk talk contribs created page Flask bootstrap (Created page with "https://github.com/helloflask/bootstrap-flask")
  • 02:17, 24 April 2023 Busk talk contribs created page Go cms (Created page with "https://github.com/strapi/strapi")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)