All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:27, 18 January 2024 Kenneth talk contribs created page Proxmox/Install (Created page with "== Issues == https://bugzilla.proxmox.com/show_bug.cgi?id=4230")
- 21:39, 17 January 2024 Kenneth talk contribs created page Test/test (Created page with "test")
- 21:38, 17 January 2024 Kenneth talk contribs created page K//test2 (Created page with "test")
- 21:38, 17 January 2024 Kenneth talk contribs created page K//test1 (Created page with "test")
- 21:38, 17 January 2024 Kenneth talk contribs created page K//test1/test3 (Created page with "test")
- 21:37, 17 January 2024 Kenneth talk contribs created page K/test/test2 (Created page with "test2")
- 21:37, 17 January 2024 Kenneth talk contribs created page K/test (Created page with "test /test2")
- 21:37, 17 January 2024 Kenneth talk contribs created page K/ (Created page with "test")
- 17:07, 17 January 2024 Kenneth talk contribs created page Proxmox/Shrink LVM Root (Created page with "https://forum.proxmox.com/threads/use-the-free-space-from-pve-root-under-pve-data.9459/")
- 22:52, 14 January 2024 Kenneth talk contribs created page Proxmox/Shrink LVM-Thin (Created page with "== Shrink to make Backup Volume == <pre> lvcreate -V 1T --thin -n backup pve/data && \ mkdir -p /mnt/backup && \ mkfs.ext4 /dev/pve/backup cat <<EOF > /etc/systemd/system/mnt-backup.mount [Unit] Description=Thin-volume for Proxmox-Backup [Mount] What=/dev/pve/backup Where=/mnt/backup Type=ext4 Options=defaults [Install] WantedBy=multi-user.target EOF systemctl enable mnt-backup.mount && \ systemctl start mnt-backup.mount </pre> Ref: https://forum.proxmox.com/thread...")
- 04:30, 14 January 2024 Kenneth talk contribs created page Proxmox/API (Created page with "== pvesh == Get nodes: pvesh get /nodes Get list of node's repositories: pvesh get /nodes/[NODE]/apt/repositories # eg. pvesh get /nodes/proxmox4/apt/repositories")
- 06:12, 13 January 2024 Kenneth talk contribs created page Template:References (Created page with "<references />")
- 21:12, 12 January 2024 Kenneth talk contribs created page Ceph (Created page with "== Deleted OSD == ceph osd out [OSD-NUM] <ref>Adding/Removing OSDs — Ceph Documentation - https://docs.ceph.com/en/latest/rados/operations/add-or-rm-osds/</ref>")
- 07:26, 12 January 2024 Kenneth talk contribs created page Proxmox/Clock Sync (Created page with "Status: chronyc tracking Set Local NTP Server: echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/wdc.sources Reload chronyc: chronyc reload sources 200 OK")
- 07:23, 12 January 2024 Kenneth talk contribs created page Proxmox/iomemory-vsl (Created page with "== dkms == dkms status dkms autoinstall -k 6.5.11-7-pve")
- 06:32, 12 January 2024 Kenneth talk contribs created page Proxmox/Nag Buster (Created page with "== pve-nag-buster == GitHub - foundObjects/pve-nag-buster: Persistent license nag removal for Proxmox VE 5.x+ https://github.com/foundObjects/pve-nag-buster <blockquote> pve-nag-buster is a dpkg hook script that persistently removes license nags from Proxmox VE 6.x and up. Install it once and you won't see another license nag until the Proxmox team changes their web-ui code in a way that breaks the patch. </blockquote> == Manual Install == wget https://raw.githubu...")
- 15:41, 11 January 2024 Kenneth talk contribs created page Proxmox/Fix Keyring (Created page with "<pre> root@vm-01:~# ceph-volume lvm create --bluestore --data /dev/fioa --> Incompatible flags were found, some values may get ignored --> Cannot use None (None) with --bluestore (bluestore) Running command: /usr/bin/ceph-authtool --gen-print-key Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 2b231332-bc5d-467b-a951-1cebf40c06d4 stderr: 2024-01-11T08:39:03.699-0700 7fd34a9566c0 -1...")
- 15:15, 11 January 2024 Kenneth talk contribs created page Template:Subpages (Created page with "{{Special:PrefixIndex/{{PAGENAME}}/}}")
- 15:13, 11 January 2024 Kenneth talk contribs created page Proxmox/Ceph (Created page with "x")
- 23:22, 7 January 2024 Kenneth talk contribs created page AWX/API (Created page with "== Version == <pre> $ curl -s https://awx.example.com/api/ | jq { "description": "AWX REST API", "current_version": "/api/v2/", "available_versions": { "v2": "/api/v2/" }, "oauth2": "/api/o/", "custom_logo": "", "custom_login_info": "", "lo </pre>")
- 20:06, 7 January 2024 Kenneth talk contribs created page Awx-operator (Created page with "x")
- 20:06, 7 January 2024 Kenneth talk contribs created page AWX (Created page with "x")
- 10:37, 6 January 2024 Kenneth talk contribs created page Hypervisor (Created page with "= Type 1 Hypervisor = Type 1 is Bare Metal == Type 1 Linux Hypervisor == === oVirt === POWERFUL OPEN SOURCE VIRTUALIZATION oVirt is a free open-source virtualization solution for your entire enterprise https://www.ovirt.org/ -- <blockquote> oVirt – virtualization solution for your entire enterprise by September 9, 2023 Steve Emms Documents oVirt is a virtualization platform with an easy-to-use web interface. oVirt is built on libvirt which could allow it to...")
- 23:11, 5 January 2024 Kenneth talk contribs created page VMware vCLI (Created page with "== VMware vCLI ==")
- 06:11, 5 January 2024 Kenneth talk contribs created page Terrapin (Created page with "== Scanner == RUB-NDS/Terrapin-Scanner: This repository contains a simple vulnerability scanner for the Terrapin attack present in the paper "Terrapin Attack: Breaking SSH Channel Integrity By Sequence Number Manipulation". https://github.com/RUB-NDS/Terrapin-Scanner export $GOPATH=~/.gobin go install github.com/RUB-NDS/Terrapin-Scanner@latest ln -s ../.go/bin/Terrapin-Scanner ~/.bin/Terrapin-Scanner Scan the SSH server available at localhost port 2222 ./Terrapi...")
- 04:48, 5 January 2024 Kenneth talk contribs moved page MediaWiki/Code to MediaWiki/Formatting
- 15:27, 4 January 2024 Kenneth talk contribs created page MediaWiki/Table of Contents (Created page with " == Hide TOC == Hiding the TOC by adding this tag to the page:<ref>Manual:Table of contents - MediaWiki - https://www.mediawiki.org/wiki/Manual:Table_of_contents</ref> <pre> __NOTOC__ </pre> == Positioning the TOC == "The default position of the TOC is directly above the first section heading. Any prior text is placed before the TOC. To place it elsewhere, use the magic word __TOC__ at the preferred position on the page:" <ref>Manual:Table of contents - MediaWiki - ht...")
- 15:24, 4 January 2024 Kenneth talk contribs created page Table of Contents (Redirected page to MediaWiki/Table of Contents) Tag: New redirect
- 18:04, 1 January 2024 Kenneth talk contribs created page Imgur (Created page with "== Imgur == Free image hosting http://imgur.com == EasyImgur == bkeiren/EasyImgur: EasyImgur is a small and simple tool to easily upload images to imgur.com https://github.com/bkeiren/EasyImgur * Adds a context menu option to upload images to imgur. == Greenshot == Can post screenshots to Imgur")
- 17:54, 1 January 2024 Kenneth talk contribs created page Windows/Send To (Created page with " %appdata%\AppData\Roaming\Microsoft\Windows\SendTo")
- 07:04, 31 December 2023 Kenneth talk contribs created page MediaWiki/Merging Wikis (Created page with " Manual:Merging a wiki into another wiki https://www.mediawiki.org/wiki/Manual:Merging_a_wiki_into_another_wiki # In the source wiki, set $wgExportAllowAll = true. # Use Special:Export to export everything from your source wiki to an XML file. # [https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps Import the XML] file into your target wiki.")
- 06:48, 31 December 2023 Kenneth talk contribs created page MediaWiki/Password (Created page with "== Manually Reset Password == To reset password (will set to 'local'): <ref>https://techblog.kjodle.net/2018/05/28/change-a-mediawiki-password-via-phpmyadmin/</ref> UPDATE user SET user_password=md5(concat(1,'-',md5('local'))) where user_id=1;")
- 04:59, 31 December 2023 Kenneth talk contribs created page Category:Python (Created page with "Python Category")
- 07:27, 30 December 2023 Kenneth talk contribs created page Main Page (Created page with "test")
- 01:34, 27 December 2023 Kenneth talk contribs created page MediaWiki/Upgrade (Created page with "== Upgrading == Manual:Upgrading - MediaWiki https://www.mediawiki.org/wiki/Manual:Upgrading")
- 23:19, 22 December 2023 Kenneth talk contribs created page Kubernetes/Cluster/HAProxy (Created page with "== HAProxy ==")
- 23:19, 22 December 2023 Kenneth talk contribs created page Kubernetes/Cluster/Keepalived (Created page with "== keepalived ==")
- 22:11, 22 December 2023 Kenneth talk contribs created page Kubernetes/Cluster/Node Roles (Created page with "== Node Roles == kubeadm - How to add roles to nodes in Kubernetes? - Stack Overflow https://stackoverflow.com/questions/48854905/how-to-add-roles-to-nodes-in-kubernetes S...")
- 22:10, 22 December 2023 Kenneth talk contribs created page Kubernetes/Cluster/CoreDNS (Created page with "== CoreDNS Scale == kubectl -n kube-system rollout restart deployment coredns DNS service runs entirely on a single node · Issue #1657 · kubernetes/kubeadm · GitHub https...")
- 22:08, 22 December 2023 Kenneth talk contribs created page Kubernetes/Cluster/Ingress-NGINX (Created page with "== Ingress with NGINX == Kubernetes Ingress with NGINX Ingress Controller Example https://spacelift.io/blog/kubernetes-ingress Installation Guide - Ingress-Nginx Controll...")
- 22:04, 22 December 2023 Kenneth talk contribs created page Kubernetes/Cluster/MetalLB (Created page with "== MetalLB == WARNING: MetalLB does not work with DHCP, so you will need to carve out a selection of IPs to use for MetalLB! MetalLB hooks into your Kubernetes cluster, and...")
- 19:30, 21 December 2023 Kenneth talk contribs created page Netplan (Created page with "== examples == https://github.com/canonical/netplan/tree/main/examples == static == <pre> network: version: 2 renderer: networkd ethernets: enp3s0: address...")
- 16:17, 20 December 2023 Kenneth talk contribs created page References (Created page with "Uses the Cite extension https://en.wikipedia.org/wiki/Help:Footnotes https://www.mediawiki.org/wiki/Help:Cite Use <ref> ... </ref&gl Also preloaded the template f...")
- 16:14, 20 December 2023 Kenneth talk contribs created page Template:Refs (Created page with "<references />")
- 16:14, 20 December 2023 Kenneth talk contribs created page Template:Ref (Created page with "<references />")
- 16:14, 20 December 2023 Kenneth talk contribs created page Template:Cite (Created page with "<references />")
- 16:13, 20 December 2023 Kenneth talk contribs created page Template:Reflist (Created page with "<references />")
- 16:12, 20 December 2023 Kenneth talk contribs created page Test2 (Created page with "= PDU = Test <ref>http://www.google.com</ref>. <ref>Hello world</ref> == Flip Text == To reverse the text, press and hold simultaneously for five seconds the Main Menu, S...")
- 20:59, 12 December 2023 Kenneth talk contribs created page Webex (Created page with "== Webex == How to Mute All Participants [http://www.webex.com/lp/keyfeatures/audio.php] To mute all participants: # Select Participant from the dropdown menu. # Click Mute...")
- 20:12, 1 December 2023 Kenneth talk contribs created page Make-jwt.py (Created page with "GitHub Make JWT Token Script == make-jwt.py == <pre> #!/usr/bin/env python3 # pip install jwt import jwt import time import sys # Get PEM file path if len(sys.argv) > 1:...")