Showing headlines posted by bob

« Previous ( 1 ... 253 254 255 256 257 258 259 260 261 262 263 ... 1156 ) Next »

How To Install Apache CouchDB NoSQL Database on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 15, 2020 10:24 AM EDT)
  • Groups: Linux, Apache; Story Type: News Story
Apache CouchDB is a free, open-source and document-oriented NoSQL database that uses JSON to store the data. In this tutorial, we will explain how to install Apache CouchDB on CentOS 8.

OpenStack keeps stacking along: OpenStack Ussuri cloud arrives

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 15, 2020 7:55 AM EDT)
  • Story Type: News Story; Groups: Cloud
The leading private Infrastructure-as-a-Service cloud has just released its 21st version.

Let's slip into something a bit more relational: SQL database crowd strikes back with brace of cloudy releases

  • The Register; By Lindsay Clark (Posted by bob on May 15, 2020 5:52 AM EDT)
  • Story Type: News Story; Groups: Community
And you thought this was purely a NoSQL release this week? MariaDB, which counts Deutsche Bank, Nasdaq and telecoms giant Verizon among its users, has launched a DBaaS rendition of its relational database, adding options to configure and customise it.…

Xavier NX Dev Kit ships as Nvidia adds cloud-native support for all the Jetsons

Nvidia’s $399 Jetson Xavier NX Developer Kit runs Linux on the hexa-core Jetson Xavier NX with up to 21 TOPS AI performance. The company also announced cloud native support for the NX and other Jetsons, thereby enabling container apps. Last November, when Nvidia unveiled its Jetson Xavier NX compute module, there was no maker-friendly developer […]

Amazon Red Hat OpenShift announced for public cloud Kubernetes users

Want AWS with easy-to-use Red Hat OpenShift Kubernetes container orchestration? You'll soon be able to get that.

Request for comment: how to collaboratively make trustworthy AI a reality

  • The Mozilla Blog; By Mark Surman (Posted by bob on May 14, 2020 10:41 PM EDT)
  • Story Type: News Story; Groups: Mozilla
A little over a year ago, I wrote the first of many posts arguing: if we want a healthy internet — and a healthy digital society — we need to …Since writing that post, a number of us at Mozilla — along with literally hundreds of partners and collaborators — have been exploring the questions: What do we really mean by ‘trustworthy AI’? And, what do we want to do about it?

Convert documents with Pandoc like a pro

Has anyone ever sent you a document in a format that just isn't quite right for you? Maybe you don't have access to the application used to create the document, or maybe you don't need the document so much as you need what's in it, or maybe you just flat out don't like the format. There's no wrong reason for disliking a file format. If it's not your preferred format, whether you find it cumbersome to use or you just don't like how its metadata is organized, then that's enough of a reason for you to convert it.

The end really is nigh - for 32-bit Windows 10 on new PCs

It’s 64-bit or nothing for PC-makers from now on. And face it, this isn't the year of Linux on the desktop. Microsoft has revealed that it’s no longer allowing original equipment manufacturers (OEMs) to pre-install 32-bit Windows 10.…

How to find new maintainers for your open source project

If there's one thing you can say about open source software (OSS), it's that it quietly yet inarguably runs our world. Most of the internet is built on open source software, and, these days, millions of developers build and maintain hundreds of thousands of open source packages in more than 250 programming languages. If that's not enough, enterprise companies continue to grow their investments in open source in 2020.

Securing Linuxs master sysadmin command: Sudo

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on May 14, 2020 11:34 AM EDT)
  • Story Type: News Story, Security; Groups: Linux
There's a new release of the open-source Linux command sudo, and it comes with improved auditing, logging, and security.

Linux-driven networking SBC offers GbE, 2.5GbE, and WiFi 6

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 14, 2020 10:20 AM EDT)
  • Story Type: News Story; Groups: Linux
The Compex CP01 router board — also called the DR6018 — runs OpenWrt on a quad -A53 Qualcomm IPQ6018 and offers a 2.5GbE port, 5x GbE ports with PoE, an M.2 E-key slot, and dual-band 802.11ax (WiFi 6). A Compex CP01 router board has begun sampling with 802.11a/n/ac/ax (WiFi 6) built around a Qualcomm Atheros […]

BeagleBone Green Gateway SBC offers LAN and WiFi too

  • LinuxGizmos.com (Posted by bob on May 14, 2020 5:22 AM EDT)
  • Groups: Linux; Story Type: News Story
Seeed has launched a $59.90 “Seeed Studio BeagleBone Green Gateway” SBC that runs Linux on TI’s Sitara AM3358 and combines the Ethernet port of the BeagleBone Green with the WiFi/BLE function of the BB Green Wireless. Seeed has launched a new model in its line of BeagleBone compatibles that balances the feature sets of the […]

Serial communication on modern Linux

  • Opensource.com (Posted by bob on May 14, 2020 3:19 AM EDT)
  • Groups: Linux; Story Type: News Story
As a systems engineer, I spend a lot of time in data centers configuring servers and other computer equipment. Two of the items I keep in my toolkit are an RS-232 serial-to-USB converter and a standard DB-9 serial cable. These can be indispensable when you have no other way to access a device. You may need to deploy a new router that has not yet been configured for your network. You might need to troubleshoot a firewall appliance that has become inaccessible via SSH. read more

Why use Java Streams instead of loops

  • Opensource.com (Posted by bob on May 14, 2020 12:15 AM EDT)
  • Story Type: News Story
In a recent article, I mentioned my 2020 New Year's resolution: no more loops in Java. In that article, I chose a common (and simplified) forest management calculation—determining whether an area is forested, based on a legal definition, by calculating the proportion of ground shaded by tree canopies. read more

Tips and tricks for optimizing container builds

  • Opensource.com (Posted by bob on May 13, 2020 9:10 PM EDT)
  • Story Type: News Story
How many iterations does it take to get a container configuration just right? And how long does each iteration take? Well, if you answered "too many times and too long," then my experiences are similar to yours. On the surface, creating a configuration file seems like a straightforward exercise: implement the same steps in a configuration file that you would perform if you were installing the system by hand. Unfortunately, I've found that it usually doesn't quite work that way, and a few "tricks" are handy for such DevOps exercises. read more

How to make a Helm chart in 10 minutes

  • Opensource.com (Posted by bob on May 13, 2020 6:05 PM EDT)
  • Story Type: News Story
A good amount of my day-to-day involves creating, modifying, and deploying Helm charts to manage the deployment of applications. Helm is an application package manager for Kubernetes, which coordinates the download, installation, and deployment of apps. Helm charts are the way we can define an application as a collection of related Kubernetes resources.  read more

How to Find Active SSH Connections on Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 13, 2020 12:58 PM EDT)
  • Groups: Linux; Story Type: News Story
If you are Linux system administrator and responsible for managing servers then you may often need to know how many ssh connections are active on your server and where the connections come from. This tutorial shows you different ways to identify the connections.

Coffee Lake computer offers MXM slot for GPU expansion

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 13, 2020 9:53 AM EDT)
  • Story Type: News Story; Groups: Embedded
Cincoze’s rugged “GM-1000” embedded PC combines an 8th or 9th Gen Coffee Lake CPU with an MXM 3.1 socket plus 2x SATA trays, triple display support, 4x USB 3.2 Gen2, multiple M.2 and mini-PCIe, and CMI/CFM I/O expansion. Cincoze announced a GM-1000 “GPU computer” that adopts the MXM 3.1 Type A/B expansion slot to support […]

Out-of-date, insecure open-source software is everywhere

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 13, 2020 2:29 AM EDT)
  • Story Type: Editorial, Security; Groups: Community
Synopsys has found that 99% of commercial software programs include at least one open-source component. But 91% of those included out of date or abandoned open-source code.

Nine in ten biz applications harbor out-of-date, unsupported, insecure open-source code, study shows

Free-as-in-speech software is wildly popular – keeping libraries, components up to date is not. Ninety-one per cent of commercial applications include outdated or abandoned open source components, underscoring the potential vulnerability of organizations using untended code, according to a software review.…

« Previous ( 1 ... 253 254 255 256 257 258 259 260 261 262 263 ... 1156 ) Next »