http://www.linuxnewsblog.com - Your Daily News

Thursday, April 2, 2009

Linux Foundation to Host Moblin Project

Linux Foundation to Host Moblin Project

SAN FRANCISCO, April 2, 2009 The Linux Foundation (LF), the nonprofit organization dedicated to accelerating the growth of Linux, today announced it will host the industrys most advanced and open Linux-based mobile project, Moblin.

Created in 2007, the Moblin project will be supported by the Linux Foundation. With technical support from the industrys highly respected kernel developers and a neutral, third party host, the Moblin project is primed to be the most advanced and open mobile Linux platform.

Moblin is an open source project that supports Linux-based software platform and is optimized for the next generation of mobile devices including netbooks, mobile Internet devices (MIDs), in-vehicle infotainment systems, and other embedded devices. In this economic climate, these markets are among the fastest-growing in computing, and Linux is increasingly considered the OS of choice for vendors who require more attractive margins, faster time to market and custom branding.

The first developer meeting for the Moblin project under the Linux Foundation will take place at the Annual Collaboration Summit beginning next Wednesday, April 8, 2009.

Moblin offers a truly open platform and already has some of the best and brightest minds focused on its architecture and development, said Jim Zemlin, executive director of the Linux Foundation. Through the Linux Foundation, an even broader community can contribute to Moblin becoming the predominant Linux-based platform for mobile devices.

The Linux Foundation is the perfect environment to take Moblin to the next level, said Doug Fisher, vice president Intel Software and Services Group, and general manager System Software Division. The open source process delivers multiple benefits to any project, including faster innovation and increased technology visibility.

Fifteen operating system vendors have committed to distribute Moblin-based products, including Asianux, Canonical, DeviceVM, gOS, MontaVista, Novell, and Wind River, among others.

About Moblin
Moblin is an optimized Open Source Linux software stack and technology framework that delivers visually rich Internet and media experience on Intel Atom Processor-based devices including MIDs, netbooks/nettops, in-vehicle infotainment (IVI), and embedded systems. Moblin is hosted at www.moblin.org, and is an open source project where key Moblin technologies are incubated and enhanced by the Linux open source community. Moblin based operating system products are created and distributed by Linux Operating System Vendors (OSV). For more information, please visit www.moblin.org.

About The Linux Foundation
The Linux Foundation is a nonprofit consortium dedicated to fostering the growth of Linux. Founded in 2007, the Linux Foundation sponsors the work of Linux creator Linus Torvalds and is supported by leading Linux and open source companies and developers from around the world. The Linux Foundation promotes, protects and standardizes Linux by providing unified resources and services needed for open source to successfully compete with closed platforms. For more information, please visit www.linux-foundation.org.

###

Trademarks: The Linux Foundation and Linux Standard Base are trademarks of The Linux Foundation. Linux is a trademark of Linus Torvalds. Third party marks and brands are the property of their respective holders.



Read More...

[Source: Linux Blogs2k - Posted by FreeAutoBlogger]

small tip - units conversions with Linux

I am starting to think that no matter the utility you may think about, It may already exists in Linux.

Today I was happily surprised with the existence of units

Units, is a tool that converts quantities from one scale to another directly from the command line, i.e. from meters to feet, or from liters to pint

Interactive mode

When working in interactive mode, you will enter the quantity and the origin scale, and then the scale you want it converted and you will get the answer, and the system is ready for the next conversion, useful when you want to converte a lot of items.

Use it this way

units -v

And you will be able to interact with it like this:

2411 units, 71 prefixes, 33 nonlinear unitsYou have: 1 meterYou want: yard        1 meter = 1.0936133 yard        1 meter = (1 / 0.9144) yardYou have: 2 litersYou want: pint        2 liters = 4.2267528 pint        2 liters = (1 / 0.23658824) pintYou have: 1 cupYou want: liters        1 cup = 0.23658824 liters        1 cup = (1 / 4.2267528) litersYou have:

The first number is the straight conversion, and the second is the inverse, so it means.
1 meter has 1.09 yards, and the second means, 1 yard has .09144 meters.

To exit the interactive mode press CTRL+d

Non interactive mode

You may use it in the non interactive mode, just enter in one line the source and target scales, i.e.

units ‘3 cups’ ‘pint’

The output will be:

* 1.5/ 0.66666667



Read More...

[Source: Linux Blogs2k - Posted by FreeAutoBlogger]

Royal Linuxing

It is been a long time since my last Linux Site review, today I have stumbled upon Royal Linuxing and really liked what I have seen.

Let’s start with the site look, it is fresh, modern, and clean, I like clean sites a lot, they invite you to read.

I have to copy here its “about” paragraph, I really like it.

Royal Linuxing is a world where free software is valued, nay sought for!! While proprietary software is banished, degraded and ridiculed till the end of times.

The author has written a lot of nice how-tos about day by day needed Linux applications, which are very useful for the common Linux user, specially for those coming from Windows.

He has some nice sections, like Gadgets and his reviews are clear and to the point.

He has good quality posts, not too much of them but better quality than quantity, Frebruary and Abril 2008 he wrote 12 posts each month, and that his record.

Consider subscribing to his RSS, or visite the site’s homepage



Read More...

[Source: Linux Blogs2k - Posted by FreeAutoBlogger]