New pages
Jump to navigation
Jump to search
- 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) [2,967 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,755 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 ==")