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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:05, 4 February 2024 Kenneth talk contribs created page Ubuntu/sysprep (Created page with "== Sysprep == What to do after cloning an Ubuntu Image: 1. Regen Ubuntu/machine-id 2. hostname")
  • 20:03, 4 February 2024 Kenneth talk contribs created page Ubuntu/machine-id (Created page with "Ubuntu to regen machine-id <ref>https://unix.stackexchange.com/questions/402999/is-it-ok-to-change-etc-machine-id</ref> # clear rm -f /etc/machine-id /var/lib/dbus/machine-id # regen dbus-uuidgen --ensure systemd-machine-id-setup # verify: cat /etc/machine-id /var/lib/dbus/machine-id hostnamectl")
  • 07:01, 4 February 2024 Kenneth talk contribs created page Netstat (Created page with "== Ubuntu == apt install net-tools")
  • 06:10, 4 February 2024 Kenneth talk contribs created page GitHub/gpg (Created page with "== gpg ==")
  • 05:55, 4 February 2024 Kenneth talk contribs created page Ping (Created page with "== Ubuntu == Install: apt install inetutils-ping")
  • 17:59, 3 February 2024 Kenneth talk contribs created page Sqlite (Redirected page to SQLite) Tag: New redirect
  • 04:43, 2 February 2024 Kenneth talk contribs created page Cat Entertainment (Created page with "== Cat Entertainment == 8 hour Cat TV mouse digging burrows / holes in sand , playing and squeaking for cats to watch 4k https://www.youtube.com/watch?v=gSp-PKbJIiM")
  • 02:58, 30 January 2024 Kenneth talk contribs created page Node.js/w3schools (Created page with "== w3schools Tutorial == https://www.w3schools.com/nodejs")
  • 02:56, 30 January 2024 Kenneth talk contribs created page Node.js (Created page with "== Node.js ==")
  • 02:56, 30 January 2024 Kenneth talk contribs created page Nodejs (Redirected page to Node.js) Tag: New redirect
  • 02:05, 22 January 2024 Kenneth talk contribs created page AWX/Auth (Created page with " Authentication — AWX CLI Ansible Tower 3.8.6 documentation https://docs.ansible.com/ansible-tower/latest/html/towercli/authentication.html TOWER_HOST=https://awx.example.org \ TOWER_USERNAME=alice \ TOWER_PASSWORD=secret \ awx login")
  • 02:05, 22 January 2024 Kenneth talk contribs created page AWX/CLI (Created page with " Basic Usage — AWX CLI Ansible Tower 3.8.6 documentation https://docs.ansible.com/ansible-tower/latest/html/towercli/usage.html#installation pip3 install --user https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-latest.tar.gz wget https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-latest.tar.gz tar -zvxf ansible-tower-cli-latest.tar.gz # cd awxkit-3.8.6 cd awxkit-* python setup.py install awx --help")
  • 20:47, 21 January 2024 Kenneth talk contribs created page Notes (Created page with "= 2024.01.20 = == Redudnant NFS == Ubuntu 22 LTS Create a Highly Available NFS Service with Gluster and Oracle Linux https://docs.oracle.com/en/learn/ol-ha-nfs/index.html apt remove nfs-kernel-server apt update apt install -y corosync glusterfs-cli glusterfs-server nfs-ganesha-gluster pacemaker pcs pcp-zeroconf fence-agents Create an XFS filesystem: sudo mkfs.xfs -f -i size=512 -L gluster-000 /dev/sdb Create Mountpoint: sudo mkdir -p /data/gfs echo 'LABEL=...")
  • 20:47, 21 January 2024 Kenneth talk contribs deleted page Omnia/Notes (content was: "= 2024.01.20 = == Redudnant NFS == Ubuntu 22 LTS Create a Highly Available NFS Service with Gluster and Oracle Linux https://docs.oracle.com/en/learn/ol-ha-nfs/index.html apt remove nfs-kernel-server apt update apt install -y corosync glusterfs-cli glusterfs-server nfs-ganesha-gluster pacemaker pcs pcp-zeroconf fence-agents Create an XFS filesystem: sudo mkfs.xfs -...", and the only contributor was "Kenneth" (talk))
  • 20:43, 21 January 2024 Kenneth talk contribs created page Ceph/MicroCeph (Created page with "== MicroCeph == Ubuntu 22.04 LTS MicroCeph with Snap These installation instructions use MicroCeph - Ceph in a snap. MicroCeph is a pure upstream Ceph distribution designed for small scale and edge deployments, which can be installed and maintained with minimal knowledge and effort. Install Ceph on Ubuntu | Ubuntu https://ubuntu.com/ceph/install Note: If snap is not installed: sudo apt install snapd Install microceph: sudo snap install microceph Bootstrap clust...")
  • 19:43, 21 January 2024 Kenneth talk contribs created page Template:Subtop (Created page with "<!-- == Subpage Table of Contents == --> '''Subpage Table of Contents''' {{Special:PrefixIndex/{{PAGENAME}}/}} <br/>")
  • 19:42, 21 January 2024 Kenneth talk contribs created page Ubuntu/snaps (Created page with " Introduction to snaps | Ubuntu https://ubuntu.com/core/services/guide/snaps-intro")
  • 21:45, 20 January 2024 Kenneth talk contribs created page DKMS (Created page with "== Dynamic Kernel Module Support (DKMS) ==")
  • 21:18, 20 January 2024 Kenneth talk contribs created page Omnia/Notes (Created page with "= 2024.01.20 = == Redudnant NFS == Ubuntu 22 LTS Create a Highly Available NFS Service with Gluster and Oracle Linux https://docs.oracle.com/en/learn/ol-ha-nfs/index.html apt remove nfs-kernel-server apt update apt install -y corosync glusterfs-server nfs-ganesha-gluster pacemaker pcs pcp-zeroconf fence-agents")
  • 23:34, 19 January 2024 Kenneth talk contribs created page Google/Cloud (Created page with "== Free Tier == Free cloud features and trial offer  |  Google Cloud Free Program https://cloud.google.com/free/docs/free-cloud-features The Free Tier provides limited access to many common Google Cloud products and services free of charge. Unlike the Free Trial, the Free Tier is available to all Google Cloud users. Free Tier resources are provided at intervals, usually monthly. Free Tier resources are not credits; they don't accumulate or roll over from one int...")
  • 05:06, 18 January 2024 Kenneth talk contribs created page Ceph/Maintenace (Created page with "== Maintenace == Begin maintenance: Ceph constantly tries to keep itself in balance. If you take a node down and it stays down for too long, ceph will begin to rebalance the data among the remaining nodes. If you’re doing short term maintenance, you can control this behavior to avoid unnecessary rebalance traffic. ceph osd set nobackfill ceph osd set norebalance Reboot / perform OSD maintenance. After maintenance is completed: ceph osd unset nobackfill ceph os...")
  • 01:48, 18 January 2024 Kenneth talk contribs created page Proxmox/Ventoy (Created page with "== 8.1 Boot Issue == Issue: [ERROR] no device with valid ISO found, please check your installation medium unable to continue (type exit or CTRL-D to reboot) Ticket: [issue]: Proxmox 8.1 Fails · Issue #2657 · ventoy/Ventoy https://github.com/ventoy/Ventoy/issues/2657 Hot Fix Build: (2023.12.04) Fix Proxmox 8.1 boot issue. https://github.com/ventoy/Ventoy/actions/runs/7088423200 Official Fix in release: ???")
  • 01:33, 18 January 2024 Kenneth talk contribs created page Ventoy (Created page with "== Ventoy == Ventoy https://www.ventoy.net/ Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them (screenshot). You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)