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).
- 21:09, 1 June 2025 Kenneth talk contribs created page Dr Who (Created page with "== The Long Song == The Long Song (with lyrics) - Doctor Who https://www.youtube.com/watch?v=fPisDzhYrCg == keywords ==")
- 16:52, 30 May 2025 Kenneth talk contribs created page Microsoft/Office/365 (Created page with " https://m365.cloud.microsoft/?auth=2&home=1")
- 16:52, 30 May 2025 Kenneth talk contribs created page Microsoft/Office/My Apps (Created page with " https://myapps.microsoft.com/")
- 16:51, 30 May 2025 Kenneth talk contribs created page Microsoft/Office/Word (Created page with " https://word.cloud.microsoft/?wdOrigin=OFFICEDOTCOM.SHELL")
- 16:50, 30 May 2025 Kenneth talk contribs created page Microsoft/Office/Visio (Created page with "https://m365.cloud.microsoft/launch/visio?auth=2")
- 16:30, 30 May 2025 Kenneth talk contribs created page DnD/Adventure Levels (Created page with "== Recommended Level for Published Adventures == ref: https://rpg.stackexchange.com/questions/209853/what-is-the-recommended-level-for-each-published-adventure === Hardcovers & Boxed Sets === <pre> Title Levels The Lost Mine of Phandelver (revamped as Phandelver and Below: The Shattered Obelisk, see below) 1-5 Hoard of the Dragon Queen 1-8 The Rise of Tiamat 8-15 Princes of the Apocalypse 1-15 Out of the Abyss 1-15 Curse of Strahd 1-10 Storm King's Thunder 1-1...")
- 21:54, 28 May 2025 Kenneth talk contribs created page Cisco/CBS220 (Created page with "== Default Login == cisco / cisco == Serial Console == Baud rate: 115200 tio -b 115200 /dev/ttyUSB0 == Show Running Config == sh run == Default Config == <pre> SwitchXXXXXX#sh run config-file-header CBS220-48T-4X SwitchXXXXXX v2.0.1.5 CLI v1.0 @ ! ! ! username "cisco" privilege admin secret 8 $8$xxxxxxxxxxxxxxxxxxxxxxxxxxx ! ! ! sntp server pool.ntp.org sntp server time-a.timefreq.bldrdoc.gov sntp server time-b.timefreq.bldrdoc.gov sntp server time-c.timefreq...")
- 21:50, 28 May 2025 Kenneth talk contribs moved page Cisco /VPN to Cisco/VPN without leaving a redirect
- 21:49, 28 May 2025 Kenneth talk contribs moved page Cisco VPN to Cisco /VPN
- 21:29, 28 May 2025 Kenneth talk contribs created page Cisco (Created page with "{{subpages}} Category:Cisco")
- 05:32, 28 May 2025 Kenneth talk contribs created page UFW (Created page with "== ufw == Enable firewall: sudo ufw enable Disable firewall: sudo ufw disable Show rules: sudo ufw status sudo ufw status numbered # rule numbers (for easy delete) sudo ufw status verbose # with port numbers Allow traffic: # sudo ufw allow 22/tcp sudo ufw allow 22/tcp comment "SSH" sudo ufw allow 53/tcp comment "DNS" Disallow traffic sudo ufw deny 53/tcp Delete rule: sudo ufw delete allow 53/tcp sudo ufw delete 1 # rule number from 'ufw status nu...")
- 17:25, 21 May 2025 Kenneth talk contribs created page Nft (Created page with "== nfs is replacement for iptables == * https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/getting-started-with-nftables_configuring-and-managing-networking * https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes")
- 21:32, 13 May 2025 Kenneth talk contribs created page Python/Problems (Created page with "== Roman Numeral to Integer == My favorite solution I found online: <ref>https://leetcode.com/problems/roman-to-integer/solutions/264743/clean-python-beats-99-78/</ref> <pre> class Solution: def romanToInt(self, s: str) -> int: translations = { "I": 1, "V": 5, "X": 10, "L": 50, "C": 100, "D": 500, "M": 1000 } number = 0 s = s.replace("IV", "IIII").repl...")
- 21:03, 12 May 2025 Kenneth talk contribs created page DnD/Random Magical Effects (Created page with " https://centralia.aquest.com/downloads/NLRMEv2.pdf The Net Libram of Random Magical Effects version 2.00 By Orrex <pre> 0001 1d10 of casterís fingers turn to stone 0002 1d100 bees swarm harmlessly around the caster for several weeks 0003 1d100 sparkling motes dance about the casterís head until dawn 0004 1d100% of casterís body turns to iron for that many rounds 0005 1d12 ducklings identify the caster as their mother 0006 1d4 of casterís fingers move from his...")
- 18:43, 9 May 2025 Kenneth talk contribs created page Windows/Download (Created page with "== Visual Studio Subscriptions Downloads == https://my.visualstudio.com/downloads === was MSDN === VS Subscription used to be called MSDN")
- 23:39, 8 May 2025 Kenneth talk contribs created page DnD/Monsters (Created page with "== Doppelganger == https://www.sideshow.com/wp/wp-content/uploads/2022/09/dnd_doppelganger-596x990.jpg == Gibbering Mouther == https://www.sideshow.com/wp/wp-content/uploads/2022/09/dnd_gibbering_mouther-768x940.jpg == keywords ==")
- 21:53, 8 May 2025 Kenneth talk contribs created page Windows/Remote Desktop (Redirected page to Remote Desktop) Tag: New redirect
- 21:53, 8 May 2025 Kenneth talk contribs created page Windows/RDP (Redirected page to Remote Desktop) Tag: New redirect
- 06:05, 8 May 2025 Kenneth talk contribs created page Whl (Created page with "See Python/Wheel")
- 23:35, 1 May 2025 Kenneth talk contribs created page DnD/Schools of Magic (Created page with "* '''Abjuration: Protection, countermagic, and banishment spells. * '''Conjuration: Creating or summoning things, often involving the summoning of creatures or objects. * '''Divination: Knowledge-based spells, revealing information about the past, present, or future. * '''Enchantment: Spells that affect the mental state of creatures, often involving manipulation or influence. * '''Evocation: Spells that deal direct damage or have other powerful effects. * '''Illusion: Sp...")
- 22:16, 29 April 2025 Kenneth talk contribs created page Linux/motherboard (Created page with "== Query Motherboard Model == sudo dmidecode -t 2 sudo dmidecode --string baseboard-product-name sudo dmidecode | more sudo lshw | grep -A5 "Mot" sudo dmesg | grep DMI: cat /sys/devices/virtual/dmi/id/board_* cat /sys/devices/virtual/dmi/id/board_{vendor,name,version} ref: <ref>https://askubuntu.com/questions/179958/how-do-i-find-out-my-motherboard-model</ref> == keywords ==")
- 19:02, 29 April 2025 Kenneth talk contribs created page Git/WSL (Created page with "~/.gitconfig <pre> [user] name = Mr User email = mr.user@example.com signingkey = /home/mruser/.ssh/signing [commit] gpgsign = true [gpg] format = ssh [gpg "ssh"] allowedSignersFile = /home/mruser/.allowed_signers [filter "lfs"] required = true process = git-lfs filter-process smudge = git-lfs smudge -- %f clean = git-lfs clean -- %f [pull] rebase = true [core] fileMode = false [gpg] # program = gpg program =...")
- 08:40, 23 April 2025 Kenneth talk contribs created page Samba/SMB1 (Created page with "Under workgroup line in smb.conf: server min protocol = NT1 Restart services: sudo service smbd restart sudo service nmbd restart Maybe for Ubuntu 24: client min protocol = CORE ref: https://askubuntu.com/questions/1265923/configuring-20-04-samba-for-smbv1")
- 19:49, 21 April 2025 Kenneth talk contribs created page Infrastructure as Code (Created page with "== Infrastructure as Code (IaC) == * '''Terraform''': A popular tool for provisioning infrastructure across various cloud providers and on-premise environments. * '''Ansible''': An agentless configuration management tool that can automate tasks on remote servers. * '''Chef''': A configuration management tool that uses a declarative approach to define infrastructure configurations. * '''Puppet''': Another configuration management tool that uses a declarative approach...")
- 19:48, 21 April 2025 Kenneth talk contribs created page IaC (Redirected page to Infrastructure as Code) Tag: New redirect
- 19:28, 21 April 2025 Kenneth talk contribs created page Terraform (Created page with "== Terraform vs Ansible == : In terms of popularity for individual configuration management tools, Ansible is now ahead of the pack, with a survey from TechRepublic showing that Ansible had the most widespread usage across survey respondents, at 41%, followed by Chef and Puppet in a tie at 31%, with Terraform at 31%, and Saltstack at 18%. <ref>https://www.upguard.com/blog/ansible-vs-chef#:~:text=In%20terms%20of%20popularity%20for,%2C%20and%20Saltstack%20at%2018%25.</re...")
- 18:05, 21 April 2025 Kenneth talk contribs created page Zulu Time (Redirected page to Military Time) Tag: New redirect
- 18:03, 21 April 2025 Kenneth talk contribs created page Zulu (Redirected page to Military Time) Tag: New redirect
- 15:46, 21 April 2025 Kenneth talk contribs created page Windows/KMS (Redirected page to Microsoft/KMS) Tag: New redirect
- 15:45, 21 April 2025 Kenneth talk contribs created page Windows/Activation (Created page with "To test if you can access the windows activation: curl -v https://activation-v2.sls.microsoft.com")
- 05:38, 21 April 2025 Kenneth talk contribs created page Welcome Christmas Grinch (Created page with " Welcome Christmas | How the Grinch Stole Christmas | TUNE https://www.youtube.com/watch?v=B5dhIHB525U Christmas Singing in Whoville https://www.youtube.com/watch?v=QiOBwLLSpI4")
- 19:07, 19 April 2025 Kenneth talk contribs deleted page SD/Anish Dangi (content was: " 2025.03.24: Anish: Now that I've "verbally" accepted, I guess i better start thinking about ideas..what's going on in general with the team? Are you able to make progress on CI Reimagined? 2025.04.02: Lan: "Everyone quick update, Anish has accepted our offer." 2025.04.18: Anish: "The visa transfer is in process. I'd expect a month more" 2025.04.18: Lan: "June 9th is th...", and the only contributor was "Kenneth" (talk))
- 18:52, 19 April 2025 Kenneth talk contribs created page Windows/Product Key (Created page with "For OEM machines only: wmic path softwareLicensingService get OA3xOriginalProductKey # or (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey For others use Magic Jelly Bean")
- 18:25, 19 April 2025 Kenneth talk contribs created page Windows/Server (Created page with "== Server Versions == EOL Life Cycle - https://learn.microsoft.com/en-us/microsoft-365-apps/end-of-support/windows-server-support == Windows Server 2025 == "Windows Server 2025 is based on Windows 11, version 24H2." <ref>https://en.wikipedia.org/wiki/Windows_Server</ref> Release: November 1, 2024 EOL: LTSC expires October 9, 2029 <ref>https://endoflife.date/windows-server</ref> EOL Dates - https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2025 ==...")
- 21:00, 18 April 2025 Kenneth talk contribs created page Passwords (Created page with " https://github.com/danielmiessler/SecLists/tree/master/Passwords SecLists SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. https://github.com/danielmiessler/SecLists == Humor == Remove my password from lists so hackers won't be able to hack me #155...")
- 20:40, 18 April 2025 Kenneth talk contribs created page SD/Anish Dangi (Created page with " 2025.03.24: Anish: Now that I've "verbally" accepted, I guess i better start thinking about ideas..what's going on in general with the team? Are you able to make progress on CI Reimagined? 2025.04.02: Lan: "Everyone quick update, Anish has accepted our offer." 2025.04.18: Anish: "The visa transfer is in process. I'd expect a month more"")
- 20:09, 18 April 2025 Kenneth talk contribs created page Windows/netstat (Created page with " # -n numbers # -o owning process id # -a all connections netstat -noa")
- 07:41, 16 April 2025 Kenneth talk contribs created page RustDesk/Notes (Created page with " How to forcefully change RustDesk client ID · Issue #838 · rustdesk/rustdesk https://github.com/rustdesk/rustdesk/issues/838 %AppData%\RustDesk\config\RustDesk.toml for portable C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\config\RustDesk.toml for installed stop all RustDesk.exe first. - https://rustdesk.com/docs/en/self-host/client-configuration/ rustdesk.exe --config <config-string>")
- 21:27, 14 April 2025 Kenneth talk contribs created page Windows/Prompt (Created page with "Change the default command line prompt to include a space: setx /m PROMPT "$P$G "")
- 07:28, 14 April 2025 Kenneth talk contribs created page Vim-cmd (Created page with "== vim-cmd == ESXi SSH Command Line [http://www.petri.co.il/vmware-esxi4-console-secret-commands.htm ESXi 4 Console - Secret Commands for Emergency Maintenance] The command 'vim-cmd' has several extensions: vim-cmd help == Get VIM by Name == VMID=`vim-cmd vmsvc/getallvms | grep "[NAME]" | awk '{print $1'}` VMID=`vim-cmd vmsvc/getallvms | grep "[0-9]*[ ]*MY_VM_NAME" | awk '{print $1'}` # more exact === Revert a set of VMs === <pre> if true ; then VMLIST="vum5...")
- 22:42, 10 April 2025 Kenneth talk contribs created page RustDesk (Created page with "== Rust Desk == == Installation == Installation :: Documentation for RustDesk https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/ ufw allow 22/tcp comment "SSH" ufw allow 21114:21119/tcp comment "RustDesk" ufw allow 8000/tcp "RustDesk Web" ufw allow 21116/udp "RustDesk" sudo ufw enable wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/install.sh chmod +x install.sh ./install.sh == Services == hbbs - RustDesk ID/Rende...")
- 21:18, 7 April 2025 Kenneth talk contribs created page GitHub/Support (Created page with "Support tickets: (personal and enterprise level) https://support.github.com/tickets")
- 20:03, 7 April 2025 Kenneth talk contribs created page Git/lfs (Redirected page to Git/LFS) Tag: New redirect
- 18:32, 7 April 2025 Kenneth talk contribs created page Outlook Google Calendar Sync (Created page with " Outlook Google Calendar Sync - OGCS https://www.outlookgooglecalendarsync.com/")
- 18:32, 7 April 2025 Kenneth talk contribs created page OGCS (Redirected page to Outlook Google Calendar Sync) Tag: New redirect
- 22:31, 5 April 2025 Kenneth talk contribs created page SCAR (Created page with "== keywords == Category:Programming Category:IT Administration Category:Windows Category:Windows Automation")
- 22:31, 5 April 2025 Kenneth talk contribs created page AutoHotkey (Created page with "== keywords == Category:Windows Automation")
- 21:29, 31 March 2025 Kenneth talk contribs created page Vowels (Created page with "== And Sometimes W == Fork Cork . Work (double o sound) https://youtube.com/shorts/f6rbV8iT17U?si=3zygn8sNBZmf3fHH "A, E, I, O, U, Y and sometimes W". This is something I was taught as a child because I spoke Welsh and English. People always look at me odd for it. <ref>https://www.youtube.com/watch?v=f6rbV8iT17U&lc=UgwdQ_VF1u4FHqKnGhF4AaABAg</ref>")
- 16:08, 28 March 2025 Kenneth talk contribs created page SHA (Created page with "== SHA-3 vs SHA-256 == What is the difference between SHA-3 and SHA-256? https://crypto.stackexchange.com/questions/68307/what-is-the-difference-between-sha-3-and-sha-256 SHA-256 is SHA-2 with 256-bit output. SHA-2 is the predecessor to SHA-3. They share very little beyond the name https://i.imgur.com/I8Ri5xa.png == keyword ==")
- 16:04, 28 March 2025 Kenneth talk contribs created page Linux/sha3 (Created page with "== SHA-3 == sudo apt install libdigest-sha3-perl Default 224 bit algorithm: sha3sum [file] sha3sum [file] > [file].sha3 sha3-256 bit algorithm: sha3sum -a 256 [file] sha3sum -a 256 [file] > [file].sha3-256 sha3sum --algorithm 256 [file] Check: sha3sum -c [file].sha3 sha3sum --check [file].sha3 == keywords == Category:Cryptography Category:Checksum")