Showing headlines posted by bob

« Previous ( 1 ... 415 416 417 418 419 420 421 422 423 424 425 ... 1211 ) Next »

Ryzen R1000 SoC offers dual Zen and triple Vega cores with a 12-25W TDP

AMD unveiled a lower-powered version of the Ryzen Embedded V1000 SoC called the Ryzen Embedded R1000 with dual quad-threaded cores, 12-25W TDPs, triple 4K displays, and support for dual 10GbE ports. When AMD unveiled the Ryzen Embedded V1000 in Feb. 2018, the chipmaker claimed the x86-based CPU delivered twice the performance of its earlier R-Series […]

How to Install OpenVPN Server and Client with Easy-RSA 3 on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 16, 2019 10:46 PM CST)
  • Story Type: Tutorial; Groups: Linux
OpenVPN is an open source application that allows you to create a secure private network over the public internet. In this tutorial, we will show you how to step-by-step install and configure OpenVPN on CentOS 7.6. And we will implement the certificate-based OpenVPN authentication.

Linux Server Hardening Using Idempotency with Ansible: Part 3

  • Linux.com - Original Content; By Chris Binnie (Posted by bob on Apr 16, 2019 9:32 PM CST)
  • Story Type: Tutorial; Groups: Linux
In the previous articles, we introduced idempotency as a way to approach your server’s security posture and looked at some specific Ansible examples, including the kernel, system accounts, and IPtables. In this final article of the series, we’ll look at a few more server-hardening examples and talk a little more about how the idempotency playbook might be used.

Matrix libraries for C and C++

  • IBM Developer : Linux; By Andrew Blais (Posted by bob on Apr 16, 2019 5:49 PM CST)
  • Story Type: Tutorial; Groups: Developer, Linux
This article presents some of the currently available options for open source C/C++ matrix libraries employable within a Linux environment. Particular libraries discussed are Meschach, which provides routines for operating on matrices and vectors for projects coded in C, the Cooperware Matrix (CwMtx) for C++ coding, and Blitz, which provides an n-dimensional array class for C++ with integral, floating, complex, and well-behaved, user-defined types.

Latest Firefox for iOS Now Available

  • The Mozilla Blog (Posted by bob on Apr 16, 2019 4:34 PM CST)
  • Story Type: News Story; Groups: Mozilla
Today’s Firefox for iPhone and iPad users offers enhancements that will make it easier to get you to what you want faster, from new links within your library and managing …

Pengwin: A Linux specifically for Windows Subsystem for Linux

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Apr 16, 2019 2:06 PM CST)
  • Story Type: News Story; Groups: Linux
Video: You've been able to run many Linux distros on Windows thanks to WSL for years. Now, there's a Linux distro built to work hand-in-glove with WSL.

Building a DNS-as-a-service with OpenStack Designate

  • Opensource.com (Posted by bob on Apr 16, 2019 12:51 PM CST)
  • Story Type: News Story
Designate is a multi-tenant DNS-as-a-service that includes a REST API for domain and record management, a framework for integration with Neutron, and integration support for Bind9. You would want to consider a DNSaaS for the following: read more

Detecting malaria with deep learning

  • Opensource.com (Posted by bob on Apr 16, 2019 9:08 AM CST)
  • Story Type: News Story
Artificial intelligence (AI) and open source tools, technologies, and frameworks are a powerful combination for improving society. "Health is wealth" is perhaps a cliche, yet it's very accurate! In this article, we will examine how AI can be leveraged for detecting the deadly disease malaria with a low-cost, effective, and accurate open source deep learning solution. read more

Can schools be agile?

  • Opensource.com (Posted by bob on Apr 16, 2019 5:25 AM CST)
  • Story Type: News Story
We've all had those deja vu moments that make us think "I've seen this before!" I experienced them often in the late 1980s, when I first began my career in industry. I was caught up in a wave of organizational change, where the U.S. manufacturing sector was experimenting with various models that asked leaders, managers, and engineers like me to rethink how we approached things like quality, cost, innovation, and shareholder value. read more

Inter-process communication in Linux: Using pipes and message queues

  • Opensource.com (Posted by bob on Apr 16, 2019 1:42 AM CST)
  • Groups: Linux; Story Type: News Story
This is the second article in a series about interprocess communication (IPC) in Linux. The first article focused on IPC through shared storage: shared files and shared memory segments. This article turns to pipes, which are channels that connect processes for communication. read more

Whiskey Lake shows up on a Linux-friendly industrial mini-PC

ASRock has unveiled a fanless, Linux-ready “iBox-8265U” mini-PC with Intel’s latest Whiskey Lake CPUs, up to 32GB DDR4, a SATA bay, 2x GbE, 4x USB, triple displays, and extended temp support. ASRock Industrial Computer’s 171.8 x 150 x 71.5mm iBox-8265U is the first 8th Gen Whiskey Lake U-series based mini-PC we’ve seen. Several Whiskey Lake […]

Intel Core based thin Mini-ITX supports extended temperatures

Avalue’s Linux-friendly “EMX-KBLU2P” is a thin Mini-ITX board with 6th or 7th Gen Core CPUs, triple displays, 2x GbE, 2x SATA, 2x M.2, 4x USB 3.0, serial and GPIO interfaces, and -20 to 70°C support. Avalue announced a thin Mini-ITX board for signage, PoS, kiosk, AiO PCs, and industrial applications. Like the company’s EMX-SKLUP thin […]

Linux C Programming tutorial part 22 - Accessing command line arguments within C program

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 15, 2019 1:45 PM CST)
  • Groups: Linux; Story Type: News Story
In the previous tutorial, we discussed multiple concepts related to pointers in C programming language. One of the concepts we discussed was an array of pointers.

Kubernetes on Fedora IoT with k3s

  • Fedora Magazine (Posted by bob on Apr 15, 2019 12:31 PM CST)
  • Groups: Fedora; Story Type: News Story
Fedora IoT is an upcoming Fedora edition targeted at the Internet of Things. It was introduced last year on Fedora Magazine in the article How to turn on an LED with Fedora IoT. Since then, it has continued to improve together with Fedora Silverblue to provide an immutable base operating system aimed at container-focused workflows. […]

Inter-process communication in Linux: Shared storage

  • Opensource.com (Posted by bob on Apr 15, 2019 11:16 AM CST)
  • Groups: Linux; Story Type: News Story
This is the first article in a series about interprocess communication (IPC) in Linux. The series uses code examples in C to clarify the following IPC mechanisms: read more

Getting started with Mercurial for version control

  • Opensource.com (Posted by bob on Apr 15, 2019 7:33 AM CST)
  • Groups: Python; Story Type: News Story
Mercurial is a distributed version control system written in Python. Because it's written in a high-level language, you can write a Mercurial extension with a few Python functions. There are several ways to install Mercurial, which are explained in the official documentation. My favorite one is not there: using pip. This is the most amenable way to develop local extensions! read more

Troubleshooting slow WiFi on Linux

I'm no stranger to diagnosing hardware problems on Linux systems. Even though most of my professional work over the past few years has involved virtualization, I still enjoy crouching under desks and fumbling around with devices and memory modules. Well, except for the "crouching under desks" part. But none of that means that persistent and mysterious bugs aren't frustrating. read more

Internet Explorer zero-day lets hackers steal files from Windows PCs

  • zdnet; By Catalin Cimpanu (Posted by bob on Apr 14, 2019 3:09 PM CST)
  • Story Type: Security; Groups: Microsoft
MICROSOFT WAS NOTIFIED BUT DECLINED TO PATCH. Page said he notified Microsoft about this new IE vulnerability on March 27, but the vendor declined to consider the bug for an urgent security fix in a message sent to the researcher...

Happy 55th birthday mainframe

  • Toolbox; By Trevor Eddolis (Posted by bob on Apr 14, 2019 12:57 PM CST)
  • Groups: IBM
In 2000 IBM said it would support Linux on the mainframe, and, by 2009, 70 of IBM’s top 100 mainframe customers were estimated to be running Linux.

OpenStack Stein: A new cool drink of open-source cloud

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Apr 13, 2019 3:01 PM CST)
  • Story Type: Editorial; Groups: Cloud
The latest version of OpenStack is more container and telecom friendly than ever.

« Previous ( 1 ... 415 416 417 418 419 420 421 422 423 424 425 ... 1211 ) Next »