I’ve seen a few people having problems using PowerShell to log into their Raspberry Pi 2 that’s running Windows IoT. If you’re here, you’re already frustrated, so here’s what worked for me… Restart WinRM using these 2 commands: net stop winrm net start winrm Next, instead of using the device name for your Raspberry Pi… Continue reading Can’t login using PowerShell to Raspberry Pi running Windows IoT [SOLVED]
Category: C#
Crypto Wallet Backup – Adds Testnet and CONF files
This is an updated version of the GUI version of Crypto Wallet Backup. It adds in 2 things: Testnet folders *.conf files There are no other functional changes. If you use testnet, and need your testnet wallet, then this is what you want. If you also want to back up your *.conf files, then this… Continue reading Crypto Wallet Backup – Adds Testnet and CONF files
Crypto Wallet Backup Console Version with ZIP and Password Protection
I’ve added in a couple new features. Instead of the backup simply being a folder with all the files, it’s now a ZIP file. Also, there’s an option to password protect the ZIP file. DOWNLOAD To use it, simply download it, unzip it into the same folder as the GUI version of Crypto Wallet Backup.… Continue reading Crypto Wallet Backup Console Version with ZIP and Password Protection
Crypto Wallet Backup Console Version
Someone asked me for some more features for the Crypto Wallet Backup program, so I’ve got a quick update with some of those. This download requires the previous version. It’s just a console version that you can use in the Windows Task Scheduler for scheduled backups. It doesn’t do any zipping or encryption though –… Continue reading Crypto Wallet Backup Console Version
Cartesian Product Password Combination Generator
I was motivated to fix this up password combination generator after reading yet another poor fellow on Reddit’s /r/bitcoin who had lost his wallet password. Don’t know if this will help him, but hopefully he’ll get his Bitcoins back. A while back I worked on a computing device artificial intelligence language corpus project for one… Continue reading Cartesian Product Password Combination Generator
Crypto Wallet Backup – A simple, easy, open source wallet.dat backup program
Crypto Wallet Backup is an extremely simple, easy way to back up all your crypto currency wallets. And the source code is available for anyone to look at, add to, modify, or do whatever they want with. Crypto Wallet Backup is designed to be run from a USB memory stick or portable storage, like a… Continue reading Crypto Wallet Backup – A simple, easy, open source wallet.dat backup program
Back Doing Guitar & Drum Trainer Development
While I’ve been back doing some more development on Guitar & Drum Trainer, I noticed a few bugs and fixed them. The funny thing is that with thousands of people using it, nobody has ever noticed the bug or at least not reported them. They were very minor, but still… one would have thought that… Continue reading Back Doing Guitar & Drum Trainer Development
Frackin’ Reserve! for Android
Frackin’ Reserve is now available for Android! In an effort to try and help educate people about the inevitable mathematical fraud of fractional reserve banking, I’ve released an Android version. It’s 100% free. Pass it around, and let’s END THE FED! Frackin’ Reserve lets you simulate what happens in the money cycle with fractional reserve… Continue reading Frackin’ Reserve! for Android
Recover Lost FreeNAS User and Password
“Brute Force FreeNAS” is a simple, quick utility to get back a forgotten user name and password. It works very simply. You must enter a list of possible user names that you had for your FreeNAS and a list of possible passwords. The utility then combines them all (in a Cartesian product) and brute forces… Continue reading Recover Lost FreeNAS User and Password
Frackin’ Reserve! for Linux and Mac OS X
The first version of Frackin’ Reserve! was only for Windows, and the second version was a web version, but suffered from some typical web limitations. This version is cross platform for Windows, Linux, and Mac OS X. It requires Mono, which is a free download that you can get here. Frackin’ Reserve! is a fractional… Continue reading Frackin’ Reserve! for Linux and Mac OS X