New pages
Jump to navigation
Jump to search
- 19:33, 1 December 2025 Spanning Tree Protocol (hist | edit) [1,626 bytes] Kenneth (talk | contribs) (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 Xorriso (hist | edit) [68 bytes] Kenneth (talk | contribs) (Created page with "== xorriso ==")
- 21:24, 24 November 2025 Smcipmitool (hist | edit) [781 bytes] Kenneth (talk | contribs) (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 TCG (hist | edit) [70 bytes] Kenneth (talk | contribs) (Created page with " https://trustedcomputinggroup.org/resource/tcg-storage-opal-and-nvme/")
- 22:41, 20 November 2025 CentOS/usbip (hist | edit) [3 bytes] Kenneth (talk | contribs) (Created page with "hmm")
- 22:32, 20 November 2025 CentOS/dnf (hist | edit) [666 bytes] Kenneth (talk | contribs) (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 CentOS/CRB (hist | edit) [37 bytes] Kenneth (talk | contribs) (Created page with "See CentOS/CodeReady Builder Repo")
- 22:26, 20 November 2025 CentOS/EPEL Repo (hist | edit) [1,161 bytes] Kenneth (talk | contribs) (Created page with "Enable CRB: (See CentOS/CRB reference: https://www.redhat.com/en/blog/install-epel-linux")
- 22:23, 20 November 2025 CentOS/CRB Repo (hist | edit) [38 bytes] Kenneth (talk | contribs) (Created page with "See Code Ready Builder Repo")
- 22:23, 20 November 2025 CentOS/CodeReady Builder Repo (hist | edit) [371 bytes] Kenneth (talk | contribs) (Created page with "== Code Ready Builder (CRB) Repo == To enable the Code Ready Builder (CRB) repo: sudo dnf config-manager --set-enabled crb") originally created as "CentOS/Code Ready Builder Repo"
- 22:22, 20 November 2025 CentOS/Code Ready Builder (hist | edit) [38 bytes] Kenneth (talk | contribs) (Created page with "See CentOS/Code Ready Builder Repo")
- 22:22, 20 November 2025 CentOS/EPEL-Release Repo (hist | edit) [44 bytes] Kenneth (talk | contribs) (Created page with "== EPEL Release == yum install epel-release")
- 22:08, 20 November 2025 CentOS/EPEL-Release (hist | edit) [32 bytes] Kenneth (talk | contribs) (Created page with "== EPEL Release == yum install epel-release")
- 21:15, 20 November 2025 CentOS/Docker (hist | edit) [22 bytes] Kenneth (talk | contribs) (Created page with " yum install docker=ce")
- 19:12, 20 November 2025 Cisco/CBS220/DefaultConfig (hist | edit) [1,739 bytes] Kenneth (talk | contribs) (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 CentOS/nfs (hist | edit) [33 bytes] Kenneth (talk | contribs) (Created page with "== nfs == yum install nfs-utils")
- 05:07, 20 November 2025 CentOS (hist | edit) [32 bytes] Kenneth (talk | contribs) (Created page with "{{subpages}} Category:Linux")
- 23:19, 19 November 2025 CentOS/htop (hist | edit) [134 bytes] Kenneth (talk | contribs) (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 Windows/Sudo (hist | edit) [195 bytes] Kenneth (talk | contribs) (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 Git-Bash (hist | edit) [1,542 bytes] Kenneth (talk | contribs) (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 LDS/Technology Specialist (hist | edit) [102 bytes] Kenneth (talk | contribs) (Created page with " https://www.churchofjesuschrist.org/study/manual/my-calling-as-a-stake-technology-specialist?lang=eng")
- 00:32, 14 November 2025 CVE/CVE-2025-3052 (hist | edit) [2,469 bytes] Kenneth (talk | contribs) (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 Linux/fwupd (hist | edit) [937 bytes] Kenneth (talk | contribs) (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 Windows 11 Upgrade (hist | edit) [3,413 bytes] Kenneth (talk | contribs) (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 Windows 10/Windows 11 Upgrade (hist | edit) [26 bytes] Kenneth (talk | contribs) (Created page with "See Windows 11 Upgrade")
- 00:14, 5 November 2025 Python/PyInstaller Extractor (hist | edit) [422 bytes] Kenneth (talk | contribs) (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 Python/Decompile (hist | edit) [470 bytes] Kenneth (talk | contribs) (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 Tftp (hist | edit) [110 bytes] Kenneth (talk | contribs) (Created page with "== tftp == == linux/tftp == See linux/tftp == keywords ==")
- 23:09, 23 October 2025 Stars Without Number (hist | edit) [26 bytes] Kenneth (talk | contribs) (Created page with "== Stars Without Number ==")
- 22:39, 21 October 2025 Linux/Alternatives (hist | edit) [1,067 bytes] Kenneth (talk | contribs) (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...")
- 15:54, 13 October 2025 Synopsys (hist | edit) [2,384 bytes] Kenneth (talk | contribs) (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 Windows/getmac (hist | edit) [1,161 bytes] Kenneth (talk | contribs) (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 Password (hist | edit) [340 bytes] Kenneth (talk | contribs) (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 Supermicro/ipmicfg (hist | edit) [15 bytes] Kenneth (talk | contribs) (Created page with "See ipmicfg")
- 15:52, 6 October 2025 Python/Coverage (hist | edit) [118 bytes] Kenneth (talk | contribs) (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 Python/keyring (hist | edit) [385 bytes] Kenneth (talk | contribs) (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 ASUS (hist | edit) [728 bytes] Kenneth (talk | contribs) (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 ASRock (hist | edit) [369 bytes] Kenneth (talk | contribs) (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 Windows/WinDbg (hist | edit) [14 bytes] Kenneth (talk | contribs) (Created page with "See WinDbg")
- 19:58, 16 September 2025 Python/enum (hist | edit) [1,850 bytes] Kenneth (talk | contribs) (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 Games/Foundry (hist | edit) [421 bytes] Kenneth (talk | contribs) (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")