Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 ... 7359 ) Next »
Enforcing the GPL with Judo moves
"In judo, the goal is to use the momentum of the person attacking you to defend yourself, and that is exactly what copyleft does" The intent of free software is to render the code that runs the machines that run our lives transparent. In the words of Lawrence Lessig, free software is "free in the sense that the control coders build be transparent to all, and that anyone have the right to take that control, and modify it as he or she sees fit."
How the FSF approaches licence compliance
The Free Software Foundation wants people to distribute its software. It wants people to install it on their devices and sell those devices and make money. And it wants to encourage them to do this.
KDevelop 4.3 Brings Support for Basic C++11
After nine long months of hard work, the KDevelop team proudly announced last evening, March 20th, the immediate availability for download of the KDevelop 4.3 software, which comes with improved performance, lots of new features and assorted bug fixes.
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Squeeze. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
AMD Publishes Open-Source HD 7000, Trinity Code
AMD has finally released the open-source driver code to support the Radeon HD 7000 "Southern Islands" GPUs and next-generation Fusion "Trinity" APUs under Linux with their open-source driver...
VMware: Worried About Rackspace, OpenStack Cloud Gains?
VMware vs. OpenStack: Plenty of pundits are debating the merits of each platform for cloud computing. Now for a twist: Within the cloud storage market, the recent hot rumor involves VMware (VMW) potentially buying Rackspace (RAX) in order to disrupt potential competition from OpenStack, the open source cloud platform. Here’s a reality check.
CraftStudio, New Real Time Collaborative Game Making Tool For Linux
CraftStudio is an upcoming collaborative gaming making tool for Linux, featuring Minecraft style blocky graphics. The tool aims to bridge gap between developers and gamers by simplifying content creation. Gamers with no particular experience on game development will be able to easily create, paint and animate 3D models (characters, objects) out of blocks, craft infinite maps, paint own blocks and give life to their worlds using a visual scripting system. Everything is done in real-time, you can collaborate with friends or strangers over the Internet. You can also set up your own server or join an existing project.
Tiny Core CorePlus 4.4 Screenshot Tour
Team Tiny Core is proud to announce the release of Core 4.4. The major theme for Core 4.4 is kernel and modules update and improved extension searching via tags. Changelog: minor kernel update to 3.0.21; updated tc-config with syslog/rsyslog patch; updated Xprogs.tcz: scmbrowser and smc-fetch.sh tweaks; updated search.sh added -t option for tag search; updated provides.sh for CLI use; updated appbrowser for new tag search; updated ab keyword is now a tag search; updated tce-size with date check on sizefile update; updated tce-setup fixed when base boot code is used with missing /tmp/tce/optional directory; updated tce-setdrive with a required readlink; updated filetool.sh with a required readlink when used after tce-setdrive....
AMD Open Sources Radeon HD 7000 Driver
AMD has announced yesterday, March 20th, that it has released the open source driver code that supports the Radeon HD 7000 "Southern Islands" series graphics cards.
News: Linux Embraces Android (Again)
Linux is defined by one core element that all Linux distributions must have -- a Linux kernel. This past week saw the release of two Linux kernels, one from Linus Torvalds, the other from Oracle.
How to install applications on and update Linpus Lite Desktop 1.7
It has a graphical installation program, but it is of no use when it comes to installing applications or updating the few that are installed. The main interface of Online Updates, as it is called, is shown below. Even though it says there are patches (updates) available, none is listed. So, how do you install or update applications on this distribution?
Big data enters open-source hype cycle
Riches for some, mostly not VCs
Open ... and Shut As breathless projections go, IDC's big data market forecast may be in for a serious asthma attack. The venerable analyst firm pegs the brave new world of big data at $16.9bn by 2015. Yet it's unclear just how new this market is and whether anyone but big data start-ups are really cashing in on the gold rush.…
Milestone 2 for openSUSE 12.2 has been released for testing
Development of openSUSE 12.2 is still on target, as the Milestone 2 release hits as planned, now with GRUB 2. The openSUSE project wants the community to help with this test release...
Debian Stable -- set it and forget it -- spoils me for fresh Linux Mint 12 on some very nice ZaReason hardware
Spending a couple of days intensely running Linux Mint 12 on a very nice desktop PC sent to me for review by ZaReason (much more about that later), I probably shouldn't have been surprised by the annoying bugs in Mint that made me a lot less productive than I am in the Debian Squeeze system I've been running on my laptop since late 2010.
EMC wants to be the Linux of big data
Opens up Chorus tool, borgs agile coders Pivotal Labs
To broaden its reach in the big-data arena, disk-array maker EMC's Greenplum division, which peddles data warehousing and Hadoop appliances and software, announced that it will open source its Chorus management and collaboration tools. EMC also has acquired Pivotal Labs, experts in agile programming, to help it build better big-data software and, equally importantly, help others do so.…
Dear Esther: A Source Engine Game On Linux
You may have heard a few days ago that Dear Esther, a game built upon Valve's Source Engine, would be ported to Linux and released in the coming months. Well, here's more details about that Source-based game is getting to Linux...
Greg KH Readies for Collaboration Summit, Talks Raspberry Pi
Linux kernel maintainer and Linux Foundation Fellow Greg Kroah-Hartman will be moderating the highly-anticipated Linux kernel panel at the Collaboration Summit in a couple short weeks. He was generous enough to take a few moments recently to answer some questions about what we might hear from the Linux kernel panel, as well as some details on his recent work and projects. Oh, and we couldn't resist asking him about the new Raspberry Pi.
OSI reforms reach board level
The Open Source Initiative has announced three new board members: Mike Millinkovich, Luis Villa and Deb Bryant. From 1 April, they will be taking over seats on the open source advocating organisation's board which were freed by the departure of Mike Godwin, Andrew Oliver and Michael Tiemann. As announced at FOSDEM 2012, for the first time, the OSI board invited nominations for two of the seats from non-directors, specifically the new OSI affiliates; they retained one seat for a board-only appointment.
Kdenlive: Superior Video Editor ... not just for pros
Video editing has evolved from a niche market in the computer world to something that computers are simply expected to do. It's a tall order to be everything to everyone. But if any video editing software comes close to that mark, it's Kdenlive—a KDE Applications star. With a strong commitment and a plan for making major improvements, the Kdenlive team is raising money. Please help out if you can.
My search findings on Learning C/C++ Programming and Using an IDE
C and C++ are apparently NOT languages for Beginners to first learn programming. Although executable binaries created from C or C++ generally run faster than interpreted source code, executable binaries (i.e., the actual applications) require the EXTRA steps of compilation and linking from original C/C++ source code, not to mention any necessary required debugging and optimization steps. Both C and C++ programming languages are especially useful for creating applications. C is more of a Procedural than an OOP language such as C++, and many describe C as being the MOST suitable for the system and in-depth OS tasks that Linux distros rely upon using the GNU Compiler Collection’s ‘gcc’.
« Previous ( 1 ... 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 ... 7359 ) Next »