• TinyCurl

    Tiny Curl Binary for Windows can be found here: https://github.com/freemanbach/tinycurl

  • Lua Binary for Windows 10/11

    Lua Binary for WIndows can be found here: https://github.com/freemanbach/LuaWindowsBinary

  • Powershell scripting to clean old windows python registry data

    $path = get-childItem “HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\YOUR_UUID_NUMBERS\Components” $data = “Python3116” cd “HKLM:\” Foreach($key in $path) {     IF( ( $key.GetValueNames() | %{$key.GetValue($_)}) -match $Data){         Write-Host $key # Uncomment the line below to delete the old data         #Remove-Item $key -Verbose     } }

  • Python Install CMD scripts for Windows

    You can find the new Automatic CMD install in this github location. https://github.com/freemanbach/PythonInstallerScripts/tree/main/python3  

  • Testing new WordPresss

    Due to malicious plugins, website is gone.   trying to see if this would work. Nothing is planned right now to re-upload all of the old WP contents. After using clamav to scan all of the contents downloaded from WP,  the results showed up as clean. it may not be malicious, but perhaps Godaddy broke their…