Home Blog Page 1314

Makulu Cinnamon Debian Edition: A Distribution You Could Use for Serious Work

More bells and whistles than a traveling circus, this is a completely over-the-top Linux distribution.

Ubuntu Survey Results Show Unity, Heron’s and Dual-Boots Are Popular

One week and 15,000 responses later, the results of our Ubuntu at 10 Reader Survey are finally ready to serve up. And they make for some fascinating mid-morning coffee-break reading…

No Ubuntu survey would be worth its weight in rounded percentiles if it neglected to ask about favoured desktop environments. Unity came out on top with 63% (a predictable result for an Ubuntu-focused news site, perhaps), followed by GNOME Shell (12%) and XFCE (6%).

Read more at OMG!Ubuntu!

Designing a 68K Single Board Computer

Hackers of a certain age love the 68000 family of CPUs, and I’ve begun sketching out designs for a 68K-based single board computer. Take a vintage off-the-shelf CPU, add ROM and RAM and an SD card and some type of I/O, and Bob’s your uncle! I plan to start with bare metal programming to test out the hardware and peripherals, then try to get text mode Linux running. I/O will probably be exclusively through a serial port, but I hope to also include a USB controller to see what I can make happen through Linux. For inspiration and direction, I’m drawing heavily from Simon Ferber’s (Kiwi) and Luis Alves’ 68K-based homebrew designs. Here we go!

CPU

I have an old MC68008P8 CPU gathering dust in a drawer that would be perfect. The P8 version is rated for 8 MHz, and the 68008 is essentially a 68000 with an 8-bit data bus instead of the standard 16-bit bus. That means its memory throughput is only half the 68000′s, and since it has no cache and most instructions require a memory access, its performance is only slightly better than half that of a 68000 at the same clock speed. But what it lacks in speed, it makes up in simplicity. The 68000 requires twice as many data lines to be routed, and either twice as many RAM and ROM chips, or physically larger chips with 16-bit interfaces.

Read more at Big Mess O’ Wires Blog.

DigitalOcean Partners With Mesosphere To Allow Developers To Focus On Apps, Not Servers

DigitalOcean, the fast-growing cloud hosting provider, today announced that it has partnered with Mesosphere to allow its users to quickly deploy a Mesosphere cluster on its platform. The idea behind Mesosphere is to allow developers to treat a cluster on DigitalOceanGoogle Compute EngineAWS and similar platforms as a single pool or resources for their applications. The service is based on the open-source Apache Mesos project.

Thanks to this partnership between the two companies, DigitalOcean users can now set up a Mesos cluster in a few minutes, without the need to follow a complex step-by-step guide to get started.  Users can simply pick from two starter configurations (a small one for development and a larger one that runs on twelve servers for production services that need to be highly available) or create their own custom install by choosing the number and types of DigitalOcean’s SSD-based instances they want. The whole process should only take a few minutes.

Read more at TechCrunch.

CyanogenMod to Add Universal Sync and Handoffs

Nextbit unveiled a cloud-based “Baton” service for CyanogenMod’s Android builds that enables sync and handoffs between devices, plus backup and restore. Half Moon Bay, Calif. based startup Nextbit unveiled its Baton service with an private beta release at the Recode Code/Mobile conference. The cloud-based synchronization and backup software, which sinks its hooks deep within the […]

Read more at LinuxGizmos

EMC Launches Hybrid Cloud System, Eyes VMware, OpenStack, Microsoft Integration

The EMC Enterprise Hybrid Cloud, allows customers to move applications and workloads across public and private cloud services.

IBM Expands Global Cloud Footprint and Focus on OpenStack

Despite a recent poor quarterly results report, IBM appears to be applying even more focus to its cloud services business. The company has announced an expansion of its global cloud network with a new cloud center in Mumbai, India and a new suite of cloud services for OpenStack. And these are just the latest components of IBM’s $1.2 billion investment in cloud centers in every major market worldwide.

IBM is introducing IBM Cloud OpenStack Services via the IBM Cloud marketplace. According to the company, “this will enable greater interoperability between existing IT systems and off-premise cloud workloads and provides clients with the means to more easily deploy an OpenStack cloud.” 

Read more at Ostatic

Canonical Announces Its Own Distribution of Ubuntu OpenStack

Canonical has come forward today to announce the Canonical Distribution of Ubuntu OpenStack that offers various advantages over the free, community version of Ubuntu OpenStack…

Read more at Phoronix

First Jessie Based Debian Edu Alpha Released

The first alpha release of Debian Edu (also known as Skolelinux) is available for testing. “Would you like to give your school’s computer a longer life? Are you tired of sneaker administration, running from computer to computer reinstalling the operating system? Would you like to administrate all the computers in your school using only a couple of hours every week? Check out Debian Edu Jessie!

Read more at LWN

GtkInspector Now Supports Dealing With Multiple Back-Ends For GTK

Matthias Clasen did some weekend hacking to allow GtkInspector to work across different display connections, e.g. debugging a GTK application running in Wayland while GtkInspector is running under X11 or the HTML5 Broadway back-end…

Read more at Phoronix