The second point release in the Git 1.8 series will introduce several new end-user features and support for new operating systems…
TI OMAP DRM For Linux 3.9 Moves Out Of Staging
The Texas Instruments’ OMAP DRM pull request for the Linux 3.9 kernel is now known. The OMAP DRM graphics driver will leave the kernel’s staging area while at the same time picking up support for the OMAP5 SoC…
Work Begins to Standardize ‘Internet-of-Things’ Protocol
OASIS launches technical committee that promises to have a widely accepted machine-to-machine connectivity protocol available in about a year.
Freedreno Graphics Driver Approaches Mainline
The Freedreno graphics driver that supports reverse-engineered Qualcomm ARM graphics is nearing a state of mainline support within Linux…
Microsoft Publishes Linux GPU Frame-Buffer Driver
Microsoft’s Linux kernel contributions continue… This time around they have published a synthetic frame-buffer driver…
Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.10
Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.10
This tutorial shows how to combine four single storage servers (running Ubuntu 12.10) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 12.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
Amazon Web Services Opens Up Redshift, Lands Partners
Redshift aims to capture some of the data warehousing market via managed services, lower costs and automated tasks such as provisioning and configuring.
Analyst: Microsoft Losing $2.5B a Year on Office for iOS Delay
In a case of “not if, but when,” Microsoft may be losing out on about $2.5 billion a year by failing to expand its Office offering to iPhones and iPads, according to one analyst.
Apple, Samsung Asked to Temporarily Freeze Patent Dispute
Will Apple and Samsung agree to delay their smartphone patent battle?
Star Wars Traceroute Reborn on IPv6 After Skriptkiddies’ Attack
Last week I discovered one of the best networking hacks ever. Unfortunately the skriptkiddies killed it.
First the good news: just last week I learned about the excellent Star Wars Traceroute. This was a clever bit of network programming by “bored in the blizzard” network engineer Ryan Werber, that turned a simple traceroute into a Star Wars-style scroll:

And now the bad news. It got discovered by Slashdot, and then Mr. Werber’s domain came under a horrendous distributed denial-of-service attack, which at its peak reached over a gigabit per second of data. So he had to take it all down.
But there is good news: “If you strike me down, I shall become more powerful than you can possibly imagine.” He is back with a new incarnation on IPv6. You can try it yourself by opening a terminal and entering this command, and then press the return key:
$ traceroute -6 obiwan.beaglenetworks.net
If it works you'll see something like this snippet: [...] 14 Jabba.the.Hutt (2001:470:5:c77::19) 108.957 ms 15 Little.does.Luke.know.that.the (2001:470:5:c77::1e) 109.290 ms 16 GALACTIC.EMPIRE.has.secretly (2001:470:5:c77::21) 110.487 ms 17 begun.construction.on.a.new (2001:470:5:c77::26) 107.286 ms 18 armored.space.station.even (2001:470:5:c77::29) 107.061 ms 19 more.powerful.than.the.first (2001:470:5:c77::2e) 107.298 mss 20 dreaded.Death.Star (2001:470:5:c77::31) 111.779 ms [...]
If IPv6 isn’t completely supported on your Linux PC, try one of the many good online network utilities sites, like traceroute6.net or 4or6.com. Thank you Ryan Werber for a splendid bit of fun, and thanks for sharing your code.