Home Blog Page 2828

Intel Is Close to Acquisition of Infineon Wireless Unit

A deal would give Intel a foothold in the market for smartphone chips, a segment that is experiencing double-digit annual growth.


Read more at New York Times

Dropbox: Painless and Free Backup

If you use several computers, sharing files between them is a pain but Dropbox takes the pain away–for free.

Read more at Linux Magazine

Kernel prepatch 2.6.36-rc3

The 2.6.36-rc3 kernel prepatch is out. “Nothing in particular stands out that I can recall. As usual, it’s mostly driver updates (65%), of which a large piece (by line count) is just the removal of a staging driver that isn’t really ready nor making any progress. But on the ‘somewhat more likely to cause excitement’ front, there’s some radeon/nouveau drm updates too.” See the full changelog for all the details.

Read more at LWN

How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny

This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.

Read more at HowtoForge

openSUSE Weekly News Issue 138 is out!

p, li { white-space: pre-wrap; } We are pleased to announce our new Issue 138 of openSUSE Weekly News.

This Week:

  • Andreas Jaeger: Revising the Board Election Rules
  • Sebastian Kügler: Demystifying Akonadi
  • Will Stephenson: openSUSE Boosters at FrOSCon, Day 2
  • Rares Aioanei: openSUSE Kernel Review
  • Wolfgang Rosenauer: Call for testing: Firefox 4.0b4 on KDE (and in general)

 

Like ever we have now finshed just the english Version under: http://en.opensuse.org/Weekly_news. From now on starts

the translating Process. You can see the actual results under: http://en.opensuse.org/Weekly_news#Translations. If any

Translation is ready the Translation Team moves the Language up to “Available”.

 

No we hope you enjoy the reading 🙂

 

Comments, News and Wishes can send to
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
.











 

NVIDIA 256.52 Linux Driver Brings Fixes

Just shy of a month ago was when NVIDIA last released a proprietary Linux driver, at which point they also released a second driver that was their OpenGL 4.1 preview driver. This Saturday though NVIDIA has provided a new driver release, which is tagged as the 256.52 pre-release. This new Linux driver release isn’t overly exciting, but it does carry some prominent fixes that will please some NVIDIA customers…

 

Read more at Phoronix

Weekend Project: Accept OpenID Logins

OpenID is a critical piece of “Open Web” infrastructure. The ability to authenticate users without relying on a single gatekeeper entity puts every site on an equal playing field. As a result, community-driven, decentralized networks can enjoy all the same advantages as closed-source, proprietary players, and end users retain more of their autonomy and privacy. All of that sounds well and good, but it is not much use if you don’t enable OpenID on the sites that you maintain. This weekend, why not add support for OpenID logins to your web service? You might be surprised how many LAMP and LAMP-like frameworks have a straightforward solution.

Admittedly, OpenID had its share of problems, particularly in the early days. Before there were ubiquitous OpenID providers, it was confusing for users and seemed indistinguishable from other single-sign-on systems. On top of that, OpenID login widgets suffered from the “NASCAR problem” (confronting users with a cacophony of tiny site-logo buttons with little explanation), the standards process seemed to get bogged down entirely, and other technologies like OAuth started competing for developer attention.

Despite the hurdles in the beginning, the situation has improved considerably in just a few short years. The odds are that if you use an open source content management system (CMS) or web application framework, you can enable OpenID for visitor interaction such as comments and/or for actual persistent user accounts. In the long run, supporting OpenID should reduce your account-management headaches. Let’s survey the latest options.

Systems Offering Native OpenID Support

A few open source CMSes offer native support for acting as an OpenID “consumer,” which is OpenID slang for a site accepting OpenID authentication. Unless otherwise specified, all of these packages support the current, 2.0 version of the OpenID specification.

Drupal was one of — if not the — first. Drupal 5 featured an OpenID extension module, but OpenID was fully integrated with the Drupal 6 release in 2007. The official administration guide documents how to use OpenID for user management.

Plone also includes OpenID consumer support by default, for version 3.0 and later. For security reasons, Plone defaults to placing OpenID users in a low-privilege “Authenticated” virtual group, but site administrators can change this policy site-wide to enable full interaction.

Two open source wiki packages include built-in OpenID consumer functionality. Ikiwiki’s, dating back to 2008, is courtesy of a plugin which is enabled in default installs, though optional. Tiki Wiki‘s OpenID support was introduced with the project’s 2.0 release. It is available in the default install, but must be activated by administrators.

At present, Simple Machines Forum (SMF) is the only dedicated discussion forum system to include built-in OpenID functionality (at least among projects in widespread usage). You may wish to check out the latest version of SMF from Subversion, though; there have been incompatibilities reported between SMF’s implementation and major OpenID providers Google and Yahoo.

Last but certainly not least, the StatusNet microblogging system includes OpenID support, although if you use one of the free, cloud-hosted services emanating from the official status.net domain, it may be temporarily disabled for bug-fixing. If you run your own instance of the software, however, it is a standard administration option.

Systems supporting OpenID via plugins

The next-best thing to native OpenID consumer support is the ability to install an OpenID plugin. In some cases, site administrators can understandably be wary of this option, if the plugin is from a third-party source. Several OpenID plugins developed by individuals have come and gone for popular CMS and blogging packages over the years, and relying on one with a less-than-certain-future could leave you in the lurch when there is an API change in a future release. Such problems are not always the case, though; a quick review of the plugin’s history is generally enough to let you know whether is has long-term dependability.

The WordPress blogging platform, for example, has a well-supported OpenID plugin that supports both OpenID authentication of users, and OpenID authentication for commenters. For API compatibility reasons, it is generally only available for the current generation of WordPress itself, at present 2.8.x.

The popular web discussion forum package phpBB has had a spottier history with its leading OpenID plugin solution, OpenID for phpBB. At present, the plugin is reported to work well with the latest releases of phpBB3, but it does tend to lag behind core phpBB releases in the long run. There are occasionally other MODs developed for phpBB, but few that last.

In the wiki space, both MediaWiki and DokuWiki have OpenID plugins. MediaWiki’s OpenID extension has thorough documentation, including instructions on how to upgrade from previous versions without losing user account data. DokuWiki’s plugin documentation cites some potential compatibility warnings; it is also unique in that it includes the ability for the site administrator to restrict OpenID access to a particular OpenID provider.

The Xoops CMS and XoopsCube application platform can be OpenID-enabled through a third-party module. In both cases, some post-installation work is required to fully integrate OpenID users with the rest of the system, but this process is documented.

An OpenID module is available for the WebGUI CMS as well, which is reportedly slated to be moved into the WebGUI core for a future release. It has been stable for several years.

Finally, the Trac bug-tracking system supports an OpenID plugin, making it perhaps the only bug-reporting package to support such a feature. There are installation and compatibility instructions at the plugin’s page, which among other things note that only Trac 0.11 is currently supported.

OpenID frameworks

Even if your site does not run any of the above-listed packages, not all hope is lost. Most web application frameworks have solid OpenID libraries these days, including Django, Rails, Zend, and many more. Barring that, there are OpenID consumer libraries for all of the common web development languages: PHP, Ruby, Perl, Python, Java, etc.

The best place to look for current information on OpenID support in development libraries is probably the official OpenID wiki. The Libraries page attempts to maintain an up-to-date-list of all active OpenID projects, sorted by framework and by language, and you can check the page history to see that it has a good track record of frequent updates. The wiki also lists license and OpenID version compatibility for each entry.

If all else fails, of course, you can roll your own OpenID authentication solution. Perhaps the lowest-level OpenID solution in development is mod_auth_openid, which adds OpenID authentication directly into Apache itself. It requires SQLite and the external libopkele OpenID function libraries, but you can configure it directly in httpd.conf, including whether or not to store OpenID session information in cookies, as well as optional whitelisted and blacklisted OpenID providers.

Missing pieces

Despite all of the open source packages listed above, there are still several high-profile CMSes and web frameworks with no active OpenID support whatsoever.

Joomla, for example, has neither native support nor an actively developed OpenID extension. The last attempt was “unpublished” with the release of Joomla 1.5 due to API incompatibility.

Bug tracking and software development is also particularly under-served, with Trac alone providing a live OpenID option. The market-leading bugtracker Bugzilla has no OpenID support and none on the horizon. Canonical’s Launchpad — which in its public hosting role serves as an OpenID identity provider — cannot accept OpenID authentication as a consumer.

But why dwell on the negatives? With all the OpenID-supporting options out there, a great many projects already support the open standard, and adding to that can only increase the motivation factor for the projects left out in the cold to join in the fun. Of course, accepting OpenID logins is only one half of the equation. If you run a site of your own, you may want to consider setting up your server as an OpenID identity provider — but that’s another weekend.

Report: Next Generation of Btrfs Linux Filesystem Nears Prime Time

 

Since at least 2008, the Btrfs Linux filesystem has been talked about as a next-generation technology one day potentially rivalling or supplanting the current dominant Linux filesystems.

According to Chris Mason, founder of the Btrfs effort and now director of software development at Oracle, Btrfs is today generally stable and usable even though it’s yet to be finalized. And although he admits the filesystem still has some issues to overcome as development continues, Mason said he would like to see Btrfs ultimately replacing existing Linux filesystems like the popular Ext3 and Ext4 systems that are often the default on enterprise Linux distributions.

Read more at LinuxPlanet

 

Fennec Alpha Released For Android And Nokia N900

An early, pre-alpha version of Mozilla’s Fennec mobile browser has been around for months, but the Firefox developer has today released an official full alpha for download. And it’s not just Android that’s benefitting—the mobile browser has also been released for Nokia’s N900 smartphone. 
 
Read more at Gizmodo

New Lustres released

Joe Landman has a short post on his blog pointing to new Lustre drops. When he posted the news wasn’t reflected on the Lustre site, but it has since been updated

Lustre 2.0.0
We are pleased to announce that Lustre 2.0.0 is now GA and available for download. Lustre 2.0.0 provides support for OEL 5, RHEL 5, SLES 10 and 11 (client only), and Fedora 11 (client only). This release offers a number of significant features and enhancements, including Changelogs, Commit on Share, Lustre_rsync, and Size-on-MDS (preview). Lustre 2.0.0 supporting documentation includes the Operations Manual, Release Notes, and Change Log 2.0.

Lustre 1.8.4
Lustre 1.8.4 is now GA and available for download. Lustre 1.8.4 provides support for OEL 5, RHEL 5 and SLES 10 and 11, offers several minor improvements, and provides a number of bug fixes. Learn about the 1.8 family of features – Adaptive Timeouts, OSS Read Cache, OST Pools and Version-based Recovery and why you should upgrade.

Links to the downloads and documents at the site.

Read more at insideHPC