Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 ... 7359 ) Next »

GNU Awk: This is Not Your Father's Awk

Awk's features have advanced considerably in the last decade — such as the addition of a debugger and a profiler — all without removing any of the elegance or terseness of the fabled little language.

Web Security

As I write these words in mid-February 2013, many Ruby on Rails developers are worried. The framework that so many of us have used and enjoyed for so many years, turned out to have some serious security flaws. It's not just the sort of flaw that can allow someone to modify your Web site either;these holes meant that a properly armed attacker could execute arbitrary code on your server.

Shadow Warrior Classic Redux To Support Linux

Shadow Warrior Classic Redux, classic first person action will be heading to Linux in a future version!

Stack Wars: CloudStack vs. OpenStack

  • Enterprise Cloud Site; By Bill Kleyman (Posted by estherschindler on Jul 17, 2013 2:10 AM EDT)
  • Story Type: Roundups
The overarching goal for both CloudStack and OpenStack is logical cloud-layer management with plenty of ways to control various workloads. Here's a comparison of the two, which ideally gives you enough data to make your own informed decision.

Features Coming For The VLC 2.1 Media Player

The VLC 2.1 media player update is due out in the coming weeks and with it will come several new features for the open-source program.

Hash Tables – using hash command and available implementations

Hash table is a data structure to store key value pairs. As in, a table where each entry has a key and a corresponding value. In other words, it is like an array with indices having the flexibility to be of any type i.e. integer, float, char, string, etc. Henceforth, these indices are termed as keys. So, it is a way of laying down the structure such that, a key maps to the data and that is how we retrieve and access all data efficiently. The efficiency comes from the fact, the key is directly used as an index to search/access any data without caring about traversing the entire data-structure.

Bluestar Linux – full-2013.07.11 – Release

The new 2013.07.11 Bluestar Full edition has been released and is available for download from the Bluestar Linux downloads area. This release introduces a number of new and useful features, including new icons for shutdown/reboot/logout/screenlock, and extended language installation options.

Eucalyptus 3.3 arrives with additional Amazon cloud features

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by Ridcully on Jul 16, 2013 10:21 PM EDT)
  • Story Type: News Story; Groups: Linux
The open-source Eucalyptus cloud project has just released a new version that's improved its Amazon Web Service cloud interoperability.

Is Linus Torvalds too "abusive" on the Linux Kernel Mailing List?

There's a controversy raging among Linux developers about abusive language allegedly used by Linux Torvalds and other Linux developers on the Linux Kernel Mailing List. Sarah Sharp, an Intel Linux developer, commented about it in a post on the LKML.

Welcome to Microsoft Trustworthy Computing

No matter what the reason, it’s done. In the process, a gaping hole has been discovered in the computer security of all governments and businesses that compete in any way with the United States. The name of that hole is “proprietary binaries.”

XBMC Will Gain Full Wayland Support Before Mir

XBMC developer smspillaz, the man responsible for the XBMC Weston hack a few months ago, is now rounding the final turns towards XBMC being fully compatible with Wayland.

Atomic Disk Quotas

  • Linux.org; By Jarret W. Buse (Posted by kprojects on Jul 16, 2013 6:32 PM EDT)
  • Story Type: Tutorial
Once quotas are set, the file system tracks the amount of data written by each user and group. Every time a user creates, modifies or deletes a file, the used amount is updated. When a user or group attempts to change or add a file which will cause the quota to be exceeded, a message appears to warn the user that the disk is full.

PCLinuxOS 2013.07 MATE Screenshot Tour

  • The Coding Studio (Posted by lqsh on Jul 16, 2013 5:40 PM EDT)
  • Groups: Linux
New maintenance releases for three editions of the PCLinuxOS distribution were announced yesterday. Featuring a minimalist KDE, as well as LXDE and MATE desktops, the new version is available for both 32-bit and 64-bit computer systems. Maintenance release - PCLinuxOS MATE 2013.0715. MATE 1.6.x, Linux kernel 3.4.52, PulseAudio enabled by default. All of the MATE desktop applications plus Firefox, Thunderbird, Pidgin.

Dear Linus, STOP SHOUTING and play nice - says Linux kernel dev

But Torvalds, who founded the popular Linux kernel project in the mid-1990s, wasn't taking this lying down, claiming today's demands of "professionalism" promote passive-aggressive "fake politeness" used by tie-wearing back-stabbers. “You are in a position of power. Stop verbally abusing your developers,” Sharp hit back at Torvalds on the Linux Kernel Mailing List (LKML) - the nerve-centre of the open-source system's development.

The no-excuses guide to introducing yourself to a new open source project

Getting started in an unfamiliar open source project seems intimidating because it is intimidating; plunging into the unknown usually is. Navigating new territory is a lot easier with a guide—which is why I recently taught a seminar at Hacker School on "getting started contributing to open source" that mostly amounted to "first, find a mentor."

OpenSUSE Summit 2013 Announced

  • Linux User & Developer; By Rob Zwetsloot (Posted by robzwets on Jul 16, 2013 2:49 PM EDT)
  • Story Type: News Story
Find out the details of this years openSUSE Summit in Buena Vista, Florida from November 15th to 17th

Big data and Hospital OS improve Thai diet

As a practicing physician in Phuket, he (Dr. Kongkiat Kespechara) became aware of some of the struggles facing hospitals. At one point the Thai government wanted to modernize all the hospitals and demanded that Information Technology be adopted right away. Then he saw the budget. No significant increase was given to help hospitals meet this expensive demand. After some ruminating he realized most of the costs would be tied up in creating the information infrastructure to capture patient records. He thought it would be a huge help to all of the hospitals if an open source solution was developed so they could all share, and called it Hospital OS.

20 years after Windows 3.11, Linus unveils “Linux for Workgroups”

  • Ars Technica; By Jon Brodkin (Posted by BernardSwiss on Jul 16, 2013 12:54 PM EDT)
  • Story Type: Humor; Groups: Linux
A couple of years ago, Linus Torvalds was discussing Linux version numbers and said, "I think I will call 3.11 Linux for Workgroups." It turns out he wasn't joking.

Linux 3.11: Linux for Workgroups

The latest Linux kernel is coming with new features and a tongue-in-cheek nickname and logo.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy

  • HowtoForge; By Falko Timme (Posted by falko on Jul 16, 2013 11:11 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Wheezy server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

« Previous ( 1 ... 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 ... 7359 ) Next »