TLDR; Find a copy of the Intel CSME Linux updater binary FWUpdLcl and use that to apply the firmware .bin update extracted from your Windows IME Driver installer. IME is a mixed bag and should be disabled (as much as feasible) if you’re not using it or updated if you’re planning on using it. Modern […]
Tag: hacks
1. Jailbreak iPhone2. Install tcpdump from Cydia (manpage)3. Install OpenSSH from Cydia4. Install WireShark on your local machine (wireshark docs)5. Connect iPhone to same network as local6. WireShark -> SSH Remote Capture7. Remote address: IP of your iPhone8. Remote port: 229. Username: root10. Password: alpine11. Remote Interface: <make this blank>12. Remote Capture Command: 13. Remote […]
I will show you how to change the “Computer Name” portion of your Windows 8 File History backups. This method applies to the following scenarios: You replaced your old computer, but would like to continue using the same File History Backup You changed your Computer Name AFTER initially setting up File History Navigate to C:\Users\<Username>\AppData\Local\Microsoft\Windows\FileHistory […]
Keep Your Free dyndns.org Account
Programmatically login to your dyndns.org account Per the discussion and script provided by azertx here, I’ve decided to document things a little more clearly in the hopes that more people are able to continue using the dyndns.org FREE dynamic hostname service. Create a perl script called ‘dyndns-refresh.pl’ containing the following code: #!/usr/bin/perl use strict; use […]