Aaron

Author's details

Name: Aaron Myers
Date registered: March 30, 2014
URL: https://www.balddba.com

Latest posts

  1. Ransomeware Attack — February 7, 2023
  2. RMAN table recovery error — May 20, 2022
  3. Getting and formatting index ddl — September 17, 2021
  4. pythonGit private repository — September 2, 2020
  5. cx_Oracle ORA-24418 — April 30, 2020

Author's posts listings

Sep 24

Unzipping all Zip files in a directory

I don’t know why zip can’t handle multiple inputs, but it cant’. Gzip does just fine unzipping everything in a directory, I use this little “script” all the time on the command line to unzip all the files in a directory. for file in $(ls *.zip) do echo $file unzip -o $file done Its a …

Continue reading »

Jul 09

New Blades

I just got two additional block erupted blades today, they have been over clocked from 10GH/s to 13GH/s. By todays mining standards this isn’t much hashing power, but I got them very cheap. I had the backplane for these things, but have been having a hard time getting it to not overload the power supply …

Continue reading »

Jul 03

Automating with Telnet

I have a stupid problem, I have a Bitcoin ASIC called a Hex miner. For some reason every 12 hours the thing slows down from 24GH/sec to 5GH/sec. The only way I have found to solve the problem is to power cycle the controller and the unit itself. This would be a pain since I …

Continue reading »

Jun 29

Simple Errors Take The Most Time To Find

If you haven’t noticed I like crypto currencies, I I was trying to get one of my computers to mine X11 coins on the CPU, just to play around with it, but could not get the client to install. I finally found this article: https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c/issues/3 I commented out two lines, and everything started working   …

Continue reading »

Mar 30

Complete Incompetence

My host managed to nuke EVERYTHING on my server. I have some backups but the majority of all my sites is lost. I will rebuild. They nuked me due to an accounting system error.

» Newer posts