New pages
Jump to navigation
Jump to search
- 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")