Showing headlines posted by bob

« Previous ( 1 ... 808 809 810 811 812 813 814 815 816 817 818 ... 1272 ) Next »

Do I need to provide access to source code under the AGPLv3 license?

  • Opensource.com (Posted by bob on Jan 18, 2017 3:11 PM EDT)
  • Groups: GNU; Story Type: News Story
The GNU Affero General Public License version 3 (AGPLv3) is a copyleft license nearly identical to the GPLv3. Both licenses have the same copyleft scope, but materially differ in one important way. The AGPLv3's Section 13 states an additional condition not present in GPLv2 or GPLv3: read more

What is your favorite Linux distribution?

Of all the many questions you might ask an open source enthusiast, none may evoke quite the passionate response as asking which distribution they prefer.

A behind the scenes look at Exercism for improving coding skills

In our recent article, we talked about Exercism, an open source project to help people level up in their programming skills with exercises for dozens of different programming languages. Practitioners complete each exercise and then receive feedback on their response, enabling them to learn from their peer group's experience.

The Age of the Unikernel: 10 Projects to Know

  • Linux.com - Original Content; By Sam Dean (Posted by bob on Jan 18, 2017 2:19 AM EDT)
  • Story Type: News Story; Groups: Kernel, Linux
What is a unikernel? It is essentially a pared-down operating system (the unikernel) that can pair with an application into a unikernel application, typically running within a virtual machine. They are sometimes called library operating systems.......

OpenStack Swift: Scalable and Durable Object Storage

  • Linux.com - Original Content; By Dawn Foster (Posted by bob on Jan 18, 2017 1:10 AM EDT)
  • Story Type: News Story; Groups: Linux
OpenStack Swift is designed for maximum uptime to be able to serve data to your users all the time without stopping, even if parts of your cluster are down. With Swift, you should still be able to store new data and even to upgrade your cluster in production without downtime.

Equal Rating Innovation Challenge: And the Semifinalists are

About three months ago we launched this global Equal Rating Innovation Challenge to help catalyze new thinking and innovation to provide access to the open Internet to those still living without. Clearly the idea resonated. Thanks to the help of numerous digital inclusion initiatives, think tanks, impact hubs and various local communities that supported us, our challenge has spurred global engagement.

Rugged, customizable POS system runs on Braswell

Advantech’s UBX-310D is a fanless point of sale computer intended for small countertops and limited-space installations. The shock and vibration resistant device has a modest, 245 x 185 x 45mm footprint. The system runs Windows 7 or 8 as a default, with optional Linux 3.13, and supports applications such as retail, self-service, digital signage, and store management.

A Switch for Your Pi

I grew up in the 1980s. That meant we drank far too much Kool-Aid, and on Saturday mornings, we got up early to watch cartoons. It also was the heyday of arcades, but I lived in the ghetto of Detroit and couldn't afford quarters to play games. Plus, there were none anywhere near the neighborhood where I lived. For me, the first real video-game experience was the Atari 2600.

Firefox for iOS Users Can Now Choose Their Favorite Email Apps

  • The Mozilla Blog (Posted by bob on Jan 17, 2017 8:36 PM EDT)
  • Groups: Mozilla; Story Type: News Story
For most of us email is a big part of our online lives. Today we’re excited to share that we’ve made updates to the email experience in Firefox for iOS, making it possible to choose your favorite email app when … Read more

COM Express Basic runs Linux on Kaby Lake, supports Intel Optane

Congatec’s Linux-ready “Conga-TS175” COM Express Basic Type 6 module supports 7th Gen Intel Core E/EQ and Xeon CPUs, Intel Optane SSDs, and up to 32GB DDR4. Congatec followed upon its earlier announcement of a Conga-TC175 COM Express Compact Type 6 module with a larger, 125 x 95mm Basic Type 6 module called the Conga-TS175. Both […]

How to Install WordPress with HHVM and Nginx on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 17, 2017 2:53 PM EDT)
  • Groups: PHP, Linux; Story Type: News Story
In this tutorial, I will show you how to install WordPress with HHVM and Nginx as web server. I will use CentOS 7 as the operating system. HHVM (HipHop Virtual Machine) is an open source virtual machine for executing programs written in PHP and Hack language. HHVM has been developed by Facebook, it provides most features of the current PHP 7 version.

First 3.5-inch Kaby Lake SBC reaches market

  • LinuxGizmos.com (Posted by bob on Jan 17, 2017 11:12 AM EDT)
  • Groups: Intel; Story Type: News Story
Axiomtek’s 3.5-inch CAPA500 SBC taps LGA1151-ready CPUs from Intel’s 7th and 6th Generations, and offers PCIe, dual GbE, and optional “ZIO” expansion. Axiomtek’s CAPA500 is the first 3.5-inch form-factor SBC that we’ve seen that supports Intel’s latest 7th Generation “Kaby Lake” processors. Kaby Lake is similar enough to the 6th Gen “Skylake” family, sharing 14nm […]

News: Linux Top 3: Parted Magic, Quirky and Ultimate Edition

Three interesting Linux distributions briefly described: New Parted Magic 2017_01_08,? Quirky 8.1.6 and Ultimate Edition 5.1 Linux .

64-bit RPi Compute Module 3 ships for $25 to $30

Raspberry Pi Trading’s first 64-bit computer-on-module version of their flagship single board computer has finally arrived. Despite the name, the Raspberry Pi Compute Module 3 (CM3) is only the second generation of the CM1. Its name syncs up with the Raspberry Pi 3 Model B SBC, which uses the same quad-core, 64-bit Broadcom SoC.

Use Docker remotely on Atomic Host

Atomic Host from Project Atomic is a lightweight container based OS that can run Linux containers. It’s been optimized to use as a container run-time system for cloud environments. For instance, it can host a Docker daemon and containers. At times, you may want... Continue Reading →

Terrible Ideas in Git

  • Linux.com; By Carla Schroder (Posted by bob on Jan 16, 2017 4:54 PM EDT)
  • Story Type: News Story; Groups: Linux
"Git does let you do some extraordinarily powerful things. Powerful, of course, in this talk, is a polite euphemism for stupid," says Corey Quinn of FutureAdvisor at LinuxCon North America. Who hasn't experienced at least one moment of feeling like a complete dunce when using Git? Sure, Git is wonderful, everyone uses it, and you can do most of your work with a few basic commands. But it also has mighty powers to make us feel like we have no idea what we're doing.

Can academic faculty members teach with Wikipedia?

  • Opensource.com (Posted by bob on Jan 16, 2017 2:37 PM EDT)
  • Story Type: News Story
Since 2010, 29,000 students have completed the Wiki Ed program. They have added 25 million words to Wikipedia, or the equivalent of 85,000 printed pages of content. This is 66% of the total words in the last print edition of Encyclopedia Britannica. When Wiki Ed students are most active, they are contributing 10% of all the content being added to underdeveloped, academic content areas on Wikipedia. Eager to learn more I contacted LiAnna Davis, director of Programs for Wiki Ed, who enthusiastically agreed to answer my questions. read more

How to debug C programs in Linux using gdb

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 16, 2017 1:29 PM EDT)
  • Groups: Linux; Story Type: News Story
If you are a C/C++ programmer or develop software using the Fortran and Modula-2 programming languages, you'll be glad to know there exists an excellent debugger - dubbed GDB - that lets you easily debug your code for bugs and other problems. In this article, we will discuss the basics of GDB, including some of the useful features/options it provides.

Getting started with shell scripting

  • Opensource.com (Posted by bob on Jan 16, 2017 11:11 AM EDT)
  • Story Type: News Story
The world's best conceptual introduction to shell scripting comes from an old AT&T training video. In the video, Brian W. Kernighan (the "K" in awk) and Lorinda L. Cherry (co-author of bc) demonstrate how one of the founding principles of UNIX was to empower users to leverage existing utilities to create complex and customized tools. read more

Tips for contributors, managing containers at CERN, and more OpenStack news

Are you interested in keeping track of what is happening in the open source cloud? Opensource.com is your source for news in OpenStack, the open source cloud infrastructure project. OpenStack around the web From news sites to developer blogs, there's a lot being written about OpenStack every week. Here are a few highlights. read more

« Previous ( 1 ... 808 809 810 811 812 813 814 815 816 817 818 ... 1272 ) Next »