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).
- 19:33, 1 December 2025 Kenneth talk contribs created page Spanning Tree Protocol (Created page with "== Spanning Tree == Spanning Tree Protocol (STP) is a network protocol that creates a loop-free logical topology for Ethernet networks by blocking redundant links. It prevents network loops that can cause "broadcast storms," which overwhelm a network and bring it down. STP ensures there is only one active path between any two devices and automatically reroutes traffic through a backup link if an active one fails, thus providing network redundancy and stability * Preven...")
- 09:55, 29 November 2025 Kenneth talk contribs created page Xorriso (Created page with "== xorriso ==")
- 21:24, 24 November 2025 Kenneth talk contribs created page Smcipmitool (Created page with "== Supermicro IPMI Tool == == Hostname for DHCP == Hostname for DHCP can be set in the web interface. sh SMCIPMITool myhost.oeey.com ADMIN ADMIN ipmi oem gethostname sh SMCIPMITool myhost.oeey.com ADMIN ADMIN ipmi oem sethostname i-myhost.oeey.com == Reboot BMC == sh SMCIPMITool myhost.oeey.com ADMIN ADMIN ipmi reset == SMCIPMITool == Download - https://www.supermicro.com/solutions/SMS_IPMI.cfm SMCIPMITool README - https://www.supermicro.com/wftp/utility/Sup...")
- 08:24, 21 November 2025 Kenneth talk contribs created page TCG (Created page with " https://trustedcomputinggroup.org/resource/tcg-storage-opal-and-nvme/")
- 22:41, 20 November 2025 Kenneth talk contribs created page CentOS/usbip (Created page with "hmm")
- 22:32, 20 November 2025 Kenneth talk contribs created page CentOS/dnf (Created page with "List All Available Packages: dnf list available --enablerepo=epel Search for a Specific Package: # Replace package-name with the name of the package you wish to find: dnf search package-name --enablerepo=epel Install a Package: # Replace package-name with the package to install: dnf install package-name --enablerepo=epel Check for Updates on Installed EPEL Packages: dnf check-update --enablerepo=epel If you need to remove the EPEL repositories, use the followin...")
- 22:26, 20 November 2025 Kenneth talk contribs created page CentOS/CRB (Created page with "See CentOS/CodeReady Builder Repo")
- 22:26, 20 November 2025 Kenneth talk contribs created page CentOS/EPEL Repo (Created page with "Enable CRB: (See CentOS/CRB reference: https://www.redhat.com/en/blog/install-epel-linux")
- 22:24, 20 November 2025 Kenneth talk contribs moved page CentOS/Code Ready Builder Repo to CentOS/CodeReady Builder Repo
- 22:23, 20 November 2025 Kenneth talk contribs created page CentOS/CRB Repo (Created page with "See Code Ready Builder Repo")
- 22:23, 20 November 2025 Kenneth talk contribs created page CentOS/Code Ready Builder Repo (Created page with "== Code Ready Builder (CRB) Repo == To enable the Code Ready Builder (CRB) repo: sudo dnf config-manager --set-enabled crb")
- 22:22, 20 November 2025 Kenneth talk contribs created page CentOS/Code Ready Builder (Created page with "See CentOS/Code Ready Builder Repo")
- 22:22, 20 November 2025 Kenneth talk contribs created page CentOS/EPEL-Release Repo (Created page with "== EPEL Release == yum install epel-release")
- 22:08, 20 November 2025 Kenneth talk contribs created page CentOS/EPEL-Release (Created page with "== EPEL Release == yum install epel-release")
- 21:15, 20 November 2025 Kenneth talk contribs created page CentOS/Docker (Created page with " yum install docker=ce")
- 19:12, 20 November 2025 Kenneth talk contribs created page Cisco/CBS220/DefaultConfig (Created page with "== Default user and pass == user: cisco pass: cisco == Default Config == <pre> config-file-header CBS220-48T-4X Switchxxxxxx v2.0.1.5 CLI v1.0 @ ! ! ! username "xxx" privilege admin secret 8 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ! ! ! sntp server pool.ntp.org sntp server time-a.timefreq.bldrdoc.gov sntp server time-b.timefreq.bldrdoc.gov sntp server time-c.timefreq.bldrdoc.gov sntp server time-pnp.cisco.com ! voice vlan oui-table add 00:E0:BB 3COM voice vlan oui-table...")
- 05:08, 20 November 2025 Kenneth talk contribs created page CentOS/nfs (Created page with "== nfs == yum install nfs-utils")
- 05:07, 20 November 2025 Kenneth talk contribs created page CentOS (Created page with "{{subpages}} Category:Linux")
- 05:07, 20 November 2025 Kenneth talk contribs created page Centos (Redirected page to CentOS) Tag: New redirect
- 23:19, 19 November 2025 Kenneth talk contribs created page CentOS/htop (Created page with "== Install htop == Install epel release first: yum -y install epel-release Then install htop: yum -y install htop == keywords ==")
- 23:35, 18 November 2025 Kenneth talk contribs created page Windows/Sudo (Created page with " https://learn.microsoft.com/en-us/windows/advanced-settings/sudo/?wt.mc_id=windows_inproduct_sudo To enable Sudo for Windows, open Settings > System > For Developers and set Enable sudo to On.")
- 03:48, 18 November 2025 Kenneth talk contribs created page Git-Bash (Created page with "== Symbolic Links == Requires Elevated Privileges: (or UAC turned off) <ref>https://stackoverflow.com/questions/18641864/git-bash-shell-fails-to-create-symbolic-links</ref> export MSYS=winsymlinks:nativestrict ln -s <target_path> <link_name> Requires Elevated Privileges: cmd /c "mklink /D <link_name> <target_directory>" # For directory symlinks cmd /c "mklink <link_name> <target_file>" # For file symlinks Turn on in Git: git config --global core.symlinks true...")
- 23:23, 16 November 2025 Kenneth talk contribs created page LDS/Technology Specialist (Created page with " https://www.churchofjesuschrist.org/study/manual/my-calling-as-a-stake-technology-specialist?lang=eng")
- 00:32, 14 November 2025 Kenneth talk contribs created page CVE/CVE-2025-3052 (Created page with " cjee21/Check-UEFISecureBootVariables: PowerShell scripts to check the UEFI KEK, DB and DBX Secure Boot variables. https://github.com/cjee21/Check-UEFISecureBootVariables Get-SecureBootUEFI https://learn.microsoft.com/en-us/powershell/module/secureboot/get-securebootuefi?view=windowsserver2025-ps")
- 21:16, 10 November 2025 Kenneth talk contribs created page Linux/fwupd (Created page with "== fwupd == fwupd - This project aims to make updating firmware on Linux automatic, safe, and reliable. https://github.com/fwupd/fwupd If you have a device with firmware supported by fwupd, this is how you can check for updates and apply them using fwupd's command line tools. # fwupdmgr get-devices This will display all devices detected by fwupd. # fwupdmgr refresh This will download the latest metadata from LVFS. # fwupdmgr get-updates If updates are availa...")
- 06:13, 8 November 2025 Kenneth talk contribs created page Windows 11 Upgrade (Created page with "== Error: Your organization manages updates on this PC == The "Your organization manages updates on this PC" message in the Windows 11 PC Health Check typically appears when the system detects that update management is controlled by an external organization, even on a personal device. This can occur due to several reasons, including the presence of a linked work or school account, administrative policies set via Group Policy, or specific registry configurations related...")
- 06:08, 8 November 2025 Kenneth talk contribs created page Windows 10/Windows 11 Upgrade (Created page with "See Windows 11 Upgrade")
- 00:14, 5 November 2025 Kenneth talk contribs created page Python/PyInstaller Extractor (Created page with " https://github.com/extremecoders-re/pyinstxtractor PyInstaller Extractor is a Python script to extract the contents of a PyInstaller generated executable file. The header of the pyc files are automatically fixed so that a Python bytecode decompiler will recognize it. The script can run on both Python 2.x and 3.x. python pyinstxtractor.py test.exe git clone https://github.com/extremecoders-re/pyinstxtractor.git")
- 21:24, 4 November 2025 Kenneth talk contribs created page Python/Decompile (Created page with "== uncompyle6 == Cross Python bytecode decompiler for Python bytecode up to Python 3.8. pip install uncompyle6 uncompyle6 your_filename.pyc uncompyle6 your_filename.pyc > your_filename.py")
- 09:56, 4 November 2025 Kenneth talk contribs created page Tftp (Created page with "== tftp == == linux/tftp == See linux/tftp == keywords ==")
- 23:09, 23 October 2025 Kenneth talk contribs created page Stars Without Number (Created page with "== Stars Without Number ==")
- 22:39, 21 October 2025 Kenneth talk contribs created page Linux/Alternatives (Created page with " sudo update-alternatives --config java <pre> There are 3 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ------------------------------------------------------------ * 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode 1 /usr/bin/gij-4.4 1044 manual mode 2 /usr/lib/jvm/java-6-openjdk/jre/bin/java 106...")
- 06:37, 20 October 2025 Kenneth talk contribs created page Kubectl (Redirected page to Kubernetes) Tag: New redirect
- 15:54, 13 October 2025 Kenneth talk contribs created page Synopsys (Created page with "== Synopsys ARC-V == ARC-V Processor IP | Synopsys https://www.synopsys.com/designware-ip/processor-solutions/arc-v-processors.html Enhancing RISC-V Design w/ ARC Processor IP | Synopsys Blog https://www.synopsys.com/blogs/chip-design/arc-processor-ip-risc-v.html Synopsys Moves To RISC-V To Help SoC Developers https://www.forbes.com/sites/karlfreund/2023/11/08/synopsys-moves-to-risc-v-to-help-soc-developers/ === Expansion or EOL === <blockquote> "A familiar fr...")
- 22:12, 10 October 2025 Kenneth talk contribs created page Windows/getmac (Created page with "<pre> C:\> getmac Physical Address Transport Name =================== ========================================================== XX-50-41-00-00-XX \Device\Tcpip_{XX790ECD-12AF-4B02-98F6-4F2FD93F44XX} XX-E0-4C-68-18-XX \Device\Tcpip_{XX2417A6-A4C8-4A03-BB31-E87C0CBC84XX} XX-2F-74-DD-CB-XX \Device\Tcpip_{XX7F306D-F083-458C-A5E5-3AE3A80511XX} </pre> <pre> XX-EC-EF-61-FC-XX Media disconnected </pre>")
- 17:34, 10 October 2025 Kenneth talk contribs created page Password (Created page with "== Correct horse battery staple == https://imgs.xkcd.com/comics/password_strength_2x.png https://xkcd.com/936/")
- 07:37, 8 October 2025 Kenneth talk contribs created page Supermicro/ipmicfg (Created page with "See ipmicfg")
- 15:52, 6 October 2025 Kenneth talk contribs created page Python/Coverage (Created page with " $ python -m coverage run -m pytest tests/test_example.py $ python -m coverage report -m $ python -m coverage html")
- 21:47, 30 September 2025 Kenneth talk contribs created page Python/keyring (Created page with " https://github.com/jaraco/keyring <pre> >>> import keyring >>> keyring.set_password("system", "username", "password") >>> keyring.get_password("system", "username") 'password' </pre> <pre> $ keyring --help $ keyring set system username Password for 'username' in 'system': $ keyring get system username password </pre>")
- 01:59, 27 September 2025 Kenneth talk contribs created page ASUS (Created page with "== OUI == The vendor of the MAC address 34:97:F6:xx:xx:xx is ASUSTek COMPUTER INC. The vendor is identified by the first six characters of the MAC address, which is known as the Organizationally Unique Identifier (OUI). MAC Address: 34:97:F6:xx:xx:xx OUI: 34:97:F6 Vendor: ASUSTek COMPUTER INC")
- 01:58, 27 September 2025 Kenneth talk contribs created page ASRock (Created page with "== ASRock OUI == A8:A1:59:xx:xx:xx The vendor of the MAC address A8:A1:59:C6:6F:15 is ASRock Incorporation. The vendor is determined by the first three octets of the MAC address, known as the Organizationally Unique Identifier (OUI), which for this address is A8:A1:59.")
- 17:30, 26 September 2025 Kenneth talk contribs created page Windows/WinDbg (Created page with "See WinDbg")
- 19:58, 16 September 2025 Kenneth talk contribs created page Python/enum (Created page with "== enum — Support for enumerations == Python 3: enum — Support for enumerations https://docs.python.org/3/library/enum.html <pre> from enum import Enum # class syntax class Color(Enum): RED = 1 GREEN = 2 BLUE = 3 # functional syntax Color = Enum('Color', ['RED', 'GREEN', 'BLUE']) </pre> Convert string name or value to enum: <pre> def value_to_enum(color_value_str): try: return Color(color_value_str) except ValueError: retu...")
- 03:46, 16 September 2025 Kenneth talk contribs created page Games/Foundry (Created page with "== Steam == https://store.steampowered.com/app/983870/FOUNDRY/ Release Date: May 2, 2024 Developer: Channel 3 Entertainment Publisher: Paradox Interactive == FOUNDRY == https://www.paradoxinteractive.com/games/foundry/about == Wiki == https://wiki.foundry-game.com/ == Server == amp/FoundryLaLa01/foundry/2915550/save/[SAVENAME]/_autosave_0 .. amp/FoundryLaLa01/foundry/2915550/save/[SAVENAME]/_autosave_4")
- 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)")