Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 ... 7359 ) Next »

Zenoss Kicks Off 2009 with Multiple Industry Honors

Zenoss Inc., the leading commercial open source network and systems management provider, today announced it has been named a finalist for three awards. Zenoss has been selected as a finalist in the Enterprise Tools category at the 19th Jolt Product Excellence Awards as well as the Software & Information Industry Association’s (SIIA) 24th Annual CODiE Awards in the Best Open Source Solution category. In addition, Zenoss is a finalist for the Innovator Award at the Chesapeake Regional Tech Council (CRTC) TechAwards 2009.

Linux : The cool factor

I have a bunch of designers at my job, and they all carry around an apple. No not the fruit, you know the vastly overpriced and over-hyped electronics brand. These guys think they are so cool with there notebooks running extremely expensive designer software. I think this is somewhat of a problem with Linux. While Linux is actually a lot cooler then apple, it's not perceived by enough people as being cool.

Linux Foundation building new site at Linux.com with your help

We're not a breaking news organization. We don't do what you do," Zemlin told me. From a strategic branding point of view it also makes tremendous sense for the Linux Foundation to own Linux.com "The thing that is different here is if you look at Linux.com, it's a strategic asset of the Linux platform," Zemlin told me. "It goes with managing the Linux brand which is owned by Linus Torvalds and managed by the Linux Foundation. What we really wanted to achieve here is to create a place where the community can come together."

Kate Text Editor-- Advanced Configuration and Command-Line Tips

  • LinuxPlanet; By Juliet Kemp (Posted by tuxchick on Mar 3, 2009 4:18 PM CST)
  • Story Type: Tutorial; Groups: Linux
The Kate text editor is a friendly power tool that is easy to use and configure, and it comes with a giant collection of advanced features. Juliet Kemp dives into keyboard shortcuts, plugins, document variables, its command-line interface and built-in terminal emulator.

10 steps to UNIX nirvana

The average C++ developer has several things to do as part of his or her daily chores: developing new software, debugging other people's code, creating a test plan, developing tests per the plan, managing a regression suite, an so on. Juggling between multiple roles can eat away precious time. To help, this article provides 10 effective methods that can increase your productivity. The examples in this article use tcsh version 6 as a reference, but the ideas are portable to all variants of UNIX® shells. This article also refers to several open source tools available for the UNIX platform.

Xen Cluster Management With Ganeti On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Mar 3, 2009 2:45 PM CST)
  • Story Type: Tutorial; Groups: Debian
Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an instance) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.

Netbooks May Be Small But What Is Their Pixel Density?

Have you ever thought about what something like "1024x600 10" Screen" means? Just about nothing. What really matters is the pixel density. How do various netbooks compare to standard laptops? Surprisingly well.

New way to save? Dial back to dial-up

  • OrlandoSentinel.com; By Etan Horowitz (Posted by Bob_Robertson on Mar 3, 2009 12:51 PM CST)
  • Story Type: News Story
New way to save? Dial back to dial-up. Cost-cutters return to slow-speed Internet. With his work hours cut and an investment portfolio in the tank, Arnold Zimmerman is considering the unthinkable: ditching his blazing-fast cable Internet service and going back to dial-up.

[With everyone tightening their belts, it seems dial-up is making a comeback. - Scott]

Governments and open source: never the twain shall meet

The most recent such pronouncement came from the British authorities last week with a statement that the use of open source software in the public service would be accelerated. The more significant statement about this policy was that open source software would be adopted "when it delivers best value for money". You can be sure that companies like Microsoft are already doing the sums to make the right offer which offers "best value for money."

[Belated Editor's Note: Warning, reading this article may make you want to punch your monitor.. - Scott]

Palm leads on open source development, iPhone gaining

The number of open source projects targeting mobile platforms increased at a compound annual growth rate of 55 percent between 2005 and the end of 2008 according to a new study released by open-source software management services provider Black Duck Software. After reviewing more than 185,000 projects collected from 4,000 Internet sites, Black Duck reports 2,300 of them target mobile--while 1,850 total project releases were developed expressly for the Palm platform, only 113 were created for Palm in 2008. Instead, iPhone captured the majority of open-source focus last year, with 266 project releases in 2008--Android followed with 191, trailed by Windows Mobile with 174.

Virtualization soars on Big Blue Power boxes

It looks like server virtualization really is heading for the mainstream on Power Systems machines. If some figures provided by the top brass at IBM are any indication. While logical partitioning has been available on OS/400-based servers since V4R4 was launched with the Northstar PowerPC servers back in 1999, virtualization on Power-based servers from IBM has been embraced mostly by big shops with big iron even as Linux and AIX partitions were added to the logical partitioning mix.

Ubuntu Newbie Guide: First 24 Hours With Ubuntu

A good friend of mine, who is very computer savvy, recently bought a new computer and installed Ubuntu on it rather than Windows. Now, despite being a very smart guy when it comes to PCs and Windows, he was still a newbie to the world of Ubuntu, so he and I went through a series of questions and answers before, during, and after his Ubuntu install. I’ve turned those into a FAQ for Ubuntu noobs that should answer a fair amount of questions for the first 24 hours of a first-time Ubuntu installation.*

How to fix Linux boot problems

Booting, or "bootstrapping" for us older folk, is that deeply mysterious sequence of operations performed by your computer between the moment when you switch it on and the moment it's ready for you to log in. During this time, all kinds of incomprehensible messages scroll up the screen, but they're not something you usually take much notice of, and most linux distros cover them up with a pretty splash screen and a nice encouraging progress bar.

IPTraf - Console based IP Traffic Monitor in openSUSE

IPTraf is a console-based network statistics utility for Linux. It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts. IPTraf is an IP traffic monitor that shows information on the IP traffic passing over your network.

This week at LWN: How (not) to brick the Android Developer Phone

Your editor's adventure with the Android Developer Phone (ADP1) began just before the end of the year. This phone, remember, has the nearly unique selling point that it is lacking any sort of lockdown feature. It will happily run any software which is fed to it, from the kernel on up. It thus brings the promise of free software to a market which has traditionally gone out of its way to avoid enabling any sort of freedom. It's actually possible to control the software we run on our phones - but only if we buy the right phone.

Simple Code To Implement C's stat() function On Linux And Unix

Checking out the C stat() function and using it to interrogate files. Today's post loosely ties back to our post last week on Perl stat() basics for Linux and Unix, although this post is not a continuation of that one. Just trying to keep it confusing ;)

Unsafe Functions In C And Their Safer Replacements: Strings Part II

  • safercode.com; By Shantanu Goel (Posted by shantzg001 on Mar 3, 2009 4:09 AM CST)
  • Story Type: Tutorial
Last time, we advised you to use ditch the unsafe functions like strcpy and strcat, and use their safer replacements (strlcpy, strlcat) instead. However, there is a small problem with this that you might discover that your compiler (especially gcc) does not have these functions in their implementation of the c library (libc).

Escaping From Vendor Lock-in With FOSS

  • LinuxPlanet; By Matt Hartley (Posted by tuxchick on Mar 3, 2009 3:12 AM CST)
  • Story Type: News Story; Groups: Linux
Is your company a victim of vendor lock-in? Who really owns your data, who really makes your procurement and infrasctructure decisions? Matt Hartley examines the problem of lock-in, and how it wastes your time and costs you real money.

How Acquia makes Drupal more valuable

I first came across Drupal almost five years ago. I recommended it for a project on politics, since abandoned. My experience was a nightmare. We were a commercial operation that needed professional programming. The launch of Acquia as Drupal’s commercial arm last year changed that. It turned out to change a lot more. Within months, Microsoft was distributing Drupal. Acquia is acquiring a host of new platinum partners. Commercial organizations have begun adopting it. So has the government.

Will Your Next Job Be Linux-Related?

  • DaniWeb; By Ken Hess (Posted by khess on Mar 3, 2009 1:17 AM CST)
  • Groups: Linux; Story Type: News Story
Got Job? Get a Linux-related one. Polish up your resume and go to class in San Francisco next month.

« Previous ( 1 ... 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 ... 7359 ) Next »