Showing headlines posted by bob

« Previous ( 1 ... 744 745 746 747 748 749 750 751 752 753 754 ... 1176 ) Next »

10 tips for making your documentation crystal clear

  • Opensource.com; By Ben Cotton (Posted by bob on Nov 2, 2016 9:10 PM CST)
  • Story Type: Editorial; Groups: Community
So you've some written excellent documentation. Now what? Now it's time to go back and edit it. When you first sit down to write your documentation, you want to focus on what you're trying to say instead of how you're saying it, but once that first draft is done it's time to go back and polish it up a little.

5 systemd Tools You Should Start Using Now

  • Linux.com - Original Content; By Paul Brown (Posted by bob on Nov 2, 2016 7:53 PM CST)
  • Story Type: News Story; Groups: Linux
Once you get over systemd's rude departure from the plain-text, script-laden System V of yore, it turns out to be quite nifty and comes with an equally nifty toolbox. In this article, we'll be looking at four of those tools, plus one you're probably already familiar with but haven't used in the way you will see here.

Linaro Ltd.'s OpenDataPlane

The OpenDataPlane (ODP) project is a founding initiative by the Linaro Networking Group to produce an open-source, cross-platform application programming interface (API) for the networking Software Defined Data Plane.

A new directory of open source technology events

  • Opensource.com; By D Ruth Bavousett (Posted by bob on Nov 2, 2016 5:59 PM CST)
  • Story Type: News Story; Groups: Community
For the past several years, Gabor Szabo has been the owner and primary editor of the Perl Weekly, and the Perl Maven. Never willing to rest on his laurels, he recently started the Code Maven Podcast, and recently, during the last week of October, he spun up his newest site, a listing of open source technology events. This new site is pretty remarkable.

How to Install Django with PostgreSQL and Nginx on Ubuntu 16.04

In this tutorial, I will show you how to install the Django web framework and configure it to use a PostgreSQL database for development. We will run Nginx as a reverse proxy for Django web framework for speed and security reasons. Django will run under the python WSGI HTTP server 'Gunicorn', we will manage and control 'Gunicorn' with 'Supervisor' as the process control system.

Which 'ancient' programming language do you use the most?

  • Opensource.com (Posted by bob on Nov 2, 2016 3:07 PM CST)
  • Story Type: News Story
Programming languages never die, they just fade into obscurity. But some don't even do that. Some languages seem to stand the test of time, or at the very least, are still in broad enough use to require new developers to learn them just to keep existing software maintained and functional. read more

Hatchit: An open source game engine

  • Opensource.com (Posted by bob on Nov 2, 2016 12:15 PM CST)
  • Groups: Games; Story Type: News Story
More students are learning about the world of open source through video games. Open source games like FreeCiv and Minetest invite young gamers to dig into the source code, while projects like SpigotMC empower them to write plugins to extend their favorite games. read more

Which 'ancient' programming language do you use the most?

  • Opensource.com (Posted by bob on Nov 2, 2016 10:21 AM CST)
  • Story Type: News Story
Programming languages never die, they just fade into obscurity. But some don't even do that. Some languages seem to stand the test of time, or at the very least, are still in broad enough use to require new developers to learn them just to keep existing software maintained and functional. read more

Linux kernel honcho: tough love for FOSS scofflaws

Lead Linux maintainer Greg Kroah-Hartman talks about open source compliance, aging kernel developers, and Linux on microcontrollers. No one aside from Linus Torvalds has more influence or name recognition in the Linux Kernel project than Greg Kroah-Hartman. More commonly known as GKH, the ex-SUSE kernel developer and USB driver maintainer is now a Linux Foundation […]

6 ways to use open tools to better support Indian languages

  • Opensource.com (Posted by bob on Nov 2, 2016 1:05 AM CST)
  • Story Type: News Story
India is a large and a populated country that makes up a large base of Google consumers. So in recent years, Google's widened support of world languages for its various products has been a blessing. It has specifically helped Indian people grow their use of and participation on the Internet. read more

How To Protect Linux Servers And Android Phones Against Dirty COW Security Bug

Last week, a nine-year old bug was uncovered in the Linux kernel that can give attackers root-level access to machines running the Linux operating system. Because the vulnerability is related to how the kernel handles copy-on-write memory, it has been dubbed 'Dirty COW'. The security flaw exists on every distribution of the operating system.

Nov. 7 Webinar on Taking the Complexity Out of Hadoop and Big Data

The Linux Foundation’s Hadoop project, ODPi, and Enterprise Strategy Group (ESG) are teaming up on November 7 for a can’t miss webinar for Chief Data Officers and their Big Data Teams.

What software documentation can learn from tabletop gaming

Do you remember Monopoly and Life and Clue, and all those old classic board games you played as a kid because sometimes you were just that bored? Do you recall ever reading the instructions? Probably not, because nobody reads the instructions for those games.

Linux Journal November 2016

  • Linux Journal; By Shawn Powers (Posted by bob on Nov 1, 2016 6:24 PM CST)
  • Story Type: Reviews; Groups: Community, Linux
This month's issue starts off with Reuven M. Lerner discussing machine learning. Whether you consider it creepy or incredible (or possibly somewhere in between), sites like Amazon.com do an amazing job of determining what sorts of things you might want to buy.

New round of HPE software layoffs begins

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Nov 1, 2016 4:30 PM CST)
  • Story Type: News Story; Groups: Community
HPE has quietly begun to lay off yet more programmers and software engineers.

Adlink bakes Apollo Lake into four modules and a Mini-ITX board

  • HackerBoards (Posted by bob on Nov 1, 2016 3:33 PM CST)
  • Groups: Intel; Story Type: News Story
Adlink announced four modules, in SMARC 2.0, Qseven, and COM Express Compact format, plus a Mini-ITX board — all based on Intel’s 14nm “Apollo Lake” SoCs. Adlink has rolled out the most comprehensive range of products yet supporting Intel’s 14nm-fabricated Atom E3900 “Apollo Lake” SoCs. Like rival Congatec’s Apollo Lake roll-out, the Adlink announcement includes […]

How to replace GRUB with BURG Boot Loader on Ubuntu 16.04

GNU GRUB has been the number one choice among the available system bootloaders for many years now, so replacing such a trusty piece of software for something else isn’t exactly common among Linux users. That is why I will suggest to replace it with a fork of GRUB that is called BURG. BURG is better than GRUB in basically one thing and that is better and easier configuration capacity. So, if you’re having complaints in this field from GRUB, read on. In this quick guide, I will showcase how to install and configure BURG in the latest Elementary which is based on the latest Ubuntu LTS version.

Fireside Chat: GKH Talks Licensing, Email, and Aging Maintainers

No one aside from Linus Torvalds has more influence or name recognition in the Linux Kernel project than Greg Kroah-Hartman. More commonly known as GKH, the ex SUSE kernel developer and USB driver maintainer is now a Linux Foundation Fellow and the full-time maintainer of the -stable Linux branch and staging subsystem, among other roles.

How to run commands at shutdown on Linux

  • Opensource.com (Posted by bob on Nov 1, 2016 8:33 AM CST)
  • Groups: Linux; Story Type: News Story
Linux and Unix systems have long made it pretty easy to run a command on boot. Just add your command to /etc/rc.local and away you go. But as it turns out, running a command on shutdown is a little more complicated. read more

Sub-$100 maker board packs Apollo Lake SoC, 4K video, dual GbE

  • HackerBoards (Posted by bob on Nov 1, 2016 7:36 AM CST)
  • Groups: Intel; Story Type: News Story
Aaeon’s “Up Squared” hacker SBC offers dual- or quad-core Intel Apollo Lake SoCs, plus up to 8GB RAM, SATA, dual HDMI, 4K video, dual GbE, miniPCIe, and more. Aaeon Europe has launched a Kickstarter project for a follow-up to its x86-based “Up” hacker board. If it shipped today instead of its May 2017 due date, […]

« Previous ( 1 ... 744 745 746 747 748 749 750 751 752 753 754 ... 1176 ) Next »