Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 ... 7359 ) Next »

Microsoft reminds us that Windows is f*cking expensive

  • Tech-no-media; By Eric Van Haesendonck (Posted by Erlik on Jun 29, 2009 8:54 AM EDT)
  • Story Type: Editorial; Groups: Microsoft
Microsoft has finally released the pricing structure for Windows 7. The good news is that the new version of Windows will be a bit cheaper than the equivalent version of Windows Vista. The bad news is that since I am now used to receiving Ubuntu for free this made me realize that a Windows 7 license is in fact f*cking expensive!

Humorous Linux Posters - Part One

  • The Linux and Unix Menagerie; By Mike Tremell (Posted by eggi on Jun 29, 2009 7:47 AM EDT)
  • Story Type: Humor; Groups: Community, Linux, Sun
A collection of humorous Linux posters from all over the place.

KOffice 2 Receives its First Update

Today, exactly one month since the release of KOffice 2.0.0, the KOffice team releases the first bugfix release in the 2.0 series. This release contains no new features but lots of bugfixes for almost all of the components in KOffice 2.0. We are planning at least two more bugfix releases of 2.0 before starting the 2.1 series in October this year.

Names Pipes... or how to get two separate applications to interact

  • Technology FLOSS; By Edmundo Carmona (Posted by eantoranz on Jun 29, 2009 5:53 AM EDT)
  • Story Type: Tutorial
That would allow my_ssh_handler to get the output of ssh (in other words, the router) to process it, but I also need to send commands to the ssh, somehow. That's when named pipes show up. Named pipes allow you to send/receive data from streams that are not the standard input/outputs we get with every process (standard input, standard output, standard error).

Why is Ubuntu’s KDE 4 so bait – No really why?

How could a Linux distro as strong as Ubuntu continue to do this to us. So this is it. I am calling for answers. Its time to begin the debate.

EXT4, Btrfs, NILFS2 Performance Benchmarks

  • Phoronix; By Michael Larabel (Posted by phoronix on Jun 29, 2009 3:41 AM EDT)
The past few Linux kernel releases have brought a number of new file-systems to the Linux world, such as with EXT4 having been stabilized in the Linux 2.6.28 kernel, Btrfs being merged into Linux 2.6.29, and most recently the NILFS2 file-system premiering with the Linux 2.6.30 kernel. Other file-systems have been introduced too during the past few Linux kernel release cycles, but these three have been the most talked about and are often looked at as being the next-generation Linux file-systems. Being the benchmarking junkies that we are, we have set out to compare the file-system performance of EXT4, Btrfs, and NILFS2 under Ubuntu using the Linux 2.6.30 kernel. We also looked at how these file-systems compared to EXT3 and XFS.

Ubuntu tech board plays down Mono IP concerns

The Ubuntu technical board appears to have decided that there is no significant cause for IP concern over Mono, the contentious clone of Microsoft's .NET development environment.

Why free software shouldn't depend on Mono or C#

Debian's decision to include Mono in the default installation, for the sake of Tomboy which is an application written in C#, leads the community in a risky direction. It is dangerous to depend on C#, so we need to discourage its use.

Red Hat revenue surges 11% - Linux appeals to the thrifty

Software company Red Hat continued its recession-defying performance by posting an 11 percent increase in quarterly revenue that outpaced analysts' expectations. Profits for the fiscal first quarter that ended May 31 totaled $28.7 million after excluding certain expenses, up from $26 million a year earlier, the Raleigh company reported late Wednesday. Earnings per share totaled 15 cents, ahead of the 14 cents forecast by analysts.

Digg, Dug, Buried: How Linux news disappears

Ever wonder why bad Microsoft news and good Linux news tend to not get much attention? One reason is because organized groups make sure those stories get as little attention as possible on social networks. But, it's not just technology news. It happens to all news and opinion stories.

Microsoft Needs to Fully Embrace the Future

While Microsoft desperately defends its turf, the world changes before its eyes. Like any large organization it reacts slowly to change and makes incremental moves instead of fully embracing the new world it faces.

Linux Screenshots Monthly Roundup - June 28, 2009

It's been a very busy month in The Coding Studio's Linux screenshots department. This month we installed and grabbed some cool screenshots many Linux distributions, including Ubuntu 9.10 Karmic Koala Alpha 2, Fedora 11, Guadalinex 6, Calculate 9.6, MoLinux 5.0 and Tiny Core 2.0, as well as these Linux newcomers: Debris 1.8.3, Wires Cut 9.04, BlankOn 5.0 and InfraLinux 9.04. Enjoy!

9 of the Best Free Linux Debuggers

  • LinuxLinks.com; By Steve Emms (Posted by sde on Jun 28, 2009 4:03 PM EDT)
  • Story Type: Reviews, Roundups
Debugging is the process of finding and reducing the number of bugs in computer software and electronic hardware. When a program crashes, the debugger shows the position in the original code. A good debugger plays an essential role in software development. This article examines three different types of debuggers: source-level debuggers, memory debuggers and bug tracking software. To provide an insight into the quality of software that is available, we have compiled a list of 9 advanced Linux debugging tools. Hopefully, there will be something of interest here for anyone who wants to fix, and help fix, bugs.

Fixing OpenDocument MIME magic on Linux

When working on the beta of Officeshots.org I ran into an interesting problem with file type and MIME type detection of OpenDocument files. When a user uploads an ODF file to Officeshots I want to determine the MIME type myself using the PHP Fileinfo extension. On Linux, the PHP Fileinfo extension relies on the magic file that is provided by the file package. The magic file contains a series of tests that can determine the file type and MIME type of a file by its contents. I found out that the magic file is incomplete for OpenDocument files. In this article I will show you what is wrong with the magic file and how you can fix it.

KDevelop 4 Beta 4 Released

On behalf of the KDevelop team I am happy to announce the Beta 4 release of KDevelop 4. This release includes some major new features, such as working sets (only available when building with KDE 4.3), integration of the quickopen functionality into the toolbar and a new perspective switcher (see the upper right corner of the mainwindow).

Virtualization With XenServer 5.5.0

  • HowtoForge; By Falko Timme (Posted by falko on Jun 28, 2009 11:51 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This Howto covers the installation of XenServer 5.5.0 and the creation of virtual machines with the XenCenter administrator console. XenServer is a free virtualization platform from Citrix, the company behind the well known Xen virtualization engine. XenServer makes it easy to create, run and manage Xen virtual machines with the XenCenter administrator console. The XenServer installation CD contains a full Linux distribution which is customized to run XenServer.

6 Bash Productivity Tips

  • Tux Arena; By Craciun Dan (Posted by Chris7mas on Jun 28, 2009 10:52 AM EDT)
  • Story Type: Tutorial
1. Use !! Typing !! followed by Enter will bring back and execute the last command (same as Ctrl+P followed by Enter). 3. Make manual pages coloured I think this tip is a productivity tip because once a manual page is shown coloured, it is easier, clearer to read. Just add the following inside the ~/.bashrc file, where ~ is your home directory:

2 Minutes for Ubuntu Eye Candy!

After taking a closer look at the "Animations" panel located inside "CompizConfig Settings Manager". I took a close look at the “Window Match” string and compiled my own string to include as many “Window Match” keywords as possible.

LiMux: Munich Linux (R)evolution has its Imitators

When Germany's third largest city gives Microsoft the brush-off, it excites comment in the USA. Munich got itself into the American newspapers a few years ago when the city council decided to initiate project LiMux, aimed at gradually banishing Microsoft programs from the town hall computers. While talk about the software revolution has now died down, the changeover is being enthusiastically pursued. Other local authorities have now followed suit. Microsoft, however, won't leave the field without a fight. "We are able to learn", said Andreas Hartl, Director Platform Strategy of Microsoft Deutschland.

Fedora 12 Is Codenamed Constantine

After having gone to the community for looking at names, Red Hat has announced that the release of Fedora 12 will be codenamed Constantine. This name had the most votes and was approved by Red Hat's Legal department of being free of any potential issues...

« Previous ( 1 ... 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 ... 7359 ) Next »