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).
- 16:12, 27 August 2025 Kenneth talk contribs created page Windows/Windhawk (Created page with "See Windhawk")
- 16:12, 27 August 2025 Kenneth talk contribs created page Windows/Taskbar Ungroup (Created page with "See Windhawk")
- 16:44, 22 August 2025 Kenneth talk contribs created page Windows/SHA256 (Created page with "== certutil == certutil -hashfile [FILE] SHA256 certutil -hashfile [FILE] sha256 certutil -hashfile [FILE] SHA256 > file.certutil # does not appear to be designed for compare other than visually Example: <pre> C:\test> certutil -hashfile SOMEFILE sha256 SHA256 hash of SOMEFILE: 2f4a20cca5fce6f872bcfc17828fe7cc4f398ce69de25f5798b0d3ffbxxxxxxx CertUtil: -hashfile command completed successfully. </pre> == get-filehash == Get-FileHash -Algorithm SHA256 [FILE] get-f...")
- 18:01, 20 August 2025 Kenneth talk contribs created page Aluminum (Created page with "== Aluminum 20-2020 Extrusion == https://8020.net/20-2020.html 20-2020 20mm X 20mm T-Slotted Profile - Four Open T-Slots 20-2020 is a 20mm x 20mm metric 20 series square T-slot profile with four open T-slots, one on each 20mm face. The profile is smooth, which makes it resistant to dirt and debris buildup while also being easy to clean. The 20-2020 profile is compatible with all 20 series fasteners. The 20-2020 profile is part of the smallest profile series 80/20...")
- 22:28, 19 August 2025 Kenneth talk contribs created page WinDbg (Created page with "== WinDbg == https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/ == WinGet == See WinGet winget install Microsoft.WinDbg")
- 16:36, 18 August 2025 Kenneth talk contribs created page Python/Hex (Created page with "To convert a bytes object to a hexadecimal string in Python, the most straightforward and recommended method is to use the built-in .hex() method available on bytes and bytearray objects. Python # Example bytes object my_bytes = b'\x00\xff\x10\xab' # Convert to a hexadecimal string hex_string = my_bytes.hex() print(hex_string)")
- 16:36, 18 August 2025 Kenneth talk contribs created page PCIID (Created page with "To update the PCI ID database in Linux, which provides human-readable names for PCI devices, the update-pciids command is used. This command downloads the latest version of the pci.ids file from the official PCI ID repository. Steps to Update the PCI ID Database: Ensure Internet Connectivity: . The update-pciids command requires an active internet connection to download the updated pci.ids file. Execute the Command: . Open a terminal and run the update-pciids command wit...")
- 16:35, 18 August 2025 Kenneth talk contribs created page Python/Typing (Created page with " https://docs.python.org/3/library/typing.html https://dagster.io/blog/python-type-hinting")
- 02:16, 18 August 2025 Kenneth talk contribs moved page Games/Trine to Games/Trine 1
- 02:15, 18 August 2025 Kenneth talk contribs created page Games/Trine 4 (Created page with "== Save Game Location == ref: https://www.pcgamingwiki.com/wiki/Trine_4:_The_Nightmare_Prince Windows %APPDATA%\Trine4\ Steam <Steam-folder>\userdata\<user-id>\690640\remote\ Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/690640/pfx/[Note 1]")
- 01:49, 18 August 2025 Kenneth talk contribs created page Games/Save Game Location (Created page with "== Steam Version == Windows: C:\Program Files (x86)\Steam\userdata\[YOUR ACCOUNT ID]\35700\remote. macOS (OS X): Refer to the Steam folder for your account's user ID. Linux: $HOME/.frozenbyte/Trine1/. == GOG Version == Windows: `%appdata%\Trine2\` (e.g., C:\Users\[USERNAME]\AppData\Roaming\Trine2).")
- 16:46, 3 August 2025 Kenneth talk contribs created page RHEL/firewalld (Created page with "== List Ports == == Add Port == firewall-cmd --add-port=80/tcp --permanent firewall-cmd --reload")
- 03:55, 2 August 2025 Kenneth talk contribs created page Games/Trine 5 (Created page with "== LAN Only == Trying to get 2 GOG to work - didn't seem to work though? https://www.pcgamingwiki.com/wiki/Trine_5:_A_Clockwork_Conspiracy Non-EPIC / Offline (v)LAN Multiplayer • Link The usage of EPIC Games servers for multiplayer can be disabled and "LAN only" can be forced by opening %appdata%\Trine5\options.txt and adding setOption(networkModule, "UseEOS", false) setOption(networkModule, "UseLANOnly", true)")