using DD to image a disk over SSH

What I like to do is log into the remote server and run “watch -n 1 iptables –list -v -n” to watch the byte count to give you an idea of how much data has been passed already. of course you’ll have to start iptables first if it isnt running.

via using DD to image a disk over SSH | daverdave.com.

This is pretty useful too.  I couldn’t do this using sshfs so googled and found that regular ssh works.  I do not like to image disks with disks running other than the one being imaged.  I find it too dangerous that a single mistype could wipe out a functioning disk.  Doing this over a nework seems much safer.  Here’s the command I used from the linked to article:

ssh desthost.domain.com “dd if=/dev/sda” | dd of=/dev/sda bs=1024k conv=notrunc,noerror

The destination host feeds the image.  The host that runs this command is a Knoppix live boot with the only HD running being the one being written to.  I suppose if I were to do this a lot then a dedicated image machine might prove useful with an HD to store the images and some OS and a burn HD in a hot swap slot.  The HD with OS and images would be expendible in that an accidental overwrite would be a mere inconvenience instead of actual loss of data.

ARM rival MIPS porting Android 4.1 to low-cost tablets

MIPS is a processor licensing company that battles ARM, which dominates the tablet and smartphone market. But MIPS late last year sprang a surprise by announcing a US$99 tablet, in conjunction with a manufacturer called Ainol, based on its processor and running Android 4.0. The tablet was among the cheapest and among the first at that time with Android 4.0, but this year Google took the honors of releasing the first Android 4.1 device with Nexus 7, which runs on a quad-core ARM processor.

via ARM rival MIPS porting Android 4.1 to low-cost tablets – Google Nexus 7 tablet, Android OS, Android, smartphones, consumer electronics, processors, Components, MIPS Technologies, Google, Intel – Mobile Phones – Mobile – Techworld.

Raspbian-based SD card image released

We are pleased to announce the release of our first SD card image based on the Raspbian distribution. This is the result of an enormous amount of hard work by Alex and Dom over the past couple of months, and replaces the existing Debian squeeze image as our recommended install. Notably, it is the first official image to take full advantage of the Raspberry Pi’s floating point hardware for, amongst other things, much faster web browsing.

via Raspbian-based SD card image released | Raspberry Pi.

Firefox OS Will Get Overwhelming Developer Support

The Mozilla Foundation has just renamed the project Boot to Gecko “Firefox OS”. But can we really talk about an operating system?
Absolutely. In terms of architecture, it is an operating system based on Linux, just as Android is. But we rely on Gecko, the Firefox web browser layout engine, to run applications written entirely in HTML5. We dropped XUL (the XML User Interface Language) in favour of HTML5, a language known to all web developers.

Even native applications, such as the dialer or address book, are written in HTML5, and users will be able to examine the source code to check it.

via Firefox OS Will Get Overwhelming Developer Support – Mozilla.

Voyage Linux | { x86 Embedded Linux = Green computing }

Voyage Linux is Debian derived distribution that is best run on a x86 embedded platforms such as PC Engines ALIX/WRAP, Soekris 45xx/48xx/65xx and Atom-based boards.

It can also run on low-end x86 PC platforms. Typical installation requires 128MB disk space, although larger storage allows more packages to be installed. Voyage Linux is so small that it is best suitable for running a full-feature firewall, wireless access point, Asterisk/VoIP gateway, music player or network storage device.

via Voyage Linux | { x86 Embedded Linux = Green computing }.

GRUB 2.00 Boot-Loader Officially Released

The GRUB2 boot-loader features an EHCI driver, an official theme, ports to Itanium and SGI MIPS architectures, better default video mode selection using monitor EDID information, new drivers (EHCI / AHCI / ESCC serial / EFI / Network stack / VBE on Coreboot), new file-system support, improved file-system capabilities, new boot protocols, performance improvements, better internationalization, and improved installation support.

via [Phoronix] GRUB 2.00 Boot-Loader Officially Released.

AMD To Open-Source Its Linux Execution & Compilation Stack

This work is coming due to the new Heterogeneous System Architecture Foundation .

The slides that Bridgman references can be found at SlideShare.net. The page cited is entitled “AMD’s Open Source Commitment To HSA” and says “We will open source our Linux execution and compilation stack.” This is being done to jumpstart the HSA ecosystem, allow a single shared implementation where appropriate, and to enable university research in all areas.

via [Phoronix] AMD To Open-Source Its Linux Execution & Compilation Stack.

From: Heterogeneous System Architecture Foundation .

The Heterogeneous System Architecture Foundation is poised to “define and promote an open, standards-based approach to heterogeneous computing that will provide a common hardware specification and broad support ecosystem to make it easier for software developers to deliver innovative applications that can take greater advantage of today’s modern processors.” The HSA Foundation goes without Intel’s support. The HSA press release can be read at AMD.com for more details as to what’s been announced thus far.

Android Open Source

Here you can find the information and source code you need to build an Android-compatible device.

Android is an open-source software stack for mobile devices, and a corresponding open-source project led by Google. We created Android in response to our own experiences launching mobile apps. We wanted to make sure that there was no central point of failure, so that no industry player can restrict or control the innovations of any other. That’s why we created Android, and made its source code open.

via Welcome to Android | Android Open Source.

Linaro: open source software for ARM SoCs

Linaro is a not-for-profit engineering organization consolidating and optimizing open source Linux software and tools for the ARM architecture. Find out more…

via Linaro: open source software for ARM SoCs.

From:Android is about to get a lot faster thanks to Linaro

The folks behind the Linaro open source software project have put a little time into tweaking Google Android to use the gcc 4.7 toolchain. The result is a version of Android that can perform many tasks between 30 and 100 percent faster than the version of Android Google 4.0 Google currently offers through the AOSP (Android Open Source Project).

Is OpenStack the new Linux?

OpenStack is an evolving mountain of Apache 2-licensed code billed as a “cloud operating system” for the data center. At the same time, OpenStack is a movement, confirmed by the high-energy jabber in the air around me. As with the early days of Linux, the buzz around OpenStack has risen to a roar, with thousands of community members flocking to conferences from Paris to Seoul. The level of interest and growth is phenomenal.

via Is OpenStack the new Linux? | Cloud Computing – InfoWorld.