Showing headlines posted by bob

« Previous ( 1 ... 357 358 359 360 361 362 363 364 365 366 367 ... 1157 ) Next »

Why every dev team should adopt a DevOps culture in 2019

  • Opensource.com (Posted by bob on May 1, 2019 6:02 AM EDT)
  • Story Type: News Story
In the race to digitization, development teams have become the backbone of many organizations; they and the operations teams are required to do more than ever before. Often these teams drive innovation and change at the same time they are maintaining legacy code and ensuring products or services always perform. Organizations that allow dev and ops teams to be flexible, fast-moving, and opportunistic are businesses that win, which is why so many organizations are prioritizing building a DevOps culture. read more

Confronting linguistic bias: The case for an open human language

  • Opensource.com (Posted by bob on May 1, 2019 2:32 AM EDT)
  • Story Type: News Story
As scholars in the digital humanities continue to transform scholarship, they're increasingly noting a "black-box" problem with the tools they're using—not to mention the resources and artifacts they're creating as a result. As Tara Andrews describes it: read more

Self-taught Belgian bloke cracks crypto conundrum that was supposed to be uncrackable until 2034

  • The Register (Posted by bob on May 1, 2019 1:17 AM EDT)
  • Story Type: News Story
'It was easy, for some definition of easy,' solver tells El Reg A cryptographic puzzle proposed two decades ago that involves roughly 80 trillion squarings has been cracked much earlier than expected – in just three and a half years.…

What’s new in Fedora 30 Workstation

Fedora 30 Workstation is the latest groundbreaking release of our free, leading-edge operating system. You can download it from?the official website here?right now.?There are several new and noteworthy changes in Fedora Workstation. Read more details below. GNOME 3.32 Fedora 30 Workstation includes the latest release of this simple, beautiful desktop environment for users of all […]

8 ways your company can support and sustain open source

  • Opensource.com (Posted by bob on Apr 30, 2019 8:10 PM EDT)
  • Story Type: News Story
The success of open source continues to grow; surveys show that the majority of companies use some form of open source, 99% of enterprises see open source as important, and almost half of developers are contributing back. read more

Ansible Guide: The Ad-Hoc Command

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 30, 2019 6:07 PM EDT)
  • Groups: Linux; Story Type: News Story
The Ad-Hoc command is the one-liner ansible command that performs one task on the target host. It allows you to execute simple one-line task against one or group of hosts defined in the inventory file configuration.

Announcing the release of Fedora 30

  • Fedora Magazine (Posted by bob on Apr 30, 2019 5:05 PM EDT)
  • Groups: Fedora; Story Type: News Story
It seems like it was just six months ago that we announced Fedora 29, and here we are again. Today, we announce our next operating system release. Even though it went so quickly, a lot has happened in the last half year, and you’ll see the results in Fedora 30. If you’re impatient, go to […]

Apache hooks up with GitHub

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Apr 30, 2019 5:42 AM EDT)
  • Story Type: News Story; Groups: Apache, Developer
The Apache Software Foundation has completed its Infrastructure support expansion by migrating its Git service to GitHub.

Canonicals Mark Shuttleworth doubles down on OpenStack

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Apr 30, 2019 1:59 AM EDT)
  • Story Type: News Story; Groups: Cloud, Linux, Ubuntu
Some people may think OpenStack is getting tired, but Canonical and Ubuntu Linux founder Mark Shuttleworth is doubling down on the open-source IaaS cloud and shares his thoughts on "dueling" open-source foundations.

Linux C Programming Tutorial Part 25 - Function pointers

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 29, 2019 11:30 PM EDT)
  • Groups: Linux; Story Type: News Story
Just like we have pointers to variables, there can also be pointers to functions. Following is an example of a function pointer declaration.

Synthetic Kubernetes cluster monitoring with Kuberhealthy

  • Opensource.com (Posted by bob on Apr 29, 2019 10:16 PM EDT)
  • Story Type: News Story
Running Kubernetes clusters in production is a big undertaking with lots of moving parts. Keeping an eye on all those various parts is no easy task. To make the problem worse, Kubernetes is very distributed and oftentimes self-healing. If something is going wrong in your cluster, it may be intermittent enough (or specific enough) that you won't see the breakage for quite a while. During that time, of course, your customers or developers may have a degraded or completely broken experience. read more

Fat client offers up to three HDMI ports

  • LinuxGizmos.com (Posted by bob on Apr 29, 2019 7:47 PM EDT)
  • Groups: Linux; Story Type: News Story
Designed for kiosk and “fat client” applications, Giada’s VESA mountable “BQ67” mini-tower runs Linux or Windows on 6th or 7th Gen Core CPUs with up to 3x HDMI and 12x USB ports. Giada, which manufactures a variety of signage, mini-PC, and thin client systems, such as the Giada i200 thin client, has launched a “fat […]

10 moments that shaped Linux history

  • Opensource.com (Posted by bob on Apr 29, 2019 6:33 PM EDT)
  • Groups: Linux; Story Type: News Story
In August 2018, Opensource.com posted a poll with seven options asking readers: What was the most important moment in the history of Linux? I thought I would expand on the list and present 10 moments that I think have played an important part in shaping the history of Linux. 1. Linus releases Linux Linus Torvalds initially released Linux to the world in 1991 as a hobby. It didn't remain a hobby for long! read more

A better solution to Java SE 11 removing JNLP

  • Opensource.com (Posted by bob on Apr 29, 2019 2:50 PM EDT)
  • Story Type: News Story
Recently, I wrote about how we solved the problem of Java 11 removing the Java Network Launching Protocol (JNLP), which was how an organization I work with distributed a critical business app. read more

How to Install Bludit CMS with NGINX on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 29, 2019 1:35 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Bludit is a simple, fast, secure, flat-file CMS that allows you to create your own website or blog in seconds. In this tutorial, we will go through the Bludit CMS installation and setup on Ubuntu 18.04 LTS system by using NGINX as a web server.

Awk utility in Fedora

Fedora provides awk as part of its default installation, including all its editions, including the immutable ones like Silverblue. But you may be asking, what is awk and why would you need it? Awk is a data driven programming language that acts when it matches a pattern. On Fedora, and most other distributions, GNU awk […]

The psychology behind a blameless retrospective

  • Opensource.com (Posted by bob on Apr 28, 2019 10:14 PM EDT)
  • Story Type: News Story
A retrospective is the act of dealing with past events and activities. The word comes from Latin, and it literally means "to look back." In the business world, a retrospective is a practice agile teams commonly use to reflect on how their work is done to improve how they do it so they continuously become better at it. read more

Celebrating National Superhero Day with Tux, BSD, and more

  • Opensource.com (Posted by bob on Apr 28, 2019 2:36 PM EDT)
  • Groups: Mobile; Story Type: News Story
On National Superhero Day, how would some of our favorite open source tools and mascots look if they were superheroes? Granted, open source tools are already kind of like superpowers in their own right. My take on this challenge is Open Force: Heroes of the Code! (with accompanying illustrations, of course). Download the original Krita art files and desktop wallpaper images for 4k, HD, and mobile devices from my GitLab repo. read more

Mozillas IoT relaunches, sun-based GPS, and more news

  • Opensource.com; By Scott Nesbitt (Posted by bob on Apr 28, 2019 6:59 AM EDT)
  • Story Type: Roundups; Groups: Mozilla, Sun
In this edition of our open source news roundup, we take a look open source projects from Mozilla, a tool for analyzing Flash files, an open source alternative to GPS, and more!

Intel roadmap shows 2Q rollout for 10nm Ice Lake and 3-5W Lakefield chips

  • LinuxGizmos.com (Posted by bob on Apr 27, 2019 9:27 PM EDT)
  • Groups: Intel; Story Type: News Story
After Intel rolled out 26 new 9th Gen Core models, a leaked Intel roadmap revealed a 2Q launch for its 10nm Ice Lake chips and a low-power Lakefield processor that combines an Ice Lake core with 4x Atom Tremont cores. It was a busy two weeks for Intel watchers. After unveiling 26 new 14nm 9th […]

« Previous ( 1 ... 357 358 359 360 361 362 363 364 365 366 367 ... 1157 ) Next »