miniGeek.org

another collection of bits and bytes

Navigation Menu

recovering data from a disk

Posted on May 13, 2013 in Linux | 0 comments

Yet another method for extracting data from a failing harddrive. I originally came across the link which pointed me in the right direction. I had to that point simply relied on ext3/4 doing the heavy lifting but the methadology used by ddrescue really appealed to me. I’m currently running the commands from the manual which appear to be working...

Read More

dd-wrt timemachine on E3000

Posted on Dec 4, 2012 in Linux | 0 comments

It’s been a while since I tried to do anything additionally funky with my dd-wrt router but I thought that it was about time. The router is a Linksys E3000 device with the following firmware: DD-WRT v24-sp2 (08/12/10) mega – build 14929, what I wanted to do was to create a squid proxy server and a time machine. I had been using the device to...

Read More

VPS backing up

Posted on May 29, 2012 in Linux | 0 comments

I’m currently migrating from Linode to DotBlock (have been with Linode for over a year and I’m happy with them but the deal that DotBlock provided was unbeatable, here’s to hoping that it wasn’t a bad mistake). Anyway, one of the main things that I needed to do was to migrate the data from one system to the other. My favourite...

Read More

JCAPS project import

Posted on May 23, 2012 in Linux | 0 comments

I’m playing a lot with Java CAPS (JCAPS) 6.2 at the moment and this is the beginning of my postings with this system. Import and export of projects (at least on the windows version of JCAPS) can be done as follows: Importing projects The following stanza will invoke strong magic to import the project using the defined username from the...

Read More

Automatic shutdown script for Windows XP

Posted on May 20, 2012 in Linux | 0 comments

This is a quick post to document a shutdown script that I have written to automatically shutdown a PC after a specified amount of time. This prompts the user to let them know and gives them the opportunity to cancel the shutdown. It utilises the AT scheduler (interactive mode) to schedule the task and can be deployed and updated via a group policy. As...

Read More