Home Blog Page 2813

Can Hierarchy and Sharing Co-exist?

I’m usually a fairly upbeat person, but there’s something that never fails to depress me: the misappropriation of ideas. Don’t misunderstand; I’m all about sharing. But I also believing in giving credit where it’s due. And in the business world, these two ideas often seem to be at odds with one another.
 
Read more at OpenSource.com

Shotwell 0.7.2 Update Addresses Crucial Bugs

The latest 0.7.2 release of the open source Shotwell photo manager for the GNOME desktop addresses a number of “crucial” issues, including a “major startup problem”

Read more at The H

Why Linux Is Poised for Domination

 For over a decade, Linux watchers have predicted that one day the open source operating system will become the dominant player — and yet that day never seems to arrive. Already, of course, Linux has a very healthy share of the server market and a growing place on the desktop, but it’s the rise of Internet-connected devices like smartphones, tablets and netbooks that may finally catapult Linux into the mainstream. Why? Because users of these convenient, portable devices don’t really care what operating system they run, as long as their devices offer downloadable apps and fast access.

Read more at LinuxInsider

Dell Releases Streak GPL Sources

Following the UK launch of its Streak tablet in June and after much prompting, Dell has now released the source code for the Android based device

Read more at The H

Mozilla Renames Firefox 4 Beta 6 to Beta 7

Mozilla has announced that the previously planned Beta 6 release of Firefox 4 will become Beta 7 and that a “small” sixth beta will be inserted into the release schedule

Read more at The H

German Researchers Accelerate Hadoop

The addition of a kind of query planner speeds up execution of map/reduce functions in Hadoop. Because it hooks into the distributed framework like a plug-in it does not require changes to source code or applications

Read more at The H

Mobile Devs Get Help With License Compliance

OpenLogic’s new OLEX App Store edition is designed to help mobile developers stay compliant with open source licensing requirements.

Read more at internetnews.com

Intel Shows Off ‘Sandy Bridge’ Processors

Integrated graphics, improved security and other enhancements are all on tap for Intel’s next Core processors, it said.

Read more at internetnews.com

Happy Programmer Day

The programmer day is celebrated on the 256th (0x100th) day of each year (September 13 during common years and on September 12 on leap years). The number 256 (28) was chosen because it is the number of distinct values that can be represented with an eight-bit byte

This particular day was proposed by Valentin Balt, an employee of Parallel Technologies web design company. As early as 2002 he tried to gather signatures for a petition to the Government of Russia to recognize the day as the official programmers’ day.On July 24, 2009, the Ministry of Mass Communications of Russia issued a draft of an executive order on a new professional holiday, Programmers’ Day. On September 11, 2009, President of Russia Dmitry Medvedev signed the decree.

So, this is a happy day for all the programmers, because in a non-official way, this day is celebrated around the world, so you can go and celebrate, or (the most real option) is to keep working on your desk and just change your msn title 😀

Source: Wikipedia

Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!

Here's a viable solution on my debian server:

dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios3/rw dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios3

And... et voilà!

The proper permissions have been set and everything should work as expected

Regards