Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 ... 7359 ) Next »

A look at open source image recognition technology

  • Opensource.com (Posted by bob on May 12, 2018 2:50 AM CST)
  • Story Type: News Story
At the Supercomputing Conference in Denver last year, I discovered an interesting project as I walked the expo floor. A PhD student from Louisiana State University, Shayan Shams, had set up a large monitor displaying a webcam image. Overlaid on the image were colored boxes with labels. As I looked closer, I realized the labels identified objects on a table. read more

Add Bash Shell Scripts to the Import Module in digiKam

  • Scribbles and Snaps; By Dmitri Popov (Posted by dmpop on May 12, 2018 12:55 AM CST)
  • Story Type: Tutorial
The default functionality of the Import module in digiKam can be extended by linking a Bash shell script to the import operation. This way, you can perform a wide range of actions on the imported files.

AWK Command Examples

AWK is named after the last names of its authors: Alfred Aho, Peter Weinberger and Brian Kernighan. AWK is a very useful scripting language for text processing. In this tutorial, we will show you some practical examples on how to use AWK on a Linux based VPS.

OpenShift Roadmap: What's Next for Red Hat's Kubernetes Container Platform?

Red Hat is increasingly focusing on its OpenShift container platform for enabling organization to deploy and deliver applications. OpenShift was a dominant topic at the 2018 Red Hat Summit, with a multiple announcements and pronouncements about the Kubernetes platform's future. The next major release of OpenShift is version 3.10 which is set for July. OpenShift 3.11 is currently scheduled for September, with OpenShift 3.12, which will integrate all the CoreOS components set for December.

How citizens become scientists with open hardware

  • Opensource.com (Posted by bob on May 11, 2018 8:11 PM CST)
  • Groups: Cloud; Story Type: News Story
"Every person's piece of individual information put together gives you a cloud of real knowledge." Eymund Diegel, a research coordinator for Gowanus Canal Conservancy, shares this tidbit during the first clip of the new Open Source Stories documentary, "The Science of Collective Discovery." He's setting out in a canoe on an inner-city canal that is polluted and struggling to get the help it needs.  read more

GNOME 3.28.2 Released with Memory Leak Fixes for GNOME Shell, Update Now

  • Softpedia; By Marius Nestor (Posted by hanuca on May 11, 2018 6:37 PM CST)
  • Story Type: News Story; Groups: GNOME
GNOME Project's Matthias Clasen announced a few moments ago the general availability of the second and last scheduled point release of the GNOME 3.28 desktop environment.

Here’s 15 Things to do After Installing Ubuntu 18.04 LTS Bionic Beaver

So you’ve successfully installed Ubuntu 18.04 LTS. Now what? You probably want to feel more at home with your new operating system. Here our list of things to do after installing Ubuntu 18.04 LTS.

Importing images with GNOME Photos

GNOME Photos is an application for browsing, editing and organizing photos. Organizing photos just became a lot faster now that Photos supports importing directly from SD cards and connected cameras. First, install Photos  with either GNOME Software, or by using dnf along with sudo: sudo dnf install gnome-photos However, as of Fedora 28 Workstation, Photos is already […]

Will Blockchains Include Insecurity by Design?

The twenty-five countries participating in a global standards effort to create security standards for the blockchain were surprised to find some unusual national representatives from Russia involved: employees of the FSB, the state security service that took over from the KGB.

Is It Linux or GNU/Linux?

Noting that the issue seems to have died down in recent years, and mindful of Shakespeare's observation on roses, names and smells, I wondered if anyone really cares anymore what Linux is called. So, I put the issue to a number of movers and shakers in Linux and open-source circles by asking the simple question, "Is it GNU/Linux or just plain Linux?"

Analyzing Ansible runs using ARA

  • Opensource.com; By Ajinkya Bapa (Posted by bob on May 11, 2018 12:09 PM CST)
  • Story Type: News Story; Groups: Community
Ansible is a versatile platform that has become popular for managing servers and server configurations. Today, Ansible is used heavily to deploy and test through continuous integration (CI). In the world of automated continuous integration, it’s not uncommon to have hundreds, if not thousands, of jobs running every day for testing, building, compiling, deploying, and more.

How to Set Up Nginx High Availability Cluster using Pacemaker on CentOS 7

In this tutorial, we will show you how to set up Nginx High Availability cluster using Pacemaker on CentOS 7. To have an Nginx server that can operate continuously without failure for a long time, we need to configure the server with active-passive Nginx instances. Pacemaker is an open source cluster manager software that achieves maximum high availability of your services.

How to Monitor Nginx using Netdata on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 11, 2018 9:41 AM CST)
  • Groups: Linux; Story Type: News Story
Netdata is an open source monitoring system for Linux servers. It provides real-time performance and health monitoring with beautiful dashboard and analytics. In this tutorial, I will show you how to monitor Nginx using Netdata on CentOS 7.

Get more done at the Linux command line with GNU Parallel

Do you ever get the funny feeling that your computer isn't quite as fast as it should be? I used to feel that way, and then I found GNU Parallel. GNU Parallel is a shell utility for executing jobs in parallel. It can parse multiple inputs, thereby running your script or command against sets of data at the same time. You can use all your CPU at last! If you've ever used xargs, you already know how to use Parallel. If you don't, then this article teaches you, along with many other use cases. read more

How to fix secure connection errorin Wordpress

In this tutorial, we will explain the meaning of Secure Connection Error in WordPress and why it happens and then explain some of the methods on how to fix Secure Connection Error in WordPress.

A fresh DXVK release is out with fixes for NVIDIA, RADV and multiple game improvements

DXVK, the awesome project to implement a Vulkan-based compatibility layer for Direct3D 11 for use with Wine has advanced further with a fresh release.

Heres what happens to CoreOS now that Red Hat owns it

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 11, 2018 4:43 AM CST)
  • Story Type: News Story; Groups: Cloud, Red Hat
Buying CoreOS was a great move for Red Hat as it tries to become a cloud and container power using Kubernetes. But what does that mean for CoreOS? Here's the plan going forward.

Highlights from the OpenStack project teams gathering

A few weeks back in Dublin, Ireland, OpenStack engineers gathered from dozens of countries and companies to discuss the next release of OpenStack. This is always my favorite OpenStack event, because I get to do interviews with the various teams, to talk about what they did in the just-released version (Queens, in this case) and what they have planned for the next one (Rocky).

Mark Text: FOSS Markdown Editor With Realtime Preview

Mark Text is a fairly new free, open source Markdown editor for Linux, Windows and Mac. Aimed at improving your editing efficiency, the editor supports the CommonMark Spec and the GitHub Flavored Markdown Spec. The application tries not to get in your way, by using a clean interface that tries to focus on your writing and nothing more, with a seamless live preview, while still allowing you to easily access its menu or see the current file name.

Cloud Foundry for Developers: Pushing Apps

  • Linux.com - Original Content; By Carla Schroder (Posted by bob on May 11, 2018 1:00 AM CST)
  • Story Type: Tutorial; Groups: Cloud, Linux
After following the first four blogs in this series previewing the Cloud Foundry for Developers training course, you should have a Cloud Foundry instance to use, have the cf CLI installed, and know how to connect to your instance and run commands. Now it's time to push an app to your Cloud Foundry instance.

« Previous ( 1 ... 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 ... 7359 ) Next »