Topics - ewemoa [ switch to compact view ]

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 27next
16
Am trying out a cloning dock -- one of those things that let's one clone a drive to another without the use of a PC.

Would like to verify the results though -- perhaps not every time.

I'm currently doing something like:

md5sum /dev/sda1
...
md5sum /dev/sdaN

for N partitions and comparing with analogous results from the other drive.

I'm not that concerned about MBR / GPT metadata at the moment.  (Thought of just doing the whole drive (e.g. /dev/sda) but then realized that drive sizes differ some times :))

Also tried the cksum command as perhaps that's good enough to detect errors.  I/O is probably so much more of a bottleneck that may be there won't be a detectable difference...

Any favorites or recommendations for this sort of procedure?



Some numbers and additional details:

Cloning a c. 320 GB drive has taken around 80 min (have done this a couple of times now).

Verifying (i.e. using the md5sum program above on 4 partitions) I didn't track very closely, but it may have exceeded an hour total.

Three of the partitions contained ext4 filesystems and the fourth was swap -- yes, working with the swap partition was probably pointless :)

17
Have been working to wrap head around Rx.  The going has been slow, but recently came across some resources that have been...better than what I had found before:

  • RxJSKoans - once the set-up was complete, this was helpful especially because of the small chunks and interactive experience...didn't know anything about QUnit though and it had been quite a while since interacting with NodeJS, so had to learn / brush up on some of that...some of the code seems a bit buggy which tends to work against the learning experience, but that's a relatively minor point.  The links below the 'Reactive Extensions Class Library' section of the RxJS repository page were helpful -- the fact that the example code seems to often enough reference other library functions does not tend to facilitate newbies looking to shave less yaks, but way better than nothing.
  • Netflix JavaScript Talks - Async JavaScript with Reactive Extensions - nice (and humorous) talk by Jafar Husain (cf. LearnRx Tutorial below) -- via comment on reddit by an RxJS author -- btw, there's a glitch / subliminal advertising(?) at 13:55 or so ;)
  • LearnRX Tutorial - 'a series of interactive exercises for learning Microsoft's Reactive Extensions (Rx) Library for Javascript' - interactive with relatively small chunk-size like RxJS Koans...not quite finished with this and haven't reached the "Reactive" part yet...watching the talk first may help
  • The introduction to Reactive Programming you've been missing - taking a look at this after having gone through some of the RxJS koans was helpful.
  • 'Additional Reading' section of RxJava repository - a collection of resources, many of which somehow I hadn't managed to find in the months since I first started investigating.
  • RxMarbles - Interactive diagrams of Rx Observables - interesting (try dragging and dropping some marbles) but slightly buggy?

Anyone else experienced with / looking into such things and have helpful resources to share?

18
Non-Windows Software / Linuxbrew: A Fork of Homebrew for Linux
« on: December 04, 2014, 08:58 PM »
Anyone tried this package manager?

Some claimed features:

* Can install software to a home directory and so does not require sudo
* Install software not packaged by the native distribution
* Install up-to-date versions of software when the native distribution is old
* Use the same package manager to manage both your Mac and Linux machines

via Linuxbrew Project Page

19
Non-Windows Software / Android: Lil' Debi
« on: November 15, 2014, 07:37 PM »
Just tried out Lil' Debi on a few devices with some success:

The aim of Lil’ Debi is to provide a transparent and tightly integrated Debian install on your Android device. It mounts all of your Android partitions in Debian space, so you see a fusion of both systems. Its even possible to have Lil’ Debi launch the normal Debian init start-up scripts when it starts, so that all you need to do is apt-get install and any servers you install will just work.

The aim is to make it work with as few modifications to the Android system as possible. Currently, it only adds a /bin symlink, and a /debian mount directory. It does not touch /system at all.

via https://guardianproject.info/code/lildebi/.

Highly recommend checking the "Using Debian" section in the related Wiki:

  https://github.com/guardianproject/lildebi/wiki



With additional work, it's even possible to run wireshark...

wireshark.jpg

20
Developer's Corner / Service: Proof of Existence
« on: October 14, 2014, 11:39 PM »
Any one tried Proof of Existence?

service to anonymously and securely store an online distributed proof of existence for any document. Your documents are NOT stored in our database or in the bitcoin blockchain, so you don't have to worry about your data being accessed by others.

All we store is a cryptographic digest of the file, linked to the time in which you submitted the document. In this way, you can later certify that the data existed at that time. This is the first online service allowing you to publicly prove that you have certain information without revealing the data or yourself, with a decentralized certification based on the bitcoin network.

The key advantages are anonymity, privacy, and getting a decentralized proof which can't be erased or modified by anyone (third parties or governments). Your document's existence is permanently validated by the blockchain even if this site is compromised or down, so you don't depend or need to trust any central authority. All previous data timestamping solutions lack this freedom.

via http://www.proofofexistence.com/about

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 27next
Go to full version